Home
last modified time | relevance | path

Searched refs:SH_WEBGL_SPEC (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DConstructCompiler_test.cpp19 ShHandle compiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, SH_WEBGL_SPEC, in TEST()
30 ShHandle compiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, SH_WEBGL_SPEC, in TEST()
42 ShHandle compiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, SH_WEBGL_SPEC, in TEST()
DExpressionLimit_test.cpp259 ShShaderSpec spec = SH_WEBGL_SPEC; in TEST_F()
281 ShShaderSpec spec = SH_WEBGL_SPEC; in TEST_F()
306 ShShaderSpec spec = SH_WEBGL_SPEC; in TEST_F()
328 ShShaderSpec spec = SH_WEBGL_SPEC; in TEST_F()
350 ShShaderSpec spec = SH_WEBGL_SPEC; in TEST_F()
553 ShShaderSpec spec = SH_WEBGL_SPEC; in TEST_F()
598 ShShaderSpec spec = SH_WEBGL_SPEC; in TEST_F()
DAppendixALimitations_test.cpp26 ShShaderSpec getShaderSpec() const override { return SH_WEBGL_SPEC; } in getShaderSpec()
DShCompile_test.cpp26 mCompiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, SH_WEBGL_SPEC, in SetUp()
DInitOutputVariables_test.cpp235 ShShaderSpec getShaderSpec() const override { return SH_WEBGL_SPEC; } in getShaderSpec()
DShaderValidation_test.cpp58 ShShaderSpec getShaderSpec() const override { return SH_WEBGL_SPEC; } in getShaderSpec()
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp149 spec = SH_WEBGL_SPEC; in main()
153 spec = SH_WEBGL_SPEC; in main()
274 if (spec != SH_GLES2_SPEC && spec != SH_WEBGL_SPEC) in main()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h34 SH_WEBGL_SPEC, enumerator
800 return (spec == SH_WEBGL_SPEC || spec == SH_WEBGL2_SPEC || spec == SH_WEBGL3_SPEC); in IsWebGLBasedSpec()
/third_party/skia/third_party/externals/angle2/src/compiler/fuzz/
Dtranslator_fuzzer.cpp124 if (spec != SH_GLES2_SPEC && type != SH_WEBGL_SPEC && spec != SH_GLES3_SPEC && in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
Dif_test.cpp1000 preprocess(str, pp::PreprocessorSettings(SH_WEBGL_SPEC)); in TEST_F()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp179 case SH_WEBGL_SPEC: in GetGlobalMaxTokenSize()
250 case SH_WEBGL_SPEC: in GetMaxShaderVersionForSpec()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCompiler.cpp60 return isWebGL ? SH_WEBGL_SPEC : SH_GLES2_SPEC; in SelectShaderSpec()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DDirectiveParser.cpp680 if (mSettings.shaderSpec == SH_WEBGL_SPEC) in parseExtension()