Searched refs:colorBufferTexture (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | StateChangeTest.cpp | 5321 GLTexture colorBufferTexture; in TEST_P() local 5322 glBindTexture(GL_TEXTURE_2D, colorBufferTexture); in TEST_P() 5329 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, colorBufferTexture, in TEST_P() 5356 glBindTexture(GL_TEXTURE_2D, colorBufferTexture); in TEST_P() 5374 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, colorBufferTexture, in TEST_P()
|