Lines Matching defs:m_method
273 gls::DrawTestSpec::DrawMethod m_method;
278 , m_method (drawMethod)
305 const bool isRangedMethod = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED || m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED_BASEVERTEX);
307 genBasicSpec(spec, m_method);
354 gls::DrawTestSpec::DrawMethod m_method;
359 , m_method (drawMethod)
369 const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED);
374 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method));