Searched defs:PartialOccluderCullCase (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles3/performance/
H A Des3pDepthTests.cpp1515 class PartialOccluderCullCase : public RelativeChangeCase class in namespace:deqp::gles3::Performance::__anon20237
1518 PartialOccluderCullCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc, float coverage) function in class:deqp::gles3::Performance::__anon20237::PartialOccluderCullCase
1523 ~PartialOccluderCullCase (void) {}
1817 group->addChild(new PartialOccluderCullCase(testCtx, renderCtx, "100", "Occluder covering only part of occluded geometry", 1.00f));
1818 group->addChild(new PartialOccluderCullCase(testCtx, renderCtx, "099", "Occluder covering only part of occluded geometry", 0.99f));
1819 group->addChild(new PartialOccluderCullCase(testCtx, renderCtx, "095", "Occluder covering only part of occluded geometry", 0.95f));
1820 group->addChild(new PartialOccluderCullCase(testCtx, renderCtx, "090", "Occluder covering only part of occluded geometry", 0.90f));
1821 group->addChild(new PartialOccluderCullCase(testCtx, renderCtx, "080", "Occluder covering only part of occluded geometry", 0.80f));
1822 group->addChild(new PartialOccluderCullCase(testCtx, renderCtx, "070", "Occluder covering only part of occluded geometry", 0.70f));
1823 group->addChild(new PartialOccluderCullCase(testCt
[all...]

Completed in 72 milliseconds