Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLGLSLCodeGenerator.h164 void writeTernaryExpression(const TernaryExpression& t, Precedence parentPrecedence);
DSkSLMetalCodeGenerator.h203 void writeTernaryExpression(const TernaryExpression& t, Precedence parentPrecedence);
DSkSLSPIRVCodeGenerator.h231 SpvId writeTernaryExpression(const TernaryExpression& t, OutputStream& out);
DSkSLGLSLCodeGenerator.cpp234 this->writeTernaryExpression((TernaryExpression&) expr, parentPrecedence); in writeExpression()
955 void GLSLCodeGenerator::writeTernaryExpression(const TernaryExpression& t, in writeFunctionCall() function in SkSL::GLSLCodeGenerator
DSkSLMetalCodeGenerator.cpp153 this->writeTernaryExpression((TernaryExpression&) expr, parentPrecedence); in writeExpression()
566 void MetalCodeGenerator::writeTernaryExpression(const TernaryExpression& t, in writeTernaryExpression() function in SkSL::MetalCodeGenerator
DSkSLSPIRVCodeGenerator.cpp661 return this->writeTernaryExpression((TernaryExpression&) expr, out); in writeExpression()
2313 SpvId SPIRVCodeGenerator::writeTernaryExpression(const TernaryExpression& t, OutputStream& out) { in writeTernaryExpression() function in SkSL::SPIRVCodeGenerator
/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.h164 void writeTernaryExpression(const TernaryExpression& t, Precedence parentPrecedence);
DSkSLMetalCodeGenerator.h207 void writeTernaryExpression(const TernaryExpression& t, Precedence parentPrecedence);
DSkSLSPIRVCodeGenerator.h283 SpvId writeTernaryExpression(const TernaryExpression& t, OutputStream& out);
DSkSLGLSLCodeGenerator.cpp230 this->writeTernaryExpression((TernaryExpression&) expr, parentPrecedence); in writeExpression()
974 void GLSLCodeGenerator::writeTernaryExpression(const TernaryExpression& t, in writeFunctionCall() function in SkSL::GLSLCodeGenerator
DSkSLMetalCodeGenerator.cpp155 this->writeTernaryExpression((TernaryExpression&) expr, parentPrecedence); in writeExpression()
712 void MetalCodeGenerator::writeTernaryExpression(const TernaryExpression& t, in writeTernaryExpression() function in SkSL::MetalCodeGenerator
DSkSLSPIRVCodeGenerator.cpp667 return this->writeTernaryExpression((TernaryExpression&) expr, out); in writeExpression()
2305 SpvId SPIRVCodeGenerator::writeTernaryExpression(const TernaryExpression& t, OutputStream& out) { in writeTernaryExpression() function in SkSL::SPIRVCodeGenerator