Searched refs:writeColorDecl (Results 1 – 2 of 2) sorted by relevance
1231 std::ostringstream writeColorDecl, goodColorDecl, badColorDecl, clearColorDecl, allColorDecl; in initPrograms() local1233 writeColorDecl << " vec4 wcolor = " << getShaderDecl(kWriteColor) << ";\n"; in initPrograms()1237 …allColorDecl << writeColorDecl.str() << goodColorDecl.str() << badColorDecl.str() << clearColorDec… in initPrograms()1252 << writeColorDecl.str() in initPrograms()
1227 std::ostringstream writeColorDecl, goodColorDecl, badColorDecl, clearColorDecl, allColorDecl; in initPrograms() local1229 writeColorDecl << " vec4 wcolor = " << getShaderDecl(kWriteColor) << ";\n"; in initPrograms()1233 …allColorDecl << writeColorDecl.str() << goodColorDecl.str() << badColorDecl.str() << clearColorDec… in initPrograms()1248 << writeColorDecl.str() in initPrograms()