Lines Matching refs:DrawCallBatchingTest
66 class DrawCallBatchingTest : public tcu::TestCase class
85 …DrawCallBatchingTest (Context& context, const char* name, const char* description, const TestSpec&…
86 ~DrawCallBatchingTest (void);
149 DrawCallBatchingTest::DrawCallBatchingTest (Context& context, const char* name, const char* descrip… in DrawCallBatchingTest() function in deqp::gles2::Performance::__anon405bb0470111::DrawCallBatchingTest
165 DrawCallBatchingTest::~DrawCallBatchingTest (void) in ~DrawCallBatchingTest()
170 void DrawCallBatchingTest::createIndexData (void) in createIndexData()
198 void DrawCallBatchingTest::createShader (void) in createShader()
265 void DrawCallBatchingTest::createAttributeDatas (void) in createAttributeDatas()
348 void DrawCallBatchingTest::createArrayBuffers (void) in createArrayBuffers()
422 void DrawCallBatchingTest::createIndexBuffer (void) in createIndexBuffer()
481 void DrawCallBatchingTest::init (void) in init()
496 void DrawCallBatchingTest::deinit (void) in deinit()
577 deUint64 DrawCallBatchingTest::renderUnbatched (void) in renderUnbatched()
683 deUint64 DrawCallBatchingTest::renderBatched (void) in renderBatched()
824 void DrawCallBatchingTest::logTestInfo (void) in logTestInfo()
843 tcu::TestCase::IterateResult DrawCallBatchingTest::iterate (void) in iterate()
931 string specToName (const DrawCallBatchingTest::TestSpec& spec) in specToName()
955 string specToDescrpition (const DrawCallBatchingTest::TestSpec& spec) in specToDescrpition()
1056 DrawCallBatchingTest::TestSpec spec; in init()
1077 …attributeCountGroup->addChild(new DrawCallBatchingTest(m_context, specToName(spec).c_str(), specTo… in init()