Home
last modified time | relevance | path

Searched refs:GrGLSLTypeString (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrShaderVar.cpp50 out->appendf("%s %s[]", GrGLSLTypeString(effectiveType), this->getName().c_str()); in appendDecl()
54 GrGLSLTypeString(effectiveType), in appendDecl()
59 out->appendf("%s %s", GrGLSLTypeString(effectiveType), this->getName().c_str()); in appendDecl()
/third_party/skia/src/gpu/
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/
DGrGLSL.h56 const char* GrGLSLTypeString(GrSLType);
DGrGLSL.cpp11 const char* GrGLSLTypeString(GrSLType t) { in GrGLSLTypeString() function
DGrGLSLShaderBuilder.cpp54 this->functions().appendf("%s %s(", GrGLSLTypeString(returnType), mangledName); in appendFunctionDecl()
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSL.h56 const char* GrGLSLTypeString(GrSLType);
DGrGLSL.cpp11 const char* GrGLSLTypeString(GrSLType t) { in GrGLSLTypeString() function
DGrGLSLShaderBuilder.cpp48 this->functions().append(GrGLSLTypeString(returnType)); in emitFunction()
/third_party/skia/src/gpu/effects/
DGrSkSLFP.cpp73 String value = GrGLSLTypeString(gpuType); in emitCode()