Lines Matching refs:destTexture
1715 GLTexture destTexture; in TEST_P() local
1716 glBindTexture(GL_TEXTURE_2D, destTexture); in TEST_P()
1724 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, destTexture, 0); in TEST_P()
1741 glBindTexture(GL_TEXTURE_2D, destTexture); in TEST_P()
1749 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, destTexture, 0); in TEST_P()
1822 GLTexture destTexture; in TEST_P() local
1836 glBindTexture(GL_TEXTURE_3D, destTexture); in TEST_P()
1844 glFramebufferTextureLayer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, destTexture, 0, 0); in TEST_P()
1864 glBindTexture(GL_TEXTURE_3D, destTexture); in TEST_P()
1872 glFramebufferTextureLayer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, destTexture, 0, 0); in TEST_P()
2191 GLTexture destTexture; in TEST_P() local
2192 glBindTexture(GL_TEXTURE_2D, destTexture); in TEST_P()
2193 glCopyTextureCHROMIUM(sourceTexture, 0, GL_TEXTURE_2D, destTexture, 0, GL_RGBA, in TEST_P()