Searched refs:callFramebufferTextureAPI (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | GeometryShaderTest.cpp | 84 void callFramebufferTextureAPI(APIExtensionVersion usedExtension, 819 void GeometryShaderTest::callFramebufferTextureAPI(APIExtensionVersion usedExtension, in callFramebufferTextureAPI() function in __anondb2baf9e0111::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()
|