Home
last modified time | relevance | path

Searched refs:GrGLSLTypeString (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/gpu/
H A DGrShaderVar.cpp37 GrGLSLTypeString(effectiveType), in appendDecl()
41 out->appendf("%s %s", GrGLSLTypeString(effectiveType), this->getName().c_str()); in appendDecl()
/third_party/skia/src/gpu/glsl/
H A DGrGLSL.h56 const char* GrGLSLTypeString(GrSLType);
H A DGrGLSL.cpp11 const char* GrGLSLTypeString(GrSLType t) { in GrGLSLTypeString() function
H A DGrGLSLShaderBuilder.cpp54 this->functions().appendf("%s %s(", GrGLSLTypeString(returnType), mangledName); in appendFunctionDecl()
/third_party/skia/src/gpu/effects/
H A DGrSkSLFP.cpp73 String value = GrGLSLTypeString(gpuType);

Completed in 4 milliseconds