Home
last modified time | relevance | path

Searched refs:StaticIf (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/include/sksl/
DDSLCore.h162 DSLStatement StaticIf(DSLExpression test, DSLStatement ifTrue,
/third_party/skia/src/sksl/dsl/
DDSLCore.cpp471 DSLStatement StaticIf(DSLExpression test, DSLStatement ifTrue, DSLStatement ifFalse, in StaticIf() function
/third_party/skia/gn/
Dsksl_tests.gni447 "/sksl/shared/StaticIf.sksl",
/third_party/skia/src/sksl/
DSkSLDSLParser.cpp936 return StaticIf(std::move(test), std::move(ifTrue), in ifStatement()
/third_party/skia/tests/
DSkSLDSLTest.cpp1571 Statement z = StaticIf(a > b, a -= b, b -= a); in DEF_GPUTEST_FOR_MOCK_CONTEXT()