Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/performance/
Des2pDrawCallBatchingTests.hpp36 class DrawCallBatchingTests : public TestCaseGroup class
39 DrawCallBatchingTests (Context& context);
40 ~DrawCallBatchingTests (void);
45 DrawCallBatchingTests (const DrawCallBatchingTests& other);
46 DrawCallBatchingTests& operator= (const DrawCallBatchingTests& other);
Des2pPerformanceTests.cpp98 addChild(new DrawCallBatchingTests (m_context)); in init()
Des2pDrawCallBatchingTests.cpp963 DrawCallBatchingTests::DrawCallBatchingTests (Context& context) in DrawCallBatchingTests() function in deqp::gles2::Performance::DrawCallBatchingTests
968 DrawCallBatchingTests::~DrawCallBatchingTests (void) in ~DrawCallBatchingTests()
972 void DrawCallBatchingTests::init (void) in init()