Searched refs:GradientCostCase (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/performance/ |
D | es3pDepthTests.cpp | 1155 class GradientCostCase : public RenderCountCase class 1158 …GradientCostCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const ch… in GradientCostCase() function in deqp::gles3::Performance::__anon3060813d0111::GradientCostCase 1164 ~GradientCostCase (void) {} in ~GradientCostCase() 1860 group->addChild(new GradientCostCase(testCtx, renderCtx, "gradient_050", "", 0.50f)); in init() 1861 group->addChild(new GradientCostCase(testCtx, renderCtx, "gradient_010", "", 0.10f)); in init() 1862 group->addChild(new GradientCostCase(testCtx, renderCtx, "gradient_005", "", 0.05f)); in init() 1863 group->addChild(new GradientCostCase(testCtx, renderCtx, "gradient_002", "", 0.02f)); in init() 1864 group->addChild(new GradientCostCase(testCtx, renderCtx, "gradient_001", "", 0.01f)); in init()
|