Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.h151 void writeBoolLiteral(const BoolLiteral& b);
DSkSLGLSLCodeGenerator.cpp88 this->writeBoolLiteral((BoolLiteral&) expr); in writeExpression()
470 void GLSLCodeGenerator::writeBoolLiteral(const BoolLiteral& b) { in writeBoolLiteral() function in SkSL::GLSLCodeGenerator
DSkSLSPIRVCodeGenerator.h214 SpvId writeBoolLiteral(const BoolLiteral& b);
DSkSLSPIRVCodeGenerator.cpp1209 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