Lines Matching refs:drawBuffers
722 GLenum drawBuffers[kAttachmentCount]; in TEST_P() local
732 drawBuffers[i] = GL_COLOR_ATTACHMENT0 + i; in TEST_P()
740 glDrawBuffers(kAttachmentCount, drawBuffers); in TEST_P()
792 GLenum drawBuffers[kAttachmentCount]; in TEST_P() local
802 drawBuffers[i] = GL_COLOR_ATTACHMENT0 + i; in TEST_P()
815 glDrawBuffers(kAttachmentCount, drawBuffers); in TEST_P()
844 drawBuffers[i] = GL_NONE; in TEST_P()
845 glDrawBuffers(kAttachmentCount, drawBuffers); in TEST_P()
862 GLenum drawBuffers[kAttachmentCount]; in TEST_P() local
871 drawBuffers[i] = GL_COLOR_ATTACHMENT0 + i; in TEST_P()
874 glDrawBuffers(kAttachmentCount, drawBuffers); in TEST_P()
968 GLenum drawBuffers[kAttachmentCount]; in TEST_P() local
977 drawBuffers[i] = GL_COLOR_ATTACHMENT0 + i; in TEST_P()
980 glDrawBuffers(kAttachmentCount, drawBuffers); in TEST_P()
1052 GLenum drawBuffers[kAttachmentCount]; in TEST_P() local
1061 drawBuffers[i] = GL_COLOR_ATTACHMENT0 + i; in TEST_P()
1069 glDrawBuffers(kAttachmentCount, drawBuffers); in TEST_P()
1127 drawBuffers[i] = GL_NONE; in TEST_P()
1128 glDrawBuffers(kAttachmentCount, drawBuffers); in TEST_P()
1178 GLenum drawBuffers[kAttachmentCount]; in TEST_P() local
1187 drawBuffers[i] = GL_COLOR_ATTACHMENT0 + i; in TEST_P()
1195 glDrawBuffers(kAttachmentCount, drawBuffers); in TEST_P()
1269 drawBuffers[i] = GL_NONE; in TEST_P()
1270 glDrawBuffers(kAttachmentCount, drawBuffers); in TEST_P()
1302 GLenum drawBuffers[] = {GL_NONE, GL_COLOR_ATTACHMENT1}; in TEST_P() local
1303 glDrawBuffers(2, drawBuffers); in TEST_P()
1327 GLenum drawBuffers[] = {GL_COLOR_ATTACHMENT0}; in TEST_P() local
1328 glDrawBuffers(1, drawBuffers); in TEST_P()
1346 glDrawBuffers(1, drawBuffers); in TEST_P()
1393 GLenum drawBuffers[] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1}; in TEST_P() local
1394 glDrawBuffers(2, drawBuffers); in TEST_P()
1947 std::vector<GLenum> drawBuffers(maxDrawBuffers); in TEST_P() local
1956 drawBuffers[colorIndex] = GL_COLOR_ATTACHMENT0 + colorIndex; in TEST_P()
1968 glDrawBuffers(maxDrawBuffers, drawBuffers.data()); in TEST_P()
2034 std::vector<GLenum> drawBuffers(maxDrawBuffers); in TEST_P() local
2043 drawBuffers[colorIndex] = GL_COLOR_ATTACHMENT0 + colorIndex; in TEST_P()
2055 glDrawBuffers(maxDrawBuffers, drawBuffers.data()); in TEST_P()