Searched refs:callFramebufferTextureAPI (Results 1 – 1 of 1) sorted by relevance
| /external/angle/src/tests/gl_tests/ |
| D | GeometryShaderTest.cpp | 84 void callFramebufferTextureAPI(APIExtensionVersion usedExtension, 819 void GeometryShaderTest::callFramebufferTextureAPI(APIExtensionVersion usedExtension, in callFramebufferTextureAPI() function in __anon5839cafc0111::GeometryShaderTest 856 callFramebufferTextureAPI(usedExtension, GL_TEXTURE_2D, GL_COLOR_ATTACHMENT0, tex, 0); in testNegativeFramebufferTexture() 861 callFramebufferTextureAPI(usedExtension, GL_FRAMEBUFFER, GL_TEXTURE_2D, tex, 0); in testNegativeFramebufferTexture() 866 callFramebufferTextureAPI(usedExtension, GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex, 0); in testNegativeFramebufferTexture() 877 callFramebufferTextureAPI(usedExtension, GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex2, 0); in testNegativeFramebufferTexture() 883 callFramebufferTextureAPI(usedExtension, GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex, in testNegativeFramebufferTexture()
|