Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp240 this->fFunctionHeader += String(" ") + this->getTypePrecision(absExpr.type()) + in writeMinAbsHack()
242 this->fFunctionHeader += String(" ") + this->getTypePrecision(otherExpr.type()) + in writeMinAbsHack()
863 this->fFunctionHeader += String(" ") + this->getTypePrecision(left.type()) + in writeMatrixComparisonWorkaround()
865 this->getTypePrecision(right.type()) + in writeMatrixComparisonWorkaround()
1153 const char* GLSLCodeGenerator::getTypePrecision(const Type& type) { in getTypePrecision() function in SkSL::GLSLCodeGenerator
1175 return this->getTypePrecision(type.componentType()); in getTypePrecision()
1184 this->write(this->getTypePrecision(type)); in writeTypePrecision()
DSkSLGLSLCodeGenerator.h96 const char* getTypePrecision(const Type& type);
/third_party/flutter/skia/src/sksl/
DSkSLGLSLCodeGenerator.h126 const char* getTypePrecision(const Type& type);
DSkSLGLSLCodeGenerator.cpp253 this->fFunctionHeader += String(" ") + this->getTypePrecision(absExpr.fType) + in writeMinAbsHack()
255 this->fFunctionHeader += String(" ") + this->getTypePrecision(otherExpr.fType) + in writeMinAbsHack()
1208 const char* GLSLCodeGenerator::getTypePrecision(const Type& type) { in writeFunctionCall() function in SkSL::GLSLCodeGenerator
1230 return this->getTypePrecision(type.componentType()); in writeFunctionCall()
1239 this->write(this->getTypePrecision(type)); in writeFunctionCall()