Home
last modified time | relevance | path

Searched refs:ConstructCompiler (Results 1 – 25 of 25) sorted by relevance

/external/angle/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.cpp261 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()
DShaderVariable_test.cpp220 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()
DShCompile_test.cpp26 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()
DOES_sample_variables_test.cpp70 mCompiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, testing::get<0>(GetParam()), in InitializeCompiler()
DFragDepth_test.cpp44 mCompiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, SH_GLES3_SPEC, in InitializeCompiler()
DAPPLE_clip_distance_test.cpp53 mCompiler = sh::ConstructCompiler(GL_VERTEX_SHADER, testing::get<0>(GetParam()), in InitializeCompiler()
DEXT_clip_cull_distance_test.cpp251 mCompiler = sh::ConstructCompiler(shaderType, testing::get<0>(GetParam()), shaderOutputType, in InitializeCompiler()
DEXT_shader_framebuffer_fetch_test.cpp177 sh::ConstructCompiler(GL_FRAGMENT_SHADER, testing::get<0>(GetParam()), shaderOutputType, in InitializeCompiler()
/external/angle/src/tests/perf_tests/
DCompilerPerf.cpp205 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()
/external/deqp-deps/glslang/glslang/GenericCodeGen/
DCodeGen.cpp55 TCompiler* ConstructCompiler(EShLanguage language, int debugOptions) in ConstructCompiler() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/GenericCodeGen/
DCodeGen.cpp55 TCompiler* ConstructCompiler(EShLanguage language, int debugOptions) in ConstructCompiler() function
/external/angle/samples/shader_translator/
Dshader_translator.cpp290 sh::ConstructCompiler(GL_VERTEX_SHADER, spec, output, &resources); in main()
298 sh::ConstructCompiler(GL_FRAGMENT_SHADER, spec, output, &resources); in main()
306 sh::ConstructCompiler(GL_COMPUTE_SHADER, spec, output, &resources); in main()
314 sh::ConstructCompiler(GL_GEOMETRY_SHADER_EXT, spec, output, &resources); in main()
/external/angle/src/compiler/translator/
DCodeGen.cpp41 TCompiler *ConstructCompiler(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output) in ConstructCompiler() function
DCompiler.h351 TCompiler *ConstructCompiler(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output);
DShaderLang.cpp338 ShHandle ConstructCompiler(sh::GLenum type, in ConstructCompiler() function
343 TShHandleBase *base = static_cast<TShHandleBase *>(ConstructCompiler(type, spec, output)); in ConstructCompiler()
/external/angle/src/tests/test_utils/
DShaderExtensionTest.h49 mCompiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, testing::get<0>(GetParam()), in InitializeCompiler()
Dcompiler_test.cpp72 sh::TCompiler *translator = sh::ConstructCompiler(type, spec, output); in compileTestShader()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DShHandle.h164 TCompiler* ConstructCompiler(EShLanguage, int);
/external/deqp-deps/glslang/glslang/Include/
DShHandle.h164 TCompiler* ConstructCompiler(EShLanguage, int);
/external/angle/src/compiler/fuzz/
Dtranslator_fuzzer.cpp203 ConstructCompiler(type, static_cast<ShShaderSpec>(spec), shaderOutput)); in LLVMFuzzerTestOneInput()
/external/angle/include/GLSLANG/
DShaderLang.h640 ShHandle ConstructCompiler(sh::GLenum type,
/external/angle/src/libANGLE/
DCompiler.cpp308 ShHandle handle = sh::ConstructCompiler(ToGLenum(type), mSpec, mOutputType, &mResources); in getInstance()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp1359 TShHandleBase* base = static_cast<TShHandleBase*>(ConstructCompiler(language, debugOptions)); in ShConstructCompiler()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DShaderLang.cpp1369 TShHandleBase* base = static_cast<TShHandleBase*>(ConstructCompiler(language, debugOptions)); in ShConstructCompiler()