Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.h222 bool deferClears,
224 angle::Result flushDepthStencilAttachmentUpdates(const gl::Context *context, bool deferClears);
DFramebufferVk.cpp1735 bool deferClears, in flushColorAttachmentUpdates() argument
1746 if (deferClears && mState.getEnabledDrawBuffers().test(colorIndexGL)) in flushColorAttachmentUpdates()
1757 bool deferClears) in flushDepthStencilAttachmentUpdates() argument
1767 if (deferClears) in flushDepthStencilAttachmentUpdates()
1885 bool deferClears = binding == GL_DRAW_FRAMEBUFFER; in syncState() local
1895 flushColorAttachmentUpdates(context, deferClears, static_cast<uint32_t>(colorIndexGL))); in syncState()
1901 ANGLE_TRY(flushDepthStencilAttachmentUpdates(context, deferClears)); in syncState()