Searched defs:fewBigCallsGroup (Results 1 - 4 of 4) sorted by last modified time

/external/deqp/modules/gles3/performance/
H A Des3pRedundantStateChangeTests.cpp121 fewBigCallsGroup->addChild (new RedundantStateChangeCase_ ## NAME (m_context,10,200,#NAME,(DESC)));\
127 tcu::TestCaseGroup* const fewBigCallsGroup = new tcu::TestCaseGroup(m_testCtx, "few_big_calls", "10 calls, 200 triangles in each"); member in class:deqp::gles3::Performance::tcu
130 addChild(fewBigCallsGroup);
H A Des3pStateChangeTests.cpp130 fewBigCallsGroup->addChild (new StateChangeCase_ ## NAME (m_context,10,200,#NAME,(DESC)));\
136 tcu::TestCaseGroup* const fewBigCallsGroup = new tcu::TestCaseGroup(m_testCtx, "few_big_calls", "10 calls, 200 triangles in each"); member in class:deqp::gles3::Performance::tcu
139 addChild(fewBigCallsGroup);
/external/deqp/modules/gles2/performance/
H A Des2pRedundantStateChangeTests.cpp121 fewBigCallsGroup->addChild (new RedundantStateChangeCase_ ## NAME (m_context,10,200,#NAME,(DESC)));\
127 tcu::TestCaseGroup* const fewBigCallsGroup = new tcu::TestCaseGroup(m_testCtx, "few_big_calls", "10 calls, 200 triangles in each"); member in class:deqp::gles2::Performance::tcu
130 addChild(fewBigCallsGroup);
H A Des2pStateChangeTests.cpp130 fewBigCallsGroup->addChild (new StateChangeCase_ ## NAME (m_context,10,200,#NAME,(DESC)));\
136 tcu::TestCaseGroup* const fewBigCallsGroup = new tcu::TestCaseGroup(m_testCtx, "few_big_calls", "10 calls, 200 triangles in each"); member in class:deqp::gles2::Performance::tcu
139 addChild(fewBigCallsGroup);

Completed in 115 milliseconds