Lines Matching refs:geometryOut
434 … VertexVaryingShader (const glu::ContextType& contextType, int vertexOut, int geometryOut);
441 …ration genProgramDeclaration (const glu::ContextType& contextType, int vertexOut, int geometryOut);
447 …ngShader::VertexVaryingShader (const glu::ContextType& contextType, int vertexOut, int geometryOut) in VertexVaryingShader() argument
448 : sglr::ShaderProgram (genProgramDeclaration(contextType, vertexOut, geometryOut)) in VertexVaryingShader()
450 , m_geometryOut (geometryOut) in VertexVaryingShader()
610 …Shader::genProgramDeclaration (const glu::ContextType& contextType, int vertexOut, int geometryOut) in genProgramDeclaration() argument
623 for (int i = 0; i < geometryOut; ++i) in genProgramDeclaration()
677 for (int i = 0; i < geometryOut; ++i) in genProgramDeclaration()
682 switch (geometryOut) in genProgramDeclaration()
710 for (int i = 0; i < geometryOut; ++i) in genProgramDeclaration()
750 switch (geometryOut) in genProgramDeclaration()
2277 …yingTest (Context& context, const char* name, const char* desc, int vertexOut, int geometryOut);
2290 …:VaryingTest (Context& context, const char* name, const char* desc, int vertexOut, int geometryOut) in VaryingTest() argument
2294 , m_geometryOut (geometryOut) in VaryingTest()