Home
last modified time | relevance | path

Searched refs:skError (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/tests/
DSkSLSPIRVTest.cpp23 SkSL::String skError(error); in test_failure() local
24 if (compiler.errorText() != skError) { in test_failure()
28 REPORTER_ASSERT(r, compiler.errorText() == skError); in test_failure()
DSkSLFPTest.cpp73 SkSL::String skError(error); in test_failure() local
74 if (compiler.errorText() != skError) { in test_failure()
78 REPORTER_ASSERT(r, compiler.errorText() == skError); in test_failure()
DSkSLErrorTest.cpp22 SkSL::String skError(error); in test_failure() local
23 if (compiler.errorText() != skError) { in test_failure()
27 REPORTER_ASSERT(r, compiler.errorText() == skError); in test_failure()