Searched refs:StaticIf (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/include/sksl/ |
D | DSLCore.h | 162 DSLStatement StaticIf(DSLExpression test, DSLStatement ifTrue,
|
/third_party/skia/src/sksl/dsl/ |
D | DSLCore.cpp | 471 DSLStatement StaticIf(DSLExpression test, DSLStatement ifTrue, DSLStatement ifFalse, in StaticIf() function
|
/third_party/skia/gn/ |
D | sksl_tests.gni | 447 "/sksl/shared/StaticIf.sksl",
|
/third_party/skia/src/sksl/ |
D | SkSLDSLParser.cpp | 936 return StaticIf(std::move(test), std::move(ifTrue), in ifStatement()
|
/third_party/skia/tests/ |
D | SkSLDSLTest.cpp | 1571 Statement z = StaticIf(a > b, a -= b, b -= a); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
|