Searched refs:GetVertexArrayIndexedTest (Results 1 – 3 of 3) sorted by relevance
4463 class GetVertexArrayIndexedTest : public deqp::TestCase class4467 GetVertexArrayIndexedTest(deqp::Context &context);4473 GetVertexArrayIndexedTest(const GetVertexArrayIndexedTest &other);4474 GetVertexArrayIndexedTest &operator=(const GetVertexArrayIndexedTest &other);
3616 GetVertexArrayIndexedTest::GetVertexArrayIndexedTest(deqp::Context &context) in GetVertexArrayIndexedTest() function in gl4cts::DirectStateAccess::VertexArrays::GetVertexArrayIndexedTest3630 tcu::TestNode::IterateResult GetVertexArrayIndexedTest::iterate() in iterate()3750 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()
148 addChild(new VertexArrays::GetVertexArrayIndexedTest(m_context)); in init()