Searched refs:VertexArrayTest (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
H A DglsVertexArrayTests.hpp380 class VertexArrayTest : public tcu::TestCase class in namespace:deqp::gls
383 VertexArrayTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name ,const char* desc);
384 virtual ~VertexArrayTest (void);
389 VertexArrayTest (const VertexArrayTest& other);
390 VertexArrayTest& operator= (const VertexArrayTest& other);
409 class MultiVertexArrayTest : public VertexArrayTest
H A DglsVertexArrayTests.cpp1782 // VertexArrayTest
1784 VertexArrayTest::VertexArrayTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name ,const char* desc)
1799 VertexArrayTest::~VertexArrayTest (void)
1804 void VertexArrayTest::init (void)
1819 void VertexArrayTest::deinit (void)
1834 void VertexArrayTest::compare (void)
2034 : VertexArrayTest (testCtx, renderCtx, name, desc)

Completed in 70 milliseconds