Searched defs:writeTypePrecision (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/sksl/
H A DSkSLGLSLCodeGenerator.cpp163 this->writeTypePrecision(*f.fType);
871 this->writeTypePrecision(f.fDeclaration.fReturnType);
885 this->writeTypePrecision(*type);
990 this->writeTypePrecision(*f.fType);
1037 void GLSLCodeGenerator::writeTypePrecision(const Type& type) { function in class:SkSL::GLSLCodeGenerator
1052 this->writeTypePrecision(decl.fBaseType);
/external/skqp/src/sksl/
H A DSkSLGLSLCodeGenerator.cpp163 this->writeTypePrecision(*f.fType);
861 this->writeTypePrecision(f.fDeclaration.fReturnType);
875 this->writeTypePrecision(*type);
980 this->writeTypePrecision(*f.fType);
1027 void GLSLCodeGenerator::writeTypePrecision(const Type& type) { function in class:SkSL::GLSLCodeGenerator
1042 this->writeTypePrecision(decl.fBaseType);

Completed in 118 milliseconds