• Home
  • Raw
  • Download

Lines Matching refs:m_method

150 	gls::DrawTestSpec::DrawMethod	m_method;  member in deqp::gles3::Functional::__anon9f39b3250111::AttributeGroup
158 , m_method (drawMethod) in AttributeGroup()
172 const bool instanced = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS_INSTANCED) || in init()
173 (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED); in init()
174 const bool ranged = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED); in init()
185 spec.drawMethod = m_method; in init()
220 spec.drawMethod = m_method; in init()
266 spec.drawMethod = m_method; in init()
326 spec.drawMethod = m_method; in init()
392 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles3::Functional::__anon9f39b3250111::IndexGroup
397 , m_method (drawMethod) in IndexGroup()
435 genBasicSpec(spec, m_method); in init()
478 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles3::Functional::__anon9f39b3250111::FirstGroup
483 , m_method (drawMethod) in FirstGroup()
499 genBasicSpec(spec, m_method); in init()
524 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles3::Functional::__anon9f39b3250111::MethodGroup
529 , m_method (drawMethod) in MethodGroup()
539 …ed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || (m_method == gls::DrawTestSpec::… in init()
540 …const bool hasFirst = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS) || (m_method == gls:… in init()
556 this->addChild(new FirstGroup(m_context, "first", "First tests", m_method)); in init()
562 if (m_method != gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED) in init()
563 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method)); in init()
571 …this->addChild(new AttributeGroup(m_context, name.c_str(), desc.c_str(), m_method, primitive[ndx],… in init()