Home | History | Annotate | Download | only in glsl

Lines Matching full:c_str

58                                                strUniName.c_str(),
65 varyingHandler->addVarying(strVaryingName.c_str(), &v, precision);
75 v.vsOut(), uniName, posVar.c_str());
78 vb->codeAppendf("{ vec3 temp = %s * %s;", uniName, posVar.c_str());
84 v.vsOut(), uniName, posVar.c_str());
86 vb->codeAppendf("%s = %s * %s;", v.vsOut(), uniName, posVar.c_str());
119 varyingHandler->addVarying(strVaryingName.c_str(), &v, precision);
131 vertBuilder->codeAppendf("vec2 %s = %s;", gpArgs->fPositionVar.c_str(), posName);
142 vertBuilder->codeAppendf("vec2 %s = %s;", gpArgs->fPositionVar.c_str(), posName);
152 gpArgs->fPositionVar.c_str(), viewMatrixName, posName);
156 gpArgs->fPositionVar.c_str(), viewMatrixName, posName);