Searched refs:AttributeGroup (Results 1 - 3 of 3) sorted by relevance
/external/deqp/modules/gles2/functional/ |
H A D | es2fDrawTests.cpp | 111 class AttributeGroup : public TestCaseGroup class in namespace:deqp::gles2::Functional::__anon4181 114 AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage); 115 ~AttributeGroup (void); 126 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage) function in class:deqp::gles2::Functional::__anon4181::AttributeGroup 135 AttributeGroup::~AttributeGroup (void) 139 void AttributeGroup::init (void) 470 this->addChild(new AttributeGroup(m_context, name.c_str(), desc.c_str(), m_method, primitive[ndx], gls::DrawTestSpec::INDEXTYPE_SHORT, gls::DrawTestSpec::STORAGE_BUFFER));
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fDrawTests.cpp | 141 class AttributeGroup : public TestCaseGroup class in namespace:deqp::gles3::Functional::__anon4308 144 AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage); 145 ~AttributeGroup (void); 156 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage) function in class:deqp::gles3::Functional::__anon4308::AttributeGroup 165 AttributeGroup::~AttributeGroup (void) 169 void AttributeGroup::init (void) 571 this->addChild(new AttributeGroup(m_context, name.c_str(), desc.c_str(), m_method, primitive[ndx], gls::DrawTestSpec::INDEXTYPE_SHORT, gls::DrawTestSpec::STORAGE_BUFFER));
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fDrawTests.cpp | 230 class AttributeGroup : public TestCaseGroup class in namespace:deqp::gles31::Functional::__anon4576 233 AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage); 234 ~AttributeGroup (void); 245 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage) function in class:deqp::gles31::Functional::__anon4576::AttributeGroup 254 AttributeGroup::~AttributeGroup (void) 258 void AttributeGroup::init (void) 702 this->addChild(new AttributeGroup(m_context, name.c_str(), desc.c_str(), m_method, primitive[ndx], gls::DrawTestSpec::INDEXTYPE_SHORT, gls::DrawTestSpec::STORAGE_BUFFER));
|
Completed in 90 milliseconds