Home
last modified time | relevance | path

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

12

/external/angle/src/tests/preprocessor_tests/
DPreprocessorTest.cpp43 preprocess(input, pp::PreprocessorSettings(SH_GLES2_SPEC)); in preprocess()
48 preprocess(input, expected, SH_GLES2_SPEC); in preprocess()
65 pp::PreprocessorSettings(SH_GLES2_SPEC)); in lexSingleToken()
75 pp::PreprocessorSettings(SH_GLES2_SPEC)); in lexSingleToken()
Dversion_test.cpp22 EXPECT_CALL(mDirectiveHandler, handleVersion(pp::SourceLocation(0, 1), 200, SH_GLES2_SPEC)); in TEST_F()
59 EXPECT_CALL(mDirectiveHandler, handleVersion(pp::SourceLocation(0, 1), 200, SH_GLES2_SPEC)); in TEST_F()
73 EXPECT_CALL(mDirectiveHandler, handleVersion(pp::SourceLocation(0, 1), 200, SH_GLES2_SPEC)); in TEST_F()
90 EXPECT_CALL(mDirectiveHandler, handleVersion(pp::SourceLocation(0, 3), 200, SH_GLES2_SPEC)); in TEST_F()
107 EXPECT_CALL(mDirectiveHandler, handleVersion(pp::SourceLocation(0, 3), 200, SH_GLES2_SPEC)); in TEST_F()
Dchar_test.cpp19 CharTest() : PreprocessorTest(SH_GLES2_SPEC) {} in CharTest()
Dspace_test.cpp18 SpaceTest() : PreprocessorTest(SH_GLES2_SPEC) {} in SpaceTest()
Dextension_test.cpp97 EXPECT_CALL(mDirectiveHandler, handleVersion(pp::SourceLocation(0, 1), 300, SH_GLES2_SPEC)); in TEST_F()
Dinput_test.cpp17 InitTest() : PreprocessorTest(SH_GLES2_SPEC) {} in InitTest()
Dlocation_test.cpp16 LocationTest() : PreprocessorTest(SH_GLES2_SPEC) {} in LocationTest()
Ddefine_test.cpp1110 pp::PreprocessorSettings settings(SH_GLES2_SPEC); in TEST_F()
/external/angle/src/tests/compiler_tests/
DEXT_blend_func_extended_test.cpp205 Combine(Values(SH_GLES2_SPEC, SH_GLES3_SPEC),
235 Combine(Values(SH_GLES2_SPEC),
244 Combine(Values(SH_GLES2_SPEC),
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()
DEXT_shader_framebuffer_fetch_test.cpp276 Combine(Values(SH_GLES2_SPEC),
403 Combine(Values(SH_GLES2_SPEC),
409 Combine(Values(SH_GLES2_SPEC),
DGlFragDataNotModified_test.cpp29 ShShaderSpec getShaderSpec() const override { return SH_GLES2_SPEC; } in getShaderSpec()
DEXT_frag_depth_test.cpp63 Combine(Values(SH_GLES2_SPEC),
DEXT_shadow_samplers_test.cpp63 Combine(Values(SH_GLES2_SPEC),
DEXT_shader_texture_lod_test.cpp64 Combine(Values(SH_GLES2_SPEC),
DOES_standard_derivatives_test.cpp86 Combine(Values(SH_GLES2_SPEC),
DAPPLE_clip_distance_test.cpp130 Combine(Values(SH_GLES2_SPEC),
DEmulateGLDrawID_test.cpp32 bool success = compileTestShader(GL_VERTEX_SHADER, SH_GLES2_SPEC, in CheckCompileFailure()
DUnrollFlatten_test.cpp25 UnrollFlattenTest() : mInputSpec(SH_GLES2_SPEC) {} in UnrollFlattenTest()
DEXT_clip_cull_distance_test.cpp421 Combine(Values(SH_GLES2_SPEC),
DQualificationOrder_test.cpp22 resources->MaxDrawBuffers = (getShaderSpec() == SH_GLES2_SPEC) ? 1 : 8; in initResources()
/external/angle/samples/shader_translator/
Dshader_translator.cpp88 ShShaderSpec spec = SH_GLES2_SPEC; in main()
138 spec = SH_GLES2_SPEC; in main()
277 if (spec != SH_GLES2_SPEC && spec != SH_WEBGL_SPEC) in main()
/external/angle/src/compiler/fuzz/
Dtranslator_fuzzer.cpp124 if (spec != SH_GLES2_SPEC && type != SH_WEBGL_SPEC && spec != SH_GLES3_SPEC && in LLVMFuzzerTestOneInput()
/external/angle/include/GLSLANG/
DShaderLang.h33 SH_GLES2_SPEC, enumerator
/external/angle/src/compiler/translator/
DSymbolTable.cpp108 mShaderSpec(SH_GLES2_SPEC), in TSymbolTable()

12