/device/generic/vulkan-cereal/third-party/angle/src/tests/compiler_tests/ |
D | ExpressionLimit_test.cpp | 261 ShHandle vertexCompiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, spec, output, &resources); in TEST_F() 283 ShHandle vertexCompiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, spec, output, &resources); in TEST_F() 308 ShHandle vertexCompiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, spec, output, &resources); in TEST_F() 330 ShHandle vertexCompiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, spec, output, &resources); in TEST_F() 352 ShHandle vertexCompiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, spec, output, &resources); in TEST_F() 555 ShHandle compiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, spec, output, &resources); in TEST_F() 577 ShHandle compiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, spec, output, &resources); in TEST_F() 600 ShHandle compiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, spec, output, &resources); in TEST_F()
|
D | ConstructCompiler_test.cpp | 19 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()
|
D | ShaderVariable_test.cpp | 220 ShHandle compiler = sh::ConstructCompiler(GL_VERTEX_SHADER, SH_GLES2_SPEC, in TEST() 243 ShHandle compiler = sh::ConstructCompiler(GL_VERTEX_SHADER, SH_GLES2_SPEC, in TEST() 278 ShHandle compiler = sh::ConstructCompiler(GL_VERTEX_SHADER, SH_GLES2_SPEC, in TEST() 320 ShHandle compiler = sh::ConstructCompiler(GL_VERTEX_SHADER, SH_GLES2_SPEC, in TEST() 363 ShHandle compiler = sh::ConstructCompiler(GL_VERTEX_SHADER, SH_GLES2_SPEC, in TEST()
|
D | ShCompile_test.cpp | 26 mCompiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, SH_WEBGL_SPEC, in SetUp() 83 mCompiler = sh::ConstructCompiler(GL_COMPUTE_SHADER, SH_WEBGL3_SPEC, in SetUp() 240 mCompiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, SH_GL_COMPATIBILITY_SPEC, in SetUp()
|
D | FragDepth_test.cpp | 44 mCompiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, SH_GLES3_SPEC, in InitializeCompiler()
|
D | APPLE_clip_distance_test.cpp | 53 mCompiler = sh::ConstructCompiler(GL_VERTEX_SHADER, testing::get<0>(GetParam()), in InitializeCompiler()
|
/device/generic/vulkan-cereal/third-party/angle/samples/shader_translator/ |
D | shader_translator.cpp | 279 sh::ConstructCompiler(GL_VERTEX_SHADER, spec, output, &resources); in main() 287 sh::ConstructCompiler(GL_FRAGMENT_SHADER, spec, output, &resources); in main() 295 sh::ConstructCompiler(GL_COMPUTE_SHADER, spec, output, &resources); in main() 303 sh::ConstructCompiler(GL_GEOMETRY_SHADER_EXT, spec, output, &resources); in main()
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/ |
D | CompilerPerf.cpp | 205 sh::ConstructCompiler(GL_FRAGMENT_SHADER, SH_WEBGL2_SPEC, param.output); in IsPlatformAvailable() 280 mTranslator = sh::ConstructCompiler(GL_FRAGMENT_SHADER, SH_WEBGL2_SPEC, params.output); in SetUp()
|
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/ |
D | CodeGen.cpp | 37 TCompiler *ConstructCompiler(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output) in ConstructCompiler() function
|
D | ShaderLang.cpp | 272 ShHandle ConstructCompiler(sh::GLenum type, in ConstructCompiler() function 277 TShHandleBase *base = static_cast<TShHandleBase *>(ConstructCompiler(type, spec, output)); in ConstructCompiler()
|
D | Compiler.h | 317 TCompiler *ConstructCompiler(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output);
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/ |
D | ShaderExtensionTest.h | 49 mCompiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, testing::get<0>(GetParam()), in InitializeCompiler()
|
D | compiler_test.cpp | 76 sh::TCompiler *translator = sh::ConstructCompiler(type, spec, output); in compileTestShader()
|
/device/generic/vulkan-cereal/third-party/angle/src/compiler/fuzz/ |
D | translator_fuzzer.cpp | 139 ConstructCompiler(type, static_cast<ShShaderSpec>(spec), shaderOutput)); in LLVMFuzzerTestOneInput()
|
/device/generic/vulkan-cereal/third-party/angle/include/GLSLANG/ |
D | ShaderLang.h | 598 ShHandle ConstructCompiler(sh::GLenum type,
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Compiler.cpp | 232 ShHandle handle = sh::ConstructCompiler(ToGLenum(type), mSpec, mOutputType, &mResources); in getInstance()
|
/device/generic/vulkan-cereal/third-party/angle/src/libShaderTranslator/ |
D | libShaderTranslator.cpp | 284 sh::ConstructCompiler( in STCompileAndResolve()
|