Home | History | Annotate | Download | only in gl

Lines Matching refs:c_str

221     GrGLSLAdd4f(fsCode, colorStr.c_str(), constStr.c_str());
336 covUniName, inOutCoverage->c_str());
354 fsName, inOutCoverage->c_str());
377 segments->fGSOutputs[i].getName().c_str(),
378 segments->fGSInputs[i].getName().c_str());
389 return inColor.c_str();
420 "stringCount", SkStringPrintf("%i", stringCnt).c_str());
456 const GrGLchar* str = shader.c_str();
470 GrPrintf(shader.c_str());
481 GrPrintf(shader.c_str());
493 GrPrintf(shader.c_str());
573 viewMName, builder.positionAttribute().getName().c_str());
594 texCoordAttrs[t].c_str());
610 builder.fFSCode.appendf("\tvec4 %s;\n", outColor.c_str());
616 inCoords = builder.positionAttribute().c_str();
620 inCoords = texCoordAttrs[tcIdx].c_str();
626 inColor.size() ? inColor.c_str() : NULL,
627 outColor.c_str(),
660 colorOutput.getName().c_str(),
706 builder.fFSCode.appendf("\tvec4 %s;\n", outCoverage.c_str());
713 inCoords = builder.positionAttribute().c_str();
718 inCoords = texCoordAttrs[tcIdx].c_str();
725 inCoverage.c_str(), inCoverage.c_str());
732 inCoverage.size() ? inCoverage.c_str() : NULL,
733 outCoverage.c_str(),
754 coeff.printf("(1 - %s.a)", inColor.c_str());
756 coeff.printf("(vec4(1,1,1,1) - %s)", inColor.c_str());
766 GrGLSLModulate4f(&builder.fFSCode, coeff.c_str(), inCoverage.c_str());
779 colorOutput.getName().c_str(),
782 builder.fFSCode.appendf("\t%s = ", colorOutput.getName().c_str());
783 GrGLSLModulate4f(&builder.fFSCode, inColor.c_str(), inCoverage.c_str());
840 builder.positionAttribute().c_str()));
845 texCoordAttrNames[t].c_str()));