Home | History | Annotate | Download | only in functional

Lines Matching refs:m_method

241 	gls::DrawTestSpec::DrawMethod	m_method;
249 , m_method (drawMethod)
270 spec.drawMethod = m_method;
306 spec.drawMethod = m_method;
353 spec.drawMethod = m_method;
414 spec.drawMethod = m_method;
481 gls::DrawTestSpec::DrawMethod m_method;
486 , m_method (drawMethod)
510 genBasicSpec(spec, m_method);
544 gls::DrawTestSpec::DrawMethod m_method;
549 , m_method (drawMethod)
577 genBasicSpec(spec, m_method);
611 gls::DrawTestSpec::DrawMethod m_method;
616 , m_method (drawMethod)
632 genBasicSpec(spec, m_method);
657 gls::DrawTestSpec::DrawMethod m_method;
662 , m_method (drawMethod)
672 const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INDIRECT);
673 const bool hasFirst = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS_INDIRECT);
689 this->addChild(new FirstGroup(m_context, "first", "First tests", m_method));
695 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method));
696 this->addChild(new BaseVertexGroup(m_context, "base_vertex", "Base vertex tests", m_method));
704 this->addChild(new AttributeGroup(m_context, name.c_str(), desc.c_str(), m_method, primitive[ndx], gls::DrawTestSpec::INDEXTYPE_SHORT, gls::DrawTestSpec::STORAGE_BUFFER));