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

/external/deqp/modules/gles3/performance/
H A Des3pDepthTests.cpp721 class RenderCountCase : public BaseCase class in namespace:deqp::gles3::Performance::__anon20237
724 RenderCountCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc);
725 ~RenderCountCase (void) {}
735 RenderCountCase::RenderCountCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) function in class:deqp::gles3::Performance::__anon20237::RenderCountCase
740 void RenderCountCase::logAnalysis (const vector<Sample>& samples)
795 Sample RenderCountCase::renderSample (const RenderData& occluder, const RenderData& occluded, int callcount) const
830 int RenderCountCase::calibrate (void) const
1128 class BaseCostCase : public RenderCountCase
1132 : RenderCountCase (testCt
[all...]

Completed in 71 milliseconds