Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp380 class VertexArrayTest : public tcu::TestCase class
383VertexArrayTest (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
DglsVertexArrayTests.cpp1752 VertexArrayTest::VertexArrayTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const c… in VertexArrayTest() function in deqp::gls::VertexArrayTest
1767 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()