Home
last modified time | relevance | path

Searched refs:SH_GL_COMPATIBILITY_SPEC (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/tests/preprocessor_tests/
Dversion_test.cpp37 handleVersion(pp::SourceLocation(0, 1), 330, SH_GL_COMPATIBILITY_SPEC)); in TEST_F()
41 preprocess(str, expected, SH_GL_COMPATIBILITY_SPEC); in TEST_F()
/external/angle/include/GLSLANG/
DShaderLang.h45 SH_GL_COMPATIBILITY_SPEC, enumerator
816 return spec == SH_GL_CORE_SPEC || spec == SH_GL_COMPATIBILITY_SPEC; in IsDesktopGLSpec()
/external/angle/src/tests/compiler_tests/
DShCompile_test.cpp240 mCompiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, SH_GL_COMPATIBILITY_SPEC, in SetUp()
/external/angle/src/libANGLE/
DCompiler.cpp35 return SH_GL_COMPATIBILITY_SPEC; in SelectShaderSpec()
/external/angle/samples/shader_translator/
Dshader_translator.cpp163 spec = SH_GL_COMPATIBILITY_SPEC; in main()
/external/angle/src/compiler/translator/
DCompiler.cpp227 case SH_GL_COMPATIBILITY_SPEC: in GetMaxShaderVersionForSpec()