Searched refs:getTypePrecision (Results 1 – 4 of 4) sorted by relevance
240 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::GLSLCodeGenerator1175 return this->getTypePrecision(type.componentType()); in getTypePrecision()1184 this->write(this->getTypePrecision(type)); in writeTypePrecision()
96 const char* getTypePrecision(const Type& type);
126 const char* getTypePrecision(const Type& type);
253 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::GLSLCodeGenerator1230 return this->getTypePrecision(type.componentType()); in writeFunctionCall()1239 this->write(this->getTypePrecision(type)); in writeFunctionCall()