Searched refs:onFramebufferBoundary (Results 1 – 5 of 5) sorted by relevance
104 void onFramebufferBoundary();
285 void ShareGroupVk::onFramebufferBoundary() in onFramebufferBoundary() function in rx::ShareGroupVk
2227 result = contextVk->onFramebufferBoundary(context); in swapWithDamage()2253 result = contextVk->onFramebufferBoundary(context); in swap()
892 angle::Result onFramebufferBoundary(const gl::Context *contextGL);
1530 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::ContextVk1562 mShareGroupVk->onFramebufferBoundary(); in onFramebufferBoundary()