Lines Matching refs:vertexSource
233 std::ostringstream vertexSource; in initPrograms() local
234 vertexSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n" in initPrograms()
242 programCollection.glslSources.add("vert") << glu::VertexSource(vertexSource.str()); in initPrograms()
1457 std::ostringstream vertexSource; in initPrograms() local
1458 vertexSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n" in initPrograms()
1465 programCollection.glslSources.add("FragCoordMsaaVert") << glu::VertexSource(vertexSource.str()); in initPrograms()
1529 std::ostringstream vertexSource; in initPrograms() local
1530 vertexSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n" in initPrograms()
1538 programCollection.glslSources.add("FragDepthVert") << glu::VertexSource(vertexSource.str()); in initPrograms()
1543 std::ostringstream vertexSource; in initPrograms() local
1544 vertexSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n" in initPrograms()
1554 programCollection.glslSources.add("FragDepthVertPass2") << glu::VertexSource(vertexSource.str()); in initPrograms()