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