Home
last modified time | relevance | path

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

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