Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DShareGroupVk.h104 void onFramebufferBoundary();
DShareGroupVk.cpp285 void ShareGroupVk::onFramebufferBoundary() in onFramebufferBoundary() function in rx::ShareGroupVk
DSurfaceVk.cpp2227 result = contextVk->onFramebufferBoundary(context); in swapWithDamage()
2253 result = contextVk->onFramebufferBoundary(context); in swap()
DContextVk.h892 angle::Result onFramebufferBoundary(const gl::Context *contextGL);
DContextVk.cpp1530 ANGLE_TRY(onFramebufferBoundary(context)); in flush()
1554 ANGLE_TRY(onFramebufferBoundary(context)); in finish()
1560 angle::Result ContextVk::onFramebufferBoundary(const gl::Context *contextGL) in onFramebufferBoundary() function in rx::ContextVk
1562 mShareGroupVk->onFramebufferBoundary(); in onFramebufferBoundary()