• Home
  • Raw
  • Download

Lines Matching refs:drawMethod

186 	spec.drawMethod							= method;  in genBasicSpec()
233 …xt, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSp…
245 …xt, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSp… in AttributeGroup() argument
247 , m_method (drawMethod) in AttributeGroup()
268 spec.drawMethod = m_method; in init()
304 spec.drawMethod = m_method; in init()
351 spec.drawMethod = m_method; in init()
412 spec.drawMethod = m_method; in init()
473 … (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
482 …p (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) in IndexGroup() argument
484 , m_method (drawMethod) in IndexGroup()
536 … (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
545 …p (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) in BaseVertexGroup() argument
547 , m_method (drawMethod) in BaseVertexGroup()
603 … (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
612 …p (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) in FirstGroup() argument
614 , m_method (drawMethod) in FirstGroup()
649 … (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
658 …p (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) in MethodGroup() argument
660 , m_method (drawMethod) in MethodGroup()
2154 …spec.drawMethod = random.chooseWeighted<gls::DrawTestSpec::DrawMethod> (DE_ARRAY_BEGIN(drawMeth… in init()
2156 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS_INDIRECT) in init()
2158 else if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INDIRECT) in init()
2218 …if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && spec.indexMin == spec.… in init()
2230 …if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && (spec.indexMax - spec.… in init()