Lines Matching defs:context

144 									AttributeGroup	(Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage);
156 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage)
157 : TestCaseGroup (context, name, descr)
386 IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
395 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod)
396 : TestCaseGroup (context, name, descr)
472 FirstGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
481 FirstGroup::FirstGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod)
482 : TestCaseGroup (context, name, descr)
518 MethodGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
527 MethodGroup::MethodGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod)
528 : TestCaseGroup (context, name, descr)
581 void shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const;
621 void GridProgram::shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const
625 rr::writeFragmentOutput(context, packetNdx, fragNdx, 0, rr::readTriangleVarying<float>(packets[packetNdx], context, 0, fragNdx));
631 InstancedGridRenderTest (Context& context, const char* name, const char* desc, int gridSide, bool useIndices);
644 InstancedGridRenderTest::InstancedGridRenderTest (Context& context, const char* name, const char* desc, int gridSide, bool useIndices)
645 : TestCase (context, name, desc)
834 InstancingGroup (Context& context, const char* name, const char* descr);
840 InstancingGroup::InstancingGroup (Context& context, const char* name, const char* descr)
841 : TestCaseGroup (context, name, descr)
882 RandomGroup (Context& context, const char* name, const char* descr);
900 RandomGroup::RandomGroup (Context& context, const char* name, const char* descr)
901 : TestCaseGroup (context, name, descr)
1128 DrawTests::DrawTests (Context& context)
1129 : TestCaseGroup(context, "draw", "Drawing tests")