Home
last modified time | relevance | path

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

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