Searched refs:drawbufferIdx (Results 1 – 3 of 3) sorted by relevance
1211 for (size_t drawbufferIdx = 0; drawbufferIdx < mState.mDrawBufferStates.size(); ++drawbufferIdx) in hasEnabledDrawBuffer() local1213 if (getDrawBuffer(drawbufferIdx) != nullptr) in hasEnabledDrawBuffer()1266 for (size_t drawbufferIdx = 1; drawbufferIdx < mState.mDrawBufferStates.size(); ++drawbufferIdx) in usingExtendedDrawBuffers() local1268 if (getDrawBuffer(drawbufferIdx) != nullptr) in usingExtendedDrawBuffers()2757 for (size_t drawbufferIdx = 0; drawbufferIdx < mState.getDrawBufferCount(); ++drawbufferIdx) in syncAllDrawAttachmentState() local2759 ANGLE_TRY(syncAttachmentState(context, command, mState.getDrawBuffer(drawbufferIdx))); in syncAllDrawAttachmentState()
2481 for (size_t drawbufferIdx = 0; in ValidateBlitFramebufferANGLE() local2482 drawbufferIdx < drawFramebuffer->getDrawbufferStateCount(); ++drawbufferIdx) in ValidateBlitFramebufferANGLE()2485 drawFramebuffer->getDrawBuffer(drawbufferIdx); in ValidateBlitFramebufferANGLE()
1665 for (size_t drawbufferIdx = 0; in ValidateBlitFramebufferParameters() local1666 drawbufferIdx < drawFramebuffer->getDrawbufferStateCount(); ++drawbufferIdx) in ValidateBlitFramebufferParameters()1669 drawFramebuffer->getDrawBuffer(drawbufferIdx); in ValidateBlitFramebufferParameters()