Searched refs:VertexArrayTests (Results 1 - 6 of 6) sorted by relevance

/external/deqp/modules/gles2/stress/
H A Des2sVertexArrayTests.hpp36 class VertexArrayTests : public TestCaseGroup class in namespace:deqp::gles2::Stress
39 VertexArrayTests (Context& testCtx);
40 ~VertexArrayTests (void);
45 VertexArrayTests (const VertexArrayTests& other);
46 VertexArrayTests& operator= (const VertexArrayTests& other);
H A Des2sStressTests.cpp52 addChild(new VertexArrayTests (m_context));
H A Des2sVertexArrayTests.cpp326 VertexArrayTests::VertexArrayTests (Context& context) function in class:deqp::gles2::Stress::VertexArrayTests
331 VertexArrayTests::~VertexArrayTests (void)
335 void VertexArrayTests::init (void)
/external/deqp/modules/gles3/stress/
H A Des3sVertexArrayTests.hpp36 class VertexArrayTests : public TestCaseGroup class in namespace:deqp::gles3::Stress
39 VertexArrayTests (Context& testCtx);
40 ~VertexArrayTests (void);
45 VertexArrayTests (const VertexArrayTests& other);
46 VertexArrayTests& operator= (const VertexArrayTests& other);
H A Des3sStressTests.cpp60 addChild(new VertexArrayTests (m_context));
H A Des3sVertexArrayTests.cpp458 VertexArrayTests::VertexArrayTests (Context& context) function in class:deqp::gles3::Stress::VertexArrayTests
463 VertexArrayTests::~VertexArrayTests (void)
467 void VertexArrayTests::init (void)

Completed in 594 milliseconds