Home
last modified time | relevance | path

Searched refs:onFramebufferBoundary (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DShareGroupVk.h113 void onFramebufferBoundary();
H A DShareGroupVk.cpp290 void ShareGroupVk::onFramebufferBoundary() in onFramebufferBoundary() function in rx::ShareGroupVk
H A DSurfaceVk.cpp2112 result = contextVk->onFramebufferBoundary(context); in swapWithDamage()
2137 result = contextVk->onFramebufferBoundary(context); in swap()
H A DContextVk.cpp1561 ANGLE_TRY(onFramebufferBoundary(context)); in flush()
1585 ANGLE_TRY(onFramebufferBoundary(context)); in finish()
1591 angle::Result ContextVk::onFramebufferBoundary(const gl::Context *contextGL) in onFramebufferBoundary() function in rx::ContextVk
1593 mShareGroupVk->onFramebufferBoundary(); in onFramebufferBoundary()
H A DContextVk.h905 angle::Result onFramebufferBoundary(const gl::Context *contextGL);