Lines Matching refs:texIndex
562 for (size_t texIndex = 0; texIndex < ArraySize(textures); texIndex++) in TEST_P() local
564 glBindTexture(GL_TEXTURE_2D, textures[texIndex]); in TEST_P()
599 for (GLuint texIndex = 0; texIndex < kMaxBuffers; texIndex++) in TEST_P() local
601 glBindTexture(GL_TEXTURE_2D, textures[texIndex]); in TEST_P()
602 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0 + texIndex, GL_TEXTURE_2D, in TEST_P()
603 textures[texIndex], 0); in TEST_P()
604 glFramebufferTexture2D(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0 + texIndex, GL_TEXTURE_2D, in TEST_P()
605 textures[texIndex], 0); in TEST_P()
648 for (GLint texIndex = 0; texIndex < kDrawBufferCount; ++texIndex) in TEST_P() local
650 glBindTexture(GL_TEXTURE_2D, textures[texIndex]); in TEST_P()
661 for (GLint texIndex = 0; texIndex < kDrawBufferCount; ++texIndex) in TEST_P() local
663 glBindTexture(GL_TEXTURE_2D, textures[texIndex]); in TEST_P()
664 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0 + texIndex, GL_TEXTURE_2D, in TEST_P()
665 textures[texIndex], 0); in TEST_P()