Home | History | Annotate | Download | only in functional

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)
439 genBasicSpec(spec, m_method);
481 gls::DrawTestSpec::DrawMethod m_method;
486 , m_method (drawMethod)
502 genBasicSpec(spec, m_method);
527 gls::DrawTestSpec::DrawMethod m_method;
532 , m_method (drawMethod)
542 const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED);
543 const bool hasFirst = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS_INSTANCED);
559 this->addChild(new FirstGroup(m_context, "first", "First tests", m_method));
565 if (m_method != gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED)
566 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method));
574 this->addChild(new AttributeGroup(m_context, name.c_str(), desc.c_str(), m_method, primitive[ndx], gls::DrawTestSpec::INDEXTYPE_SHORT, gls::DrawTestSpec::STORAGE_BUFFER));