Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLGLSLCodeGenerator.h172 void writeBoolLiteral(const BoolLiteral& b);
DSkSLMetalCodeGenerator.h211 void writeBoolLiteral(const BoolLiteral& b);
DSkSLGLSLCodeGenerator.cpp201 this->writeBoolLiteral((BoolLiteral&) expr); in writeExpression()
941 this->writeBoolLiteral(boolTrue); in writeFunctionCall()
946 this->writeBoolLiteral(boolFalse); in writeFunctionCall()
994 void GLSLCodeGenerator::writeBoolLiteral(const BoolLiteral& b) { in writeFunctionCall() function in SkSL::GLSLCodeGenerator
DSkSLSPIRVCodeGenerator.h243 SpvId writeBoolLiteral(const BoolLiteral& b);
DSkSLMetalCodeGenerator.cpp120 this->writeBoolLiteral((BoolLiteral&) expr); in writeExpression()
605 void MetalCodeGenerator::writeBoolLiteral(const BoolLiteral& b) { in writeBoolLiteral() function in SkSL::MetalCodeGenerator
DSkSLSPIRVCodeGenerator.cpp641 return this->writeBoolLiteral((BoolLiteral&) expr); in writeExpression()
2274 SpvId falseConstant = this->writeBoolLiteral(falseLiteral); in writeLogicalAnd()
2295 SpvId trueConstant = this->writeBoolLiteral(trueLiteral); in writeLogicalOr()
2432 SpvId SPIRVCodeGenerator::writeBoolLiteral(const BoolLiteral& b) { in writeBoolLiteral() function in SkSL::SPIRVCodeGenerator
/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.h172 void writeBoolLiteral(const BoolLiteral& b);
DSkSLMetalCodeGenerator.h215 void writeBoolLiteral(const BoolLiteral& b);
DSkSLGLSLCodeGenerator.cpp197 this->writeBoolLiteral((BoolLiteral&) expr); in writeExpression()
960 this->writeBoolLiteral(boolTrue); in writeFunctionCall()
965 this->writeBoolLiteral(boolFalse); in writeFunctionCall()
1013 void GLSLCodeGenerator::writeBoolLiteral(const BoolLiteral& b) { in writeFunctionCall() function in SkSL::GLSLCodeGenerator
DSkSLSPIRVCodeGenerator.h295 SpvId writeBoolLiteral(const BoolLiteral& b);
DSkSLMetalCodeGenerator.cpp122 this->writeBoolLiteral((BoolLiteral&) expr); in writeExpression()
751 void MetalCodeGenerator::writeBoolLiteral(const BoolLiteral& b) { in writeBoolLiteral() function in SkSL::MetalCodeGenerator
DSkSLSPIRVCodeGenerator.cpp647 return this->writeBoolLiteral((BoolLiteral&) expr); in writeExpression()
2266 SpvId falseConstant = this->writeBoolLiteral(falseLiteral); in writeLogicalAnd()
2287 SpvId trueConstant = this->writeBoolLiteral(trueLiteral); in writeLogicalOr()
2415 SpvId SPIRVCodeGenerator::writeBoolLiteral(const BoolLiteral& b) { in writeBoolLiteral() function in SkSL::SPIRVCodeGenerator