Home
last modified time | relevance | path

Searched refs:RenderPerformanceTestBase (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp3928 class RenderPerformanceTestBase : public TestCase class
3931 RenderPerformanceTestBase (Context& context, const char* name, const char* description);
3932 ~RenderPerformanceTestBase (void);
3952 RenderPerformanceTestBase::RenderPerformanceTestBase (Context& context, const char* name, const cha… in RenderPerformanceTestBase() function in deqp::gles3::Performance::__anon67db42180111::RenderPerformanceTestBase
3960 RenderPerformanceTestBase::~RenderPerformanceTestBase (void) in ~RenderPerformanceTestBase()
3965 void RenderPerformanceTestBase::init (void) in init()
3985 void RenderPerformanceTestBase::deinit (void) in deinit()
3991 void RenderPerformanceTestBase::setupVertexAttribs (void) const in setupVertexAttribs()
4008 void RenderPerformanceTestBase::waitGLResults (void) const in waitGLResults()
4015 class RenderCase : public RenderPerformanceTestBase
[all …]