Home
last modified time | relevance | path

Searched refs:FragmentPrecisionHigh (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
Dcompiler_test.cpp106 resources.FragmentPrecisionHigh = 1; in compileTestShader()
117 mResources.FragmentPrecisionHigh = 1; in MatchOutputCodeTest()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DCompilerPerf.cpp283 mResources.FragmentPrecisionHigh = true; in SetUp()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp357 mResources.FragmentPrecisionHigh == 1; in isHighPrecisionSupported()
449 parseContext.setFragmentPrecisionHighOnESSL1(mResources.FragmentPrecisionHigh == 1); in compileTreeImpl()
1232 << ":FragmentPrecisionHigh:" << mResources.FragmentPrecisionHigh in setResourceString()
DShaderLang.cpp242 resources->FragmentPrecisionHigh = 0; in InitBuiltInResources()
DSymbolTable_ESSL_autogen.cpp25648 new TType(EbtFloat, resources.FragmentPrecisionHigh ? EbpHigh : EbpMedium, EvqFragDepth, 1); in initializeBuiltInVariables()
DSymbolTable_autogen.cpp40441 new TType(EbtFloat, resources.FragmentPrecisionHigh ? EbpHigh : EbpMedium, EvqFragDepth, 1); in initializeBuiltInVariables()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DTypeTracking_test.cpp28 resources.FragmentPrecisionHigh = 1; in SetUp()
DCollectVariables_test.cpp698 resources.FragmentPrecisionHigh = 1; in TEST_F()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h430 int FragmentPrecisionHigh; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCompiler.cpp125 mResources.FragmentPrecisionHigh = 1; in Compiler()
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp154 resources.FragmentPrecisionHigh = 1; in main()