Home
last modified time | relevance | path

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

/external/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp167 this->writeTypePrecision(*f.fType); in writeStructDefinition()
966 this->writeTypePrecision(f.returnType()); in writeFunctionDeclaration()
986 this->writeTypePrecision(*type); in writeFunctionDeclaration()
1084 this->writeTypePrecision(*f.fType); in writeInterfaceBlock()
1138 void GLSLCodeGenerator::writeTypePrecision(const Type& type) { in writeTypePrecision() function in SkSL::GLSLCodeGenerator
1144 this->writeTypePrecision(var.baseType()); in writeVarDeclaration()
DSkSLGLSLCodeGenerator.h114 void writeTypePrecision(const Type& type);
/external/skqp/src/sksl/
DSkSLGLSLCodeGenerator.cpp181 this->writeTypePrecision(*f.fType); in writeType()
1020 this->writeTypePrecision(f.fDeclaration.fReturnType); in writeFunctionCall()
1034 this->writeTypePrecision(*type); in writeFunctionCall()
1150 this->writeTypePrecision(*f.fType); in writeFunctionCall()
1204 void GLSLCodeGenerator::writeTypePrecision(const Type& type) { in writeFunctionCall() function in SkSL::GLSLCodeGenerator
1219 this->writeTypePrecision(decl.fBaseType); in writeFunctionCall()
DSkSLGLSLCodeGenerator.h128 void writeTypePrecision(const Type& type);