Lines Matching refs:ShaderIndexingCase
142 class ShaderIndexingCase : public ShaderRenderCase class
145 …ShaderIndexingCase (Context& context, const char* name, const char* description, bool isVertexCas…
146 virtual ~ShaderIndexingCase (void);
151 ShaderIndexingCase (const ShaderIndexingCase&); // not allowed!
152 ShaderIndexingCase& operator= (const ShaderIndexingCase&); // not allowed!
161 ShaderIndexingCase::ShaderIndexingCase (Context& context, const char* name, const char* description… in ShaderIndexingCase() function in deqp::gles2::Functional::ShaderIndexingCase
170 ShaderIndexingCase::~ShaderIndexingCase (void) in ~ShaderIndexingCase()
174 void ShaderIndexingCase::init (void) in init()
193 void ShaderIndexingCase::setup (int programID) in setup()
198 void ShaderIndexingCase::setupUniforms (int programID, const Vec4& constCoords) in setupUniforms()
251 static ShaderIndexingCase* createVaryingArrayCase (Context& context, const char* caseName, const ch… in createVaryingArrayCase()
371 …return new ShaderIndexingCase(context, caseName, description, true, varType, evalFunc, requirement… in createVaryingArrayCase()
374 static ShaderIndexingCase* createUniformArrayCase (Context& context, const char* caseName, const ch… in createUniformArrayCase()
481 …return new ShaderIndexingCase(context, caseName, description, isVertexCase, varType, evalFunc, req… in createUniformArrayCase()
484 static ShaderIndexingCase* createTmpArrayCase (Context& context, const char* caseName, const char* … in createTmpArrayCase()
629 …return new ShaderIndexingCase(context, caseName, description, isVertexCase, varType, evalFunc, req… in createTmpArrayCase()
648 static ShaderIndexingCase* createVectorSubscriptCase (Context& context, const char* caseName, const… in createVectorSubscriptCase()
815 …return new ShaderIndexingCase(context, caseName, description, isVertexCase, varType, evalFunc, req… in createVectorSubscriptCase()
834 static ShaderIndexingCase* createMatrixSubscriptCase (Context& context, const char* caseName, const… in createMatrixSubscriptCase()
987 …return new ShaderIndexingCase(context, caseName, description, isVertexCase, varType, evalFunc, req… in createMatrixSubscriptCase()