• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:m_method

239 	gls::DrawTestSpec::DrawMethod	m_method;  member in deqp::gles31::Functional::__anon2b15ba460111::AttributeGroup
247 , m_method (drawMethod) in AttributeGroup()
269 spec.drawMethod = m_method; in init()
306 spec.drawMethod = m_method; in init()
354 spec.drawMethod = m_method; in init()
416 spec.drawMethod = m_method; in init()
483 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anon2b15ba460111::IndexGroup
488 , m_method (drawMethod) in IndexGroup()
512 genBasicSpec(spec, m_context.getRenderContext().getType(), m_method); in init()
546 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anon2b15ba460111::BaseVertexGroup
551 , m_method (drawMethod) in BaseVertexGroup()
579 genBasicSpec(spec, m_context.getRenderContext().getType(), m_method); in init()
613 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anon2b15ba460111::FirstGroup
618 , m_method (drawMethod) in FirstGroup()
634 genBasicSpec(spec, m_context.getRenderContext().getType(), m_method); in init()
659 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anon2b15ba460111::MethodGroup
664 , m_method (drawMethod) in MethodGroup()
674 const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INDIRECT); in init()
675 const bool hasFirst = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS_INDIRECT); in init()
691 this->addChild(new FirstGroup(m_context, "first", "First tests", m_method)); in init()
697 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method)); in init()
698 this->addChild(new BaseVertexGroup(m_context, "base_vertex", "Base vertex tests", m_method)); in init()
706 …this->addChild(new AttributeGroup(m_context, name.c_str(), desc.c_str(), m_method, primitive[ndx],… in init()