Home
last modified time | relevance | path

Searched refs:boolTrue (Results 1 – 4 of 4) sorted by relevance

/external/skia/tests/
DPDFPrimitivesTest.cpp106 SkPDFUnion boolTrue = SkPDFUnion::Bool(true); in TestPDFUnion() local
107 assert_emit_eq(reporter, boolTrue, "true"); in TestPDFUnion()
/external/skqp/tests/
DPDFPrimitivesTest.cpp106 SkPDFUnion boolTrue = SkPDFUnion::Bool(true); in TestPDFUnion() local
107 assert_emit_eq(reporter, boolTrue, "true"); in TestPDFUnion()
/external/skqp/src/sksl/
DSkSLGLSLCodeGenerator.cpp940 BoolLiteral boolTrue(fContext, -1, true); in writeFunctionCall() local
941 this->writeBoolLiteral(boolTrue); in writeFunctionCall()
/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.cpp959 BoolLiteral boolTrue(fContext, -1, true); in writeFunctionCall() local
960 this->writeBoolLiteral(boolTrue); in writeFunctionCall()