Home
last modified time | relevance | path

Searched refs:flushDepthStencilAttachmentUpdates (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.h224 angle::Result flushDepthStencilAttachmentUpdates(const gl::Context *context, bool deferClears);
DFramebufferVk.cpp1756 angle::Result FramebufferVk::flushDepthStencilAttachmentUpdates(const gl::Context *context, in flushDepthStencilAttachmentUpdates() function in rx::FramebufferVk
1901 ANGLE_TRY(flushDepthStencilAttachmentUpdates(context, deferClears)); in syncState()