Lines Matching refs:vertexOut
434 … VertexVaryingShader (const glu::ContextType& contextType, int vertexOut, int geometryOut);
441 …aration genProgramDeclaration (const glu::ContextType& contextType, int vertexOut, int geometryOut…
447 VertexVaryingShader::VertexVaryingShader (const glu::ContextType& contextType, int vertexOut, int g… in VertexVaryingShader() argument
448 : sglr::ShaderProgram (genProgramDeclaration(contextType, vertexOut, geometryOut)) in VertexVaryingShader()
449 , m_vertexOut (vertexOut) in VertexVaryingShader()
610 …Shader::genProgramDeclaration (const glu::ContextType& contextType, int vertexOut, int geometryOut) in genProgramDeclaration() argument
621 for (int i = 0; i < vertexOut; ++i) in genProgramDeclaration()
637 if (vertexOut == -1) in genProgramDeclaration()
645 for (int i = 0; i < vertexOut; ++i) in genProgramDeclaration()
652 switch (vertexOut) in genProgramDeclaration()
708 for (int i = 0; i < vertexOut; ++i) in genProgramDeclaration()
720 if (vertexOut == -1) in genProgramDeclaration()
729 switch (vertexOut) in genProgramDeclaration()
2277 …VaryingTest (Context& context, const char* name, const char* desc, int vertexOut, int geometryO…
2290 VaryingTest::VaryingTest (Context& context, const char* name, const char* desc, int vertexOut, int … in VaryingTest() argument
2293 , m_vertexOut (vertexOut) in VaryingTest()