Lines Matching refs:vertexSource
233 std::ostringstream vertexSource;
234 vertexSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
242 programCollection.glslSources.add("vert") << glu::VertexSource(vertexSource.str());
1495 std::ostringstream vertexSource;
1496 vertexSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
1503 programCollection.glslSources.add("FragCoordMsaaVert") << glu::VertexSource(vertexSource.str());
1657 std::ostringstream vertexSource;
1658 vertexSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
1666 programCollection.glslSources.add("FragDepthVert") << glu::VertexSource(vertexSource.str());
1671 std::ostringstream vertexSource;
1672 vertexSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
1682 programCollection.glslSources.add("FragDepthVertPass2") << glu::VertexSource(vertexSource.str());