Searched refs:deferClears (Results 1 – 2 of 2) sorted by relevance
222 bool deferClears,224 angle::Result flushDepthStencilAttachmentUpdates(const gl::Context *context, bool deferClears);
1735 bool deferClears, in flushColorAttachmentUpdates() argument1746 if (deferClears && mState.getEnabledDrawBuffers().test(colorIndexGL)) in flushColorAttachmentUpdates()1757 bool deferClears) in flushDepthStencilAttachmentUpdates() argument1767 if (deferClears) in flushDepthStencilAttachmentUpdates()1885 bool deferClears = binding == GL_DRAW_FRAMEBUFFER; in syncState() local1895 flushColorAttachmentUpdates(context, deferClears, static_cast<uint32_t>(colorIndexGL))); in syncState()1901 ANGLE_TRY(flushDepthStencilAttachmentUpdates(context, deferClears)); in syncState()