Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fVertexArrayTest.hpp36 class VertexArrayTestGroup : public TestCaseGroup class
39 VertexArrayTestGroup (Context& context);
40 virtual ~VertexArrayTestGroup (void);
45 VertexArrayTestGroup (const VertexArrayTestGroup& other);
46 VertexArrayTestGroup& operator= (const VertexArrayTestGroup& other);
Des3fVertexArrayTest.cpp1077 VertexArrayTestGroup::VertexArrayTestGroup (Context& context) in VertexArrayTestGroup() function in deqp::gles3::Functional::VertexArrayTestGroup
1082 VertexArrayTestGroup::~VertexArrayTestGroup (void) in ~VertexArrayTestGroup()
1086 void VertexArrayTestGroup::init (void) in init()
Des3fFunctionalTests.cpp384 addChild(new VertexArrayTestGroup (m_context)); in init()
/external/deqp/modules/gles2/functional/
Des2fVertexArrayTest.hpp35 class VertexArrayTestGroup : public TestCaseGroup class
38 VertexArrayTestGroup (Context& context);
39 virtual ~VertexArrayTestGroup (void);
44 VertexArrayTestGroup (const VertexArrayTestGroup& other);
45 VertexArrayTestGroup& operator= (const VertexArrayTestGroup& other);
Des2fVertexArrayTest.cpp864 VertexArrayTestGroup::VertexArrayTestGroup (Context& context) in VertexArrayTestGroup() function in deqp::gles2::Functional::VertexArrayTestGroup
869 VertexArrayTestGroup::~VertexArrayTestGroup (void) in ~VertexArrayTestGroup()
873 void VertexArrayTestGroup::init (void) in init()
Des2fFunctionalTests.cpp319 addChild(new VertexArrayTestGroup (m_context)); in init()