Home
last modified time | relevance | path

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

123

/third_party/flutter/skia/third_party/externals/angle2/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()
/third_party/skia/third_party/externals/angle2/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()
/third_party/flutter/skia/third_party/externals/angle2/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()
DGlFragDataNotModified_test.cpp29 ShShaderSpec getShaderSpec() const override { return SH_GLES2_SPEC; } in getShaderSpec()
DEXT_frag_depth_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),
DEmulateGLBaseVertexBaseInstance_test.cpp32 bool success = compileTestShader(GL_VERTEX_SHADER, SH_GLES2_SPEC, in CheckCompileFailure()
DEmulateGLDrawID_test.cpp32 bool success = compileTestShader(GL_VERTEX_SHADER, SH_GLES2_SPEC, in CheckCompileFailure()
/third_party/skia/third_party/externals/angle2/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),
DEmulateGLDrawID_test.cpp32 bool success = compileTestShader(GL_VERTEX_SHADER, SH_GLES2_SPEC, in CheckCompileFailure()
/third_party/flutter/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp80 ShShaderSpec spec = SH_GLES2_SPEC; in main()
127 spec = SH_GLES2_SPEC; in main()
251 if (spec != SH_GLES2_SPEC && spec != SH_WEBGL_SPEC) in main()
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp88 ShShaderSpec spec = SH_GLES2_SPEC; in main()
135 spec = SH_GLES2_SPEC; in main()
274 if (spec != SH_GLES2_SPEC && spec != SH_WEBGL_SPEC) in main()

123