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