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