Home
last modified time | relevance | path

Searched refs:writeConstructor (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/sksl/
DSkSLHCodeGenerator.h70 void writeConstructor();
DSkSLHCodeGenerator.cpp214 void HCodeGenerator::writeConstructor() { in writeConstructor() function in SkSL::HCodeGenerator
379 this->writeConstructor(); in generateCode()
DSkSLGLSLCodeGenerator.h152 void writeConstructor(const Constructor& c, Precedence parentPrecedence);
DSkSLMetalCodeGenerator.h197 void writeConstructor(const Constructor& c, Precedence parentPrecedence);
DSkSLSPIRVCodeGenerator.h248 SpvId writeConstructor(const Constructor& c, OutputStream& out);
DSkSLGLSLCodeGenerator.cpp200 this->writeConstructor((Constructor&) expr, parentPrecedence); in writeExpression()
708 void GLSLCodeGenerator::writeConstructor(const Constructor& c, Precedence parentPrecedence) { in writeFunctionCall() function in SkSL::GLSLCodeGenerator
DSkSLMetalCodeGenerator.cpp125 this->writeConstructor((Constructor&) expr, parentPrecedence); in writeExpression()
461 void MetalCodeGenerator::writeConstructor(const Constructor& c, Precedence parentPrecedence) { in writeConstructor() function in SkSL::MetalCodeGenerator
DSkSLSPIRVCodeGenerator.cpp649 return this->writeConstructor((Constructor&) expr, out); in writeExpression()
1460 SpvId SPIRVCodeGenerator::writeConstructor(const Constructor& c, OutputStream& out) { in writeConstructor() function in SkSL::SPIRVCodeGenerator
/external/skqp/src/sksl/
DSkSLHCodeGenerator.h70 void writeConstructor();
DSkSLHCodeGenerator.cpp211 void HCodeGenerator::writeConstructor() { in writeConstructor() function in SkSL::HCodeGenerator
359 this->writeConstructor(); in generateCode()
DSkSLGLSLCodeGenerator.h152 void writeConstructor(const Constructor& c, Precedence parentPrecedence);
DSkSLMetalCodeGenerator.h193 void writeConstructor(const Constructor& c, Precedence parentPrecedence);
DSkSLSPIRVCodeGenerator.h200 SpvId writeConstructor(const Constructor& c, OutputStream& out);
DSkSLGLSLCodeGenerator.cpp204 this->writeConstructor((Constructor&) expr, parentPrecedence); in writeExpression()
704 void GLSLCodeGenerator::writeConstructor(const Constructor& c, Precedence parentPrecedence) { in writeFunctionCall() function in SkSL::GLSLCodeGenerator
DSkSLMetalCodeGenerator.cpp123 this->writeConstructor((Constructor&) expr, parentPrecedence); in writeExpression()
364 void MetalCodeGenerator::writeConstructor(const Constructor& c, Precedence parentPrecedence) { in writeConstructor() function in SkSL::MetalCodeGenerator
DSkSLSPIRVCodeGenerator.cpp643 return this->writeConstructor((Constructor&) expr, out); in writeExpression()
1419 SpvId SPIRVCodeGenerator::writeConstructor(const Constructor& c, OutputStream& out) { in writeConstructor() function in SkSL::SPIRVCodeGenerator