Searched refs:GetVertexArrayIndexedTest (Results 1 – 3 of 3) sorted by relevance
4434 class GetVertexArrayIndexedTest : public deqp::TestCase class4438 GetVertexArrayIndexedTest(deqp::Context& context);4444 GetVertexArrayIndexedTest(const GetVertexArrayIndexedTest& other);4445 GetVertexArrayIndexedTest& operator=(const GetVertexArrayIndexedTest& other);
3618 GetVertexArrayIndexedTest::GetVertexArrayIndexedTest(deqp::Context& context) in GetVertexArrayIndexedTest() function in gl4cts::DirectStateAccess::VertexArrays::GetVertexArrayIndexedTest3631 tcu::TestNode::IterateResult GetVertexArrayIndexedTest::iterate() in iterate()3751 void GetVertexArrayIndexedTest::PrepareVAO() in PrepareVAO()3832 bool GetVertexArrayIndexedTest::Check(const glw::GLenum pname, const glw::GLuint index, const glw::… in Check()3872 bool GetVertexArrayIndexedTest::Check64(const glw::GLenum pname, const glw::GLuint index, const glw… in Check64()
147 addChild(new VertexArrays::GetVertexArrayIndexedTest(m_context)); in init()