• Home
  • Raw
  • Download

Lines Matching refs:drawMethod

76 	spec.drawMethod							= method;  in genBasicSpec()
114 …xt, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSp…
126 …xt, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSp… in AttributeGroup() argument
128 , m_method (drawMethod) in AttributeGroup()
149 spec.drawMethod = m_method; in init()
184 spec.drawMethod = m_method; in init()
230 spec.drawMethod = m_method; in init()
288 … (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
297 …p (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) in IndexGroup() argument
299 , m_method (drawMethod) in IndexGroup()
371 … (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
380 …p (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) in FirstGroup() argument
382 , m_method (drawMethod) in FirstGroup()
417 … (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
426 …p (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) in MethodGroup() argument
428 , m_method (drawMethod) in MethodGroup()
600 …spec.drawMethod = random.chooseWeighted<gls::DrawTestSpec::DrawMethod> (DE_ARRAY_BEGIN(drawMeth… in init()
651 …if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && spec.indexMin == spec.… in init()
663 …if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && (spec.indexMax - spec.… in init()