Lines Matching refs:descr
144 …AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMeth…
156 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTes… in AttributeGroup() argument
157 : TestCaseGroup (context, name, descr) in AttributeGroup()
386 …IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod …
395 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::D… in IndexGroup() argument
396 : TestCaseGroup (context, name, descr) in IndexGroup()
472 …FirstGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod …
481 FirstGroup::FirstGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::D… in FirstGroup() argument
482 : TestCaseGroup (context, name, descr) in FirstGroup()
518 …MethodGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMetho…
527 MethodGroup::MethodGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec:… in MethodGroup() argument
528 : TestCaseGroup (context, name, descr) in MethodGroup()
826 InstancingGroup (Context& context, const char* name, const char* descr);
832 InstancingGroup::InstancingGroup (Context& context, const char* name, const char* descr) in InstancingGroup() argument
833 : TestCaseGroup (context, name, descr) in InstancingGroup()
874 RandomGroup (Context& context, const char* name, const char* descr);
892 RandomGroup::RandomGroup (Context& context, const char* name, const char* descr) in RandomGroup() argument
893 : TestCaseGroup (context, name, descr) in RandomGroup()