Home | History | Annotate | Download | only in functional

Lines Matching refs:m_method

120 	gls::DrawTestSpec::DrawMethod	m_method;
128 , m_method (drawMethod)
149 spec.drawMethod = m_method;
184 spec.drawMethod = m_method;
230 spec.drawMethod = m_method;
294 gls::DrawTestSpec::DrawMethod m_method;
299 , m_method (drawMethod)
337 genBasicSpec(spec, m_method);
379 gls::DrawTestSpec::DrawMethod m_method;
384 , m_method (drawMethod)
400 genBasicSpec(spec, m_method);
425 gls::DrawTestSpec::DrawMethod m_method;
430 , m_method (drawMethod)
440 const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED);
441 const bool hasFirst = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS_INSTANCED);
457 this->addChild(new FirstGroup(m_context, "first", "First tests", m_method));
463 if (m_method != gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED)
464 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method));
472 this->addChild(new AttributeGroup(m_context, name.c_str(), desc.c_str(), m_method, primitive[ndx], gls::DrawTestSpec::INDEXTYPE_SHORT, gls::DrawTestSpec::STORAGE_BUFFER));