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