Home
last modified time | relevance | path

Searched refs:effectiveType (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrShaderVar.cpp47 GrSLType effectiveType = this->getType(); in appendDecl() local
50 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.cpp33 GrSLType effectiveType = this->getType(); in appendDecl() local
37 GrGLSLTypeString(effectiveType), in appendDecl()
41 out->appendf("%s %s", GrGLSLTypeString(effectiveType), this->getName().c_str()); in appendDecl()