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.cpp1061 VertexArrayTestGroup::VertexArrayTestGroup(Context &context) in VertexArrayTestGroup() function in deqp::gles3::Functional::VertexArrayTestGroup
1066 VertexArrayTestGroup::~VertexArrayTestGroup(void) in ~VertexArrayTestGroup()
1070 void VertexArrayTestGroup::init(void) in init()
Des3fFunctionalTests.cpp383 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.cpp818 VertexArrayTestGroup::VertexArrayTestGroup(Context &context) in VertexArrayTestGroup() function in deqp::gles2::Functional::VertexArrayTestGroup
823 VertexArrayTestGroup::~VertexArrayTestGroup(void) in ~VertexArrayTestGroup()
827 void VertexArrayTestGroup::init(void) in init()
Des2fFunctionalTests.cpp319 addChild(new VertexArrayTestGroup(m_context)); in init()