Searched refs:VertexArrayTest (Results 1 – 2 of 2) sorted by relevance
380 class VertexArrayTest : public tcu::TestCase class383 …VertexArrayTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name ,cons…384 virtual ~VertexArrayTest (void);389 VertexArrayTest (const VertexArrayTest& other);390 VertexArrayTest& operator= (const VertexArrayTest& other);409 class MultiVertexArrayTest : public VertexArrayTest
1752 VertexArrayTest::VertexArrayTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const c… in VertexArrayTest() function in deqp::gls::VertexArrayTest1767 VertexArrayTest::~VertexArrayTest (void) in ~VertexArrayTest()1772 void VertexArrayTest::init (void) in init()1787 void VertexArrayTest::deinit (void) in deinit()1802 void VertexArrayTest::compare (void) in compare()2002 : VertexArrayTest (testCtx, renderCtx, name, desc) in MultiVertexArrayTest()