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

/external/skia/src/sksl/
H A DSkSLGLSLCodeGenerator.cpp239 this->fFunctionHeader += String(" ") + this->getTypePrecision(absExpr.fType) +
241 this->fFunctionHeader += String(" ") + this->getTypePrecision(otherExpr.fType) +
1014 const char* GLSLCodeGenerator::getTypePrecision(const Type& type) { function in class:SkSL::GLSLCodeGenerator
1029 return this->getTypePrecision(type.componentType());
1038 this->write(this->getTypePrecision(type));
/external/skqp/src/sksl/
H A DSkSLGLSLCodeGenerator.cpp239 this->fFunctionHeader += String(" ") + this->getTypePrecision(absExpr.fType) +
241 this->fFunctionHeader += String(" ") + this->getTypePrecision(otherExpr.fType) +
1004 const char* GLSLCodeGenerator::getTypePrecision(const Type& type) { function in class:SkSL::GLSLCodeGenerator
1019 return this->getTypePrecision(type.componentType());
1028 this->write(this->getTypePrecision(type));

Completed in 73 milliseconds