Home
last modified time | relevance | path

Searched refs:boolLiteral (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/sksl/
DSkSLParser.h223 bool boolLiteral(bool* dest);
DSkSLParser.cpp1771 if (this->boolLiteral(&b)) { in term()
1813 bool Parser::boolLiteral(bool* dest) { in boolLiteral() function in SkSL::Parser