Lines Matching refs:tmpVar
25 GrGLSLShaderVar tmpVar("tmpColor", kVec4f_GrSLType, 0, kHigh_GrSLPrecision); in emitCode() local
27 tmpVar.appendDecl(args.fGLSLCaps, &tmpDecl); in emitCode()
33 fragBuilder->codeAppendf("%s = ", tmpVar.c_str()); in emitCode()
40 fragBuilder->codeAppendf("%s = %s.%s;", args.fOutputColor, tmpVar.c_str(), in emitCode()
47 tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str()); in emitCode()
56 tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str()); in emitCode()
62 tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str(), in emitCode()
63 tmpVar.c_str()); in emitCode()
68 tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str(), in emitCode()
69 tmpVar.c_str()); in emitCode()
75 fragBuilder->codeAppendf("%s = %s.%s;", args.fOutputColor, tmpVar.c_str(), in emitCode()