Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp152 this->writeTypePrecision(*f.fType); in writeStructDefinition()
1013 this->writeTypePrecision(f.returnType()); in writeFunctionDeclaration()
1033 this->writeTypePrecision(*type); in writeFunctionDeclaration()
1131 this->writeTypePrecision(*f.fType); in writeInterfaceBlock()
1183 void GLSLCodeGenerator::writeTypePrecision(const Type& type) { in writeTypePrecision() function in SkSL::GLSLCodeGenerator
1189 this->writeTypePrecision(var.baseType()); in writeVarDeclaration()
DSkSLGLSLCodeGenerator.h98 void writeTypePrecision(const Type& type);
/third_party/flutter/skia/src/sksl/
DSkSLGLSLCodeGenerator.cpp177 this->writeTypePrecision(*f.fType); in writeType()
1045 this->writeTypePrecision(f.fDeclaration.fReturnType); in writeFunctionCall()
1059 this->writeTypePrecision(*type); in writeFunctionCall()
1184 this->writeTypePrecision(*f.fType); in writeFunctionCall()
1238 void GLSLCodeGenerator::writeTypePrecision(const Type& type) { in writeFunctionCall() function in SkSL::GLSLCodeGenerator
1253 this->writeTypePrecision(decl.fBaseType); in writeFunctionCall()
DSkSLGLSLCodeGenerator.h128 void writeTypePrecision(const Type& type);