Home | History | Annotate | Download | only in effects

Lines Matching full:c_str

31         fragBuilder->codeAppendf("%s;", tmpDecl.c_str());
33 fragBuilder->codeAppendf("%s = ", tmpVar.c_str());
34 fragBuilder->appendTextureLookup(args.fSamplers[0], args.fCoords[0].c_str(),
40 fragBuilder->codeAppendf("%s = %s.%s;", args.fOutputColor, tmpVar.c_str(),
41 swizzle.c_str());
47 tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str());
56 tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str());
62 tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str(),
63 tmpVar.c_str());
68 tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str(),
69 tmpVar.c_str());
75 fragBuilder->codeAppendf("%s = %s.%s;", args.fOutputColor, tmpVar.c_str(),
76 swizzle.c_str());
80 fragBuilder->codeAppend(modulate.c_str());