Searched refs:writeBoolLiteral (Results 1 – 4 of 4) sorted by relevance
151 void writeBoolLiteral(const BoolLiteral& b);
88 this->writeBoolLiteral((BoolLiteral&) expr); in writeExpression()470 void GLSLCodeGenerator::writeBoolLiteral(const BoolLiteral& b) { in writeBoolLiteral() function in SkSL::GLSLCodeGenerator
214 SpvId writeBoolLiteral(const BoolLiteral& b);
1209 return this->writeBoolLiteral((BoolLiteral&) expr); in writeExpression()2369 SpvId falseConstant = this->writeBoolLiteral(falseLiteral); in writeLogicalAnd()2390 SpvId trueConstant = this->writeBoolLiteral(trueLiteral); in writeLogicalOr()2527 SpvId SPIRVCodeGenerator::writeBoolLiteral(const BoolLiteral& b) { in writeBoolLiteral() function in SkSL::SPIRVCodeGenerator