Searched refs:vertexOut (Results 1 - 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
H A D | es31fGeometryShaderTests.cpp | 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) argument 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) argument 621 for (int i = 0; i < vertexOut; ++i) 637 if (vertexOut == -1) 645 for (int i = 0; i < vertexOut; ++i) 652 switch (vertexOut) 2290 VaryingTest(Context& context, const char* name, const char* desc, int vertexOut, int geometryOut) argument [all...] |
Completed in 57 milliseconds