Lines Matching refs:fragSource
325 static void genShaderSources (const ProgramSpec& spec, std::string& vertSource, std::string& fragSource, bool pointSizeRequired)
419 fragSource = frag.str();
424 std::string vertSource, fragSource;
426 genShaderSources(spec, vertSource, fragSource, primitiveType == GL_POINTS /* Is point size required? */);
430 << glu::FragmentSource(fragSource)