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

/external/deqp/modules/gles2/performance/
H A Des2pRedundantStateChangeTests.cpp120 manySmallCallsGroup->addChild (new RedundantStateChangeCase_ ## NAME (m_context,1000,2,#NAME,(DESC)));\
126 tcu::TestCaseGroup* const manySmallCallsGroup = new tcu::TestCaseGroup(m_testCtx, "many_small_calls", "1000 calls, 2 triangles in each"); member in class:deqp::gles2::Performance::tcu
129 addChild(manySmallCallsGroup);
H A Des2pStateChangeTests.cpp129 manySmallCallsGroup->addChild (new StateChangeCase_ ## NAME (m_context,1000,2,#NAME,(DESC)));\
135 tcu::TestCaseGroup* const manySmallCallsGroup = new tcu::TestCaseGroup(m_testCtx, "many_small_calls", "1000 calls, 2 triangles in each"); member in class:deqp::gles2::Performance::tcu
138 addChild(manySmallCallsGroup);
/external/deqp/modules/gles3/performance/
H A Des3pRedundantStateChangeTests.cpp120 manySmallCallsGroup->addChild (new RedundantStateChangeCase_ ## NAME (m_context,1000,2,#NAME,(DESC)));\
126 tcu::TestCaseGroup* const manySmallCallsGroup = new tcu::TestCaseGroup(m_testCtx, "many_small_calls", "1000 calls, 2 triangles in each"); member in class:deqp::gles3::Performance::tcu
129 addChild(manySmallCallsGroup);
H A Des3pStateChangeTests.cpp129 manySmallCallsGroup->addChild (new StateChangeCase_ ## NAME (m_context,1000,2,#NAME,(DESC)));\
135 tcu::TestCaseGroup* const manySmallCallsGroup = new tcu::TestCaseGroup(m_testCtx, "many_small_calls", "1000 calls, 2 triangles in each"); member in class:deqp::gles3::Performance::tcu
138 addChild(manySmallCallsGroup);

Completed in 109 milliseconds