Home
last modified time | relevance | path

Searched refs:drawbufferIdx (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DFramebuffer.cpp1211 for (size_t drawbufferIdx = 0; drawbufferIdx < mState.mDrawBufferStates.size(); ++drawbufferIdx) in hasEnabledDrawBuffer() local
1213 if (getDrawBuffer(drawbufferIdx) != nullptr) in hasEnabledDrawBuffer()
1266 for (size_t drawbufferIdx = 1; drawbufferIdx < mState.mDrawBufferStates.size(); ++drawbufferIdx) in usingExtendedDrawBuffers() local
1268 if (getDrawBuffer(drawbufferIdx) != nullptr) in usingExtendedDrawBuffers()
2757 for (size_t drawbufferIdx = 0; drawbufferIdx < mState.getDrawBufferCount(); ++drawbufferIdx) in syncAllDrawAttachmentState() local
2759 ANGLE_TRY(syncAttachmentState(context, command, mState.getDrawBuffer(drawbufferIdx))); in syncAllDrawAttachmentState()
DvalidationES2.cpp2481 for (size_t drawbufferIdx = 0; in ValidateBlitFramebufferANGLE() local
2482 drawbufferIdx < drawFramebuffer->getDrawbufferStateCount(); ++drawbufferIdx) in ValidateBlitFramebufferANGLE()
2485 drawFramebuffer->getDrawBuffer(drawbufferIdx); in ValidateBlitFramebufferANGLE()
DvalidationES.cpp1665 for (size_t drawbufferIdx = 0; in ValidateBlitFramebufferParameters() local
1666 drawbufferIdx < drawFramebuffer->getDrawbufferStateCount(); ++drawbufferIdx) in ValidateBlitFramebufferParameters()
1669 drawFramebuffer->getDrawBuffer(drawbufferIdx); in ValidateBlitFramebufferParameters()