/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
D | EXT_shader_framebuffer_fetch_test.cpp | 184 testing::AssertionResult TestShaderCompile(ShShaderOutput shaderOutputType, const char *pragma) in TestShaderCompile() function in __anon988ed0b80111::EXTShaderFramebufferFetchNoncoherentTest 199 void TestShaderCompile(bool expectation, const char *pragma) in TestShaderCompile() function in __anon988ed0b80111::EXTShaderFramebufferFetchNoncoherentTest 205 EXPECT_TRUE(TestShaderCompile(shaderOutputType.first, pragma)); in TestShaderCompile() 209 EXPECT_FALSE(TestShaderCompile(shaderOutputType.first, pragma)); in TestShaderCompile() 240 TestShaderCompile(false, EXTPragma); in TEST_P() 249 TestShaderCompile(false, ""); in TEST_P() 262 TestShaderCompile(false, EXTPragma); in TEST_P() 271 TestShaderCompile(false, ""); in TEST_P() 357 TestShaderCompile(true, EXTPragma); in TEST_P() 359 TestShaderCompile(false, ""); in TEST_P() [all …]
|
D | EXT_clip_cull_distance_test.cpp | 256 testing::AssertionResult TestShaderCompile(const char *pragma) in TestShaderCompile() function in __anon96b38df50111::EXTClipCullDistanceTest 304 EXPECT_FALSE(TestShaderCompile(EXTPragma)); in TEST_P() 313 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 327 EXPECT_TRUE(TestShaderCompile(EXTPragma)); in TEST_P() 328 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 329 EXPECT_TRUE(TestShaderCompile(EXTPragma)); in TEST_P() 339 EXPECT_FALSE(TestShaderCompile(EXTPragma)); in TEST_P() 348 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 364 EXPECT_TRUE(TestShaderCompile(EXTPragma)); in TEST_P() 365 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() [all …]
|
D | APPLE_clip_distance_test.cpp | 58 testing::AssertionResult TestShaderCompile(const char *pragma) in TestShaderCompile() function in __anona07897670111::APPLEClipDistanceTest 77 EXPECT_FALSE(TestShaderCompile(EXTPragma)); in TEST_P() 86 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 96 EXPECT_TRUE(TestShaderCompile(EXTPragma)); in TEST_P() 98 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 99 EXPECT_TRUE(TestShaderCompile(EXTPragma)); in TEST_P() 110 EXPECT_TRUE(TestShaderCompile(EXTPragma)); in TEST_P() 151 EXPECT_TRUE(TestShaderCompile(EXTPragma)); in TEST_P()
|
D | EXT_YUV_target_test.cpp | 249 EXPECT_FALSE(TestShaderCompile(EXTYTPragma)); in TEST_P() 258 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 267 EXPECT_TRUE(TestShaderCompile(EXTYTPragma)); in TEST_P() 269 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 270 EXPECT_TRUE(TestShaderCompile(EXTYTPragma)); in TEST_P() 287 EXPECT_TRUE(TestShaderCompile(EXTYTPragma)); in TEST_P() 307 EXPECT_FALSE(TestShaderCompile(EXTYTPragma)); in TEST_P() 341 EXPECT_TRUE(TestShaderCompile("")); in TEST_P()
|
D | FragDepth_test.cpp | 49 testing::AssertionResult TestShaderCompile(const char *version, in TestShaderCompile() function in FragDepthTest 77 EXPECT_FALSE(TestShaderCompile(ESSLVersion100, "", shaderString)); in TEST_P() 78 EXPECT_FALSE(TestShaderCompile("", "", shaderString)); in TEST_P() 79 EXPECT_FALSE(TestShaderCompile("", EXTFDPragma, shaderString)); in TEST_P() 91 EXPECT_TRUE(TestShaderCompile(ESSLVersion300, "", shaderString)); in TEST_P() 110 EXPECT_TRUE(TestShaderCompile(ESSLVersion300, EXTFDPragma, shaderString)); in TEST_P() 114 EXPECT_FALSE(TestShaderCompile(ESSLVersion300, EXTFDPragma, shaderString)); in TEST_P()
|
D | OES_sample_variables_test.cpp | 75 testing::AssertionResult TestShaderCompile(const char *pragma) in TestShaderCompile() function in __anon54acf0040111::OESSampleVariablesTest 98 EXPECT_FALSE(TestShaderCompile(OESPragma)); in TEST_P() 107 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 117 EXPECT_TRUE(TestShaderCompile(OESPragma)); in TEST_P() 119 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 120 EXPECT_TRUE(TestShaderCompile(OESPragma)); in TEST_P()
|
D | EXT_frag_depth_test.cpp | 35 EXPECT_FALSE(TestShaderCompile(EXTPragma)); in TEST_P() 44 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 53 EXPECT_TRUE(TestShaderCompile(EXTPragma)); in TEST_P() 55 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 56 EXPECT_TRUE(TestShaderCompile(EXTPragma)); in TEST_P()
|
D | EXT_shadow_samplers_test.cpp | 35 EXPECT_FALSE(TestShaderCompile(EXTPragma)); in TEST_P() 44 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 53 EXPECT_TRUE(TestShaderCompile(EXTPragma)); in TEST_P() 55 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 56 EXPECT_TRUE(TestShaderCompile(EXTPragma)); in TEST_P()
|
D | EXT_shader_texture_lod_test.cpp | 36 EXPECT_FALSE(TestShaderCompile(EXTPragma)); in TEST_P() 45 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 54 EXPECT_TRUE(TestShaderCompile(EXTPragma)); in TEST_P() 56 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 57 EXPECT_TRUE(TestShaderCompile(EXTPragma)); in TEST_P()
|
D | Precise_test.cpp | 78 testing::AssertionResult TestShaderCompile(ShShaderOutput shaderOutputType, in TestShaderCompile() function in __anon24348e0f0111::PreciseTest 94 void TestShaderCompile(const char *shaderSource, size_t expectedNoContractionDecorationCount) in TestShaderCompile() function in __anon24348e0f0111::PreciseTest 98 EXPECT_TRUE(TestShaderCompile(shaderOutputType.first, shaderSource)); in TestShaderCompile() 196 TestShaderCompile(kVS, 8); in TEST_F() 230 TestShaderCompile(kVS, 5); in TEST_F() 286 TestShaderCompile(kVS, 4); in TEST_F() 342 TestShaderCompile(kVS, 4); in TEST_F() 393 TestShaderCompile(kVS, 5); in TEST_F() 455 TestShaderCompile(kVS, 16); in TEST_F()
|
D | OES_standard_derivatives_test.cpp | 57 EXPECT_FALSE(TestShaderCompile(OESPragma)); in TEST_P() 66 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 75 EXPECT_TRUE(TestShaderCompile(OESPragma)); in TEST_P() 77 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 78 EXPECT_TRUE(TestShaderCompile(OESPragma)); in TEST_P()
|
D | EXT_blend_func_extended_test.cpp | 175 EXPECT_FALSE(TestShaderCompile(EXTBFEPragma)); in TEST_P() 185 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 195 EXPECT_TRUE(TestShaderCompile(EXTBFEPragma)); in TEST_P() 197 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 198 EXPECT_TRUE(TestShaderCompile(EXTBFEPragma)); in TEST_P() 229 EXPECT_FALSE(TestShaderCompile(EXTBFEPragma)); in TEST_P()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
D | EXT_YUV_target_test.cpp | 249 EXPECT_FALSE(TestShaderCompile(EXTYTPragma)); in TEST_P() 258 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 267 EXPECT_TRUE(TestShaderCompile(EXTYTPragma)); in TEST_P() 269 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 270 EXPECT_TRUE(TestShaderCompile(EXTYTPragma)); in TEST_P() 287 EXPECT_TRUE(TestShaderCompile(EXTYTPragma)); in TEST_P() 307 EXPECT_FALSE(TestShaderCompile(EXTYTPragma)); in TEST_P() 341 EXPECT_TRUE(TestShaderCompile("")); in TEST_P()
|
D | FragDepth_test.cpp | 49 testing::AssertionResult TestShaderCompile(const char *version, in TestShaderCompile() function in FragDepthTest 77 EXPECT_FALSE(TestShaderCompile(ESSLVersion100, "", shaderString)); in TEST_P() 78 EXPECT_FALSE(TestShaderCompile("", "", shaderString)); in TEST_P() 79 EXPECT_FALSE(TestShaderCompile("", EXTFDPragma, shaderString)); in TEST_P() 91 EXPECT_TRUE(TestShaderCompile(ESSLVersion300, "", shaderString)); in TEST_P() 110 EXPECT_TRUE(TestShaderCompile(ESSLVersion300, EXTFDPragma, shaderString)); in TEST_P() 114 EXPECT_FALSE(TestShaderCompile(ESSLVersion300, EXTFDPragma, shaderString)); in TEST_P()
|
D | EXT_frag_depth_test.cpp | 35 EXPECT_FALSE(TestShaderCompile(EXTPragma)); in TEST_P() 44 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 53 EXPECT_TRUE(TestShaderCompile(EXTPragma)); in TEST_P() 55 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 56 EXPECT_TRUE(TestShaderCompile(EXTPragma)); in TEST_P()
|
D | EXT_shader_texture_lod_test.cpp | 36 EXPECT_FALSE(TestShaderCompile(EXTPragma)); in TEST_P() 45 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 54 EXPECT_TRUE(TestShaderCompile(EXTPragma)); in TEST_P() 56 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 57 EXPECT_TRUE(TestShaderCompile(EXTPragma)); in TEST_P()
|
D | OES_standard_derivatives_test.cpp | 57 EXPECT_FALSE(TestShaderCompile(OESPragma)); in TEST_P() 66 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 75 EXPECT_TRUE(TestShaderCompile(OESPragma)); in TEST_P() 77 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 78 EXPECT_TRUE(TestShaderCompile(OESPragma)); in TEST_P()
|
D | EXT_blend_func_extended_test.cpp | 175 EXPECT_FALSE(TestShaderCompile(EXTBFEPragma)); in TEST_P() 185 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 195 EXPECT_TRUE(TestShaderCompile(EXTBFEPragma)); in TEST_P() 197 EXPECT_FALSE(TestShaderCompile("")); in TEST_P() 198 EXPECT_TRUE(TestShaderCompile(EXTBFEPragma)); in TEST_P() 229 EXPECT_FALSE(TestShaderCompile(EXTBFEPragma)); in TEST_P()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | ShaderExtensionTest.h | 54 testing::AssertionResult TestShaderCompile(const char *pragma) in TestShaderCompile() function 56 return TestShaderCompile(testing::get<1>(GetParam()), // Version. in TestShaderCompile() 62 testing::AssertionResult TestShaderCompile(const char *version, in TestShaderCompile() function
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | ShaderExtensionTest.h | 54 testing::AssertionResult TestShaderCompile(const char *pragma) in TestShaderCompile() function 56 return TestShaderCompile(testing::get<1>(GetParam()), // Version. in TestShaderCompile() 62 testing::AssertionResult TestShaderCompile(const char *version, in TestShaderCompile() function
|