Searched refs:usesPrecisionModifiers (Results 1 – 5 of 5) sorted by relevance
76 bool GLSLCodeGenerator::usesPrecisionModifiers() const { in usesPrecisionModifiers() function in SkSL::GLSLCodeGenerator77 return this->caps().usesPrecisionModifiers(); in usesPrecisionModifiers()742 const char* precision = usesPrecisionModifiers() ? "highp " : ""; in writeFragCoord()758 fFunctionHeader += usesPrecisionModifiers() ? "highp " : ""; in writeFragCoord()1154 if (usesPrecisionModifiers()) { in getTypePrecision()1513 if (usesPrecisionModifiers()) { in writeProgramElement()1546 const char* precision = usesPrecisionModifiers() ? "highp " : ""; in writeInputVars()1585 if (this->usesPrecisionModifiers()) { in generateCode()1594 if (this->usesPrecisionModifiers()) { in generateCode()1605 if (this->usesPrecisionModifiers()) { in generateCode()
68 virtual bool usesPrecisionModifiers() const;
123 bool usesPrecisionModifiers() const { return fUsesPrecisionModifiers; } in usesPrecisionModifiers() function
84 bool usesPrecisionModifiers() const { in usesPrecisionModifiers() function
1848 if (shaderCaps.usesPrecisionModifiers()) { in build_glsl_highlight_shader()