Home | History | Annotate | Download | only in functional

Lines Matching refs:vertSource

325 static void genShaderSources (const ProgramSpec& spec, std::string& vertSource, std::string& fragSource, bool pointSizeRequired)
418 vertSource = vtx.str();
424 std::string vertSource, fragSource;
426 genShaderSources(spec, vertSource, fragSource, primitiveType == GL_POINTS /* Is point size required? */);
429 << glu::VertexSource(vertSource)