Home
last modified time | relevance | path

Searched refs:BaseVertexGroup (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fDrawElementsBaseVertexTests.cpp524 class BaseVertexGroup : public TestCaseGroup class
527BaseVertexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMe…
528 ~BaseVertexGroup (void);
536 BaseVertexGroup::BaseVertexGroup (Context& context, const char* name, const char* descr, gls::DrawT… in BaseVertexGroup() function in deqp::gles31::Functional::__anon806e821c0111::BaseVertexGroup
542 BaseVertexGroup::~BaseVertexGroup (void) in ~BaseVertexGroup()
546 void BaseVertexGroup::init (void) in init()
880 this->addChild(new BaseVertexGroup(m_context, "base_vertex", "Base vertex tests", m_method)); in init()
Des31fDrawTests.cpp533 class BaseVertexGroup : public TestCaseGroup class
536BaseVertexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMe…
537 ~BaseVertexGroup (void);
545 BaseVertexGroup::BaseVertexGroup (Context& context, const char* name, const char* descr, gls::DrawT… in BaseVertexGroup() function in deqp::gles31::Functional::__anon2b15ba460111::BaseVertexGroup
551 BaseVertexGroup::~BaseVertexGroup (void) in ~BaseVertexGroup()
555 void BaseVertexGroup::init (void) in init()
694 this->addChild(new BaseVertexGroup(m_context, "base_vertex", "Base vertex tests", m_method)); in init()