Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLGLSLCodeGenerator.cpp110 bool usesPrecisionModifiers() const;
272 bool GLSLCodeGenerator::usesPrecisionModifiers() const { in usesPrecisionModifiers() function in SkSL::GLSLCodeGenerator
1046 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()