Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFramebuffer.cpp1107 for (size_t drawbufferIdx = 0; drawbufferIdx < mState.mDrawBufferStates.size(); ++drawbufferIdx) in hasEnabledDrawBuffer() local
1109 if (getDrawBuffer(drawbufferIdx) != nullptr) in hasEnabledDrawBuffer()
1159 for (size_t drawbufferIdx = 1; drawbufferIdx < mState.mDrawBufferStates.size(); ++drawbufferIdx) in usingExtendedDrawBuffers() local
1161 if (getDrawBuffer(drawbufferIdx) != nullptr) in usingExtendedDrawBuffers()
DvalidationES2.cpp2659 for (size_t drawbufferIdx = 0; in ValidateBlitFramebufferANGLE() local
2660 drawbufferIdx < drawFramebuffer->getDrawbufferStateCount(); ++drawbufferIdx) in ValidateBlitFramebufferANGLE()
2663 drawFramebuffer->getDrawBuffer(drawbufferIdx); in ValidateBlitFramebufferANGLE()
DvalidationES.cpp1512 for (size_t drawbufferIdx = 0; in ValidateBlitFramebufferParameters() local
1513 drawbufferIdx < drawFramebuffer->getDrawbufferStateCount(); ++drawbufferIdx) in ValidateBlitFramebufferParameters()
1516 drawFramebuffer->getDrawBuffer(drawbufferIdx); in ValidateBlitFramebufferParameters()