/external/deqp/modules/gles2/stress/ |
D | es2sDrawTests.cpp | 83 class IndexGroup : public TestCaseGroup class 86 …IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod … 87 ~IndexGroup (void); 95 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::D… in IndexGroup() function in deqp::gles2::Stress::__anon39e5ba200111::IndexGroup 101 IndexGroup::~IndexGroup (void) in ~IndexGroup() 105 void IndexGroup::init (void) in init() 185 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method)); in init()
|
/external/deqp/modules/gles3/stress/ |
D | es3sDrawTests.cpp | 264 class IndexGroup : public TestCaseGroup class 267 …IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod … 268 ~IndexGroup (void); 276 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::D… in IndexGroup() function in deqp::gles3::Stress::__anon0c4fdb020111::IndexGroup 282 IndexGroup::~IndexGroup (void) in ~IndexGroup() 286 void IndexGroup::init (void) in init() 374 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method)); in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 285 class IndexGroup : public TestCaseGroup class 288 …IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod … 289 ~IndexGroup (void); 297 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::D… in IndexGroup() function in deqp::gles2::Functional::__anone6c623820111::IndexGroup 303 IndexGroup::~IndexGroup (void) in ~IndexGroup() 307 void IndexGroup::init (void) in init() 462 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method)); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 383 class IndexGroup : public TestCaseGroup class 386 …IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod … 387 ~IndexGroup (void); 395 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::D… in IndexGroup() function in deqp::gles3::Functional::__anon23a6ece40111::IndexGroup 401 IndexGroup::~IndexGroup (void) in ~IndexGroup() 405 void IndexGroup::init (void) in init() 563 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method)); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 470 class IndexGroup : public TestCaseGroup class 473 …IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod … 474 ~IndexGroup (void); 482 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::D… in IndexGroup() function in deqp::gles31::Functional::__anon2b15ba460111::IndexGroup 488 IndexGroup::~IndexGroup (void) in ~IndexGroup() 492 void IndexGroup::init (void) in init() 693 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method)); in init()
|