Lines Matching defs:SingleVertexArrayTestGroup
451 class SingleVertexArrayTestGroup : public TestCaseGroup
454 SingleVertexArrayTestGroup (Context& context);
455 virtual ~SingleVertexArrayTestGroup (void);
460 SingleVertexArrayTestGroup (const SingleVertexArrayTestGroup& other);
461 SingleVertexArrayTestGroup& operator= (const SingleVertexArrayTestGroup& other);
464 SingleVertexArrayTestGroup::SingleVertexArrayTestGroup (Context& context)
469 SingleVertexArrayTestGroup::~SingleVertexArrayTestGroup (void)
473 void SingleVertexArrayTestGroup::init (void)
875 addChild(new SingleVertexArrayTestGroup(m_context));