Searched refs:effectiveType (Results 1 – 2 of 2) sorted by relevance
47 GrSLType effectiveType = this->getType(); in appendDecl() local50 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()
33 GrSLType effectiveType = this->getType(); in appendDecl() local37 GrGLSLTypeString(effectiveType), in appendDecl()41 out->appendf("%s %s", GrGLSLTypeString(effectiveType), this->getName().c_str()); in appendDecl()