Searched refs:testCompileNeedsExtensionDirective (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/angle/src/tests/compiler_tests/ |
H A D | ExtensionDirective_test.cpp | 27 void testCompileNeedsExtensionDirective(const std::string &shader, const std::string &extension) in testCompileNeedsExtensionDirective() function in FragmentShaderExtensionDirectiveTest 29 testCompileNeedsExtensionDirective(shader, extension, ""); in testCompileNeedsExtensionDirective() 32 void testCompileNeedsExtensionDirective(const std::string &shader, in testCompileNeedsExtensionDirective() function in FragmentShaderExtensionDirectiveTest 117 testCompileNeedsExtensionDirective(shaderString, "GL_OES_EGL_image_external"); in TEST_F() 142 testCompileNeedsExtensionDirective(shaderString, "GL_NV_EGL_stream_consumer_external"); in TEST_F() 164 testCompileNeedsExtensionDirective(shaderString, "GL_EXT_YUV_target", "#version 300 es\n"); in TEST_F() 177 testCompileNeedsExtensionDirective(shaderString, "GL_EXT_YUV_target", "#version 300 es\n"); in TEST_F()
|