Searched refs:VertexArrayTest (Results 1 – 2 of 2) sorted by relevance
419 class VertexArrayTest : public tcu::TestCase class422 …VertexArrayTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name ,cons…423 virtual ~VertexArrayTest (void);428 VertexArrayTest (const VertexArrayTest& other);429 VertexArrayTest& operator= (const VertexArrayTest& other);448 class MultiVertexArrayTest : public VertexArrayTest
1764 VertexArrayTest::VertexArrayTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const c… in VertexArrayTest() function in deqp::gls::VertexArrayTest1779 VertexArrayTest::~VertexArrayTest (void) in ~VertexArrayTest()1784 void VertexArrayTest::init (void) in init()1799 void VertexArrayTest::deinit (void) in deinit()1814 void VertexArrayTest::compare (void) in compare()2021 : VertexArrayTest (testCtx, renderCtx, name, desc) in MultiVertexArrayTest()