Home
last modified time | relevance | path

Searched refs:getTypePrecision (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/sksl/codegen/
H A 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()
H A DSkSLGLSLCodeGenerator.h96 const char* getTypePrecision(const Type& type);

Completed in 6 milliseconds