Lines Matching defs:m_method
239 gls::DrawTestSpec::DrawMethod m_method;
247 , m_method (drawMethod)
269 spec.drawMethod = m_method;
306 spec.drawMethod = m_method;
354 spec.drawMethod = m_method;
416 spec.drawMethod = m_method;
483 gls::DrawTestSpec::DrawMethod m_method;
488 , m_method (drawMethod)
512 genBasicSpec(spec, m_context.getRenderContext().getType(), m_method);
546 gls::DrawTestSpec::DrawMethod m_method;
551 , m_method (drawMethod)
579 genBasicSpec(spec, m_context.getRenderContext().getType(), m_method);
613 gls::DrawTestSpec::DrawMethod m_method;
618 , m_method (drawMethod)
634 genBasicSpec(spec, m_context.getRenderContext().getType(), m_method);
659 gls::DrawTestSpec::DrawMethod m_method;
664 , m_method (drawMethod)
674 const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INDIRECT);
675 const bool hasFirst = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS_INDIRECT);
691 this->addChild(new FirstGroup(m_context, "first", "First tests", m_method));
697 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method));
698 this->addChild(new BaseVertexGroup(m_context, "base_vertex", "Base vertex tests", m_method));
706 this->addChild(new AttributeGroup(m_context, name.c_str(), desc.c_str(), m_method, primitive[ndx], gls::DrawTestSpec::INDEXTYPE_SHORT, gls::DrawTestSpec::STORAGE_BUFFER));