Searched refs:usesPrecisionModifiers (Results 1 – 1 of 1) sorted by relevance
110 bool usesPrecisionModifiers() const;272 bool GLSLCodeGenerator::usesPrecisionModifiers() const { in usesPrecisionModifiers() function in SkSL::GLSLCodeGenerator1046 const char* precision = this->usesPrecisionModifiers() ? "highp " : ""; in writeFragCoord()1062 fFunctionHeader += this->usesPrecisionModifiers() ? "highp " : ""; in writeFragCoord()1530 if (this->usesPrecisionModifiers()) { in getTypePrecision()1575 if (this->usesPrecisionModifiers()) { in writeGlobalVarDeclaration()1982 const char* precision = this->usesPrecisionModifiers() ? "highp " : ""; in writeInputVars()2026 if (this->usesPrecisionModifiers()) { in generateCode()2032 if (this->usesPrecisionModifiers()) { in generateCode()2039 if (this->usesPrecisionModifiers()) { in generateCode()