Lines Matching refs:m_method
120 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles2::Functional::__anoncd5569070111::AttributeGroup
128 , m_method (drawMethod) in AttributeGroup()
149 spec.drawMethod = m_method; in init()
184 spec.drawMethod = m_method; in init()
230 spec.drawMethod = m_method; in init()
294 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles2::Functional::__anoncd5569070111::IndexGroup
299 , m_method (drawMethod) in IndexGroup()
334 genBasicSpec(spec, m_method); in init()
377 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles2::Functional::__anoncd5569070111::FirstGroup
382 , m_method (drawMethod) in FirstGroup()
398 genBasicSpec(spec, m_method); in init()
423 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles2::Functional::__anoncd5569070111::MethodGroup
428 , m_method (drawMethod) in MethodGroup()
438 …ed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || (m_method == gls::DrawTestSpec::… in init()
439 …const bool hasFirst = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS) || (m_method == gls:… in init()
455 this->addChild(new FirstGroup(m_context, "first", "First tests", m_method)); in init()
461 if (m_method != gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED) in init()
462 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method)); in init()
470 …this->addChild(new AttributeGroup(m_context, name.c_str(), desc.c_str(), m_method, primitive[ndx],… in init()