• Home
  • Raw
  • Download

Lines Matching refs:m_method

190 	gls::DrawTestSpec::DrawMethod	m_method;  member in deqp::gles31::Functional::__anonf70be2dd0111::VertexIDCase
212 , m_method (drawMethod) in VertexIDCase()
224 if (m_method == deqp::gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_BASEVERTEX || in init()
225 m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED_BASEVERTEX || in init()
226 m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED_BASEVERTEX) in init()
300 switch (m_method) in draw()
458 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anonf70be2dd0111::BuiltInVariableGroup
463 , m_method (drawMethod) in BuiltInVariableGroup()
473 addChild(new VertexIDCase(m_context, m_method)); in init()
485 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anonf70be2dd0111::IndexGroup
490 , m_method (drawMethod) in IndexGroup()
515 genBasicSpec(spec, contextType, m_method); in init()
549 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anonf70be2dd0111::BaseVertexGroup
554 , m_method (drawMethod) in BaseVertexGroup()
583 genBasicSpec(spec, contextType, m_method); in init()
623 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anonf70be2dd0111::AttributeGroup
631 , m_method (drawMethod) in AttributeGroup()
653 spec.drawMethod = m_method; in init()
690 spec.drawMethod = m_method; in init()
738 spec.drawMethod = m_method; in init()
800 spec.drawMethod = m_method; in init()
867 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anonf70be2dd0111::MethodGroup
872 , m_method (drawMethod) in MethodGroup()
882 const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_BASEVERTEX) in init()
883 || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED_BASEVERTEX) in init()
884 || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED_BASEVERTEX); in init()
900 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method)); in init()
901 this->addChild(new BaseVertexGroup(m_context, "base_vertex", "Base vertex tests", m_method)); in init()
902 …w BuiltInVariableGroup(m_context, "builtin_variable", "Built in shader variable tests", m_method)); in init()
910 …this->addChild(new AttributeGroup(m_context, name.c_str(), desc.c_str(), m_method, primitive[ndx],… in init()