Lines Matching defs:renderCtx
113 RenderData::RenderData (const ObjectData& object, const glu::RenderContext& renderCtx, TestLog& lo… in RenderData()
535 BaseCase::BaseCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const c… in BaseCase()
736 RenderCountCase::RenderCountCase (TestContext& testCtx, const RenderContext& renderCtx, const char*… in RenderCountCase()
906 RelativeChangeCase::RelativeChangeCase (TestContext& testCtx, const RenderContext& renderCtx, const… in RelativeChangeCase()
1132 …BaseCostCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char*… in BaseCostCase()
1158 …GradientCostCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const ch… in GradientCostCase()
1194 …OccluderStaticFragDepthCostCase (TestContext& testCtx, const RenderContext& renderCtx, const char… in OccluderStaticFragDepthCostCase()
1223 …OccluderDynamicFragDepthCostCase (TestContext& testCtx, const RenderContext& renderCtx, const char… in OccluderDynamicFragDepthCostCase()
1252 …OccludedStaticFragDepthCostCase (TestContext& testCtx, const RenderContext& renderCtx, const char… in OccludedStaticFragDepthCostCase()
1281 …OccludedDynamicFragDepthCostCase (TestContext& testCtx, const RenderContext& renderCtx, const char… in OccludedDynamicFragDepthCostCase()
1311 const RenderContext& renderCtx, in OccludingGeometryComplexityCostCase()
1370 …oadCullCase::FragmentWorkloadCullCase (TestContext& testCtx, const RenderContext& renderCtx, const… in FragmentWorkloadCullCase()
1410 …Case::FragmentTextureWorkloadCullCase (TestContext& testCtx, const RenderContext& renderCtx, const… in FragmentTextureWorkloadCullCase()
1438 …FragmentArithmeticWorkloadCullCase (TestContext& testCtx, const RenderContext& renderCtx, const ch… in FragmentArithmeticWorkloadCullCase()
1455 …mentDiscardArithmeticWorkloadCullCase (TestContext& testCtx, const RenderContext& renderCtx, const… in FragmentDiscardArithmeticWorkloadCullCase()
1487 …PartialOccluderDiscardCullCase (TestContext& testCtx, const RenderContext& renderCtx, const char* … in PartialOccluderDiscardCullCase()
1519 …PartialOccluderCullCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, … in PartialOccluderCullCase()
1551 …StaticOccluderFragDepthCullCase (TestContext& testCtx, const RenderContext& renderCtx, const char… in StaticOccluderFragDepthCullCase()
1581 …DynamicOccluderFragDepthCullCase (TestContext& testCtx, const RenderContext& renderCtx, const char… in DynamicOccluderFragDepthCullCase()
1611 …StaticOccludedFragDepthCullCase (TestContext& testCtx, const RenderContext& renderCtx, const char*… in StaticOccludedFragDepthCullCase()
1641 …DynamicOccludedFragDepthCullCase (TestContext& testCtx, const RenderContext& renderCtx, const char… in DynamicOccludedFragDepthCullCase()
1671 …ReversedDepthOrderCullCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name… in ReversedDepthOrderCullCase()
1780 const RenderContext& renderCtx = m_context.getRenderContext(); in init() local