Searched refs:manySmallCallsGroup (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pRedundantStateChangeTests.cpp | 120 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"); in init() member in deqp::gles3::Performance::tcu 129 addChild(manySmallCallsGroup); in init()
|
H A D | es3pStateChangeTests.cpp | 129 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"); in init() member in deqp::gles3::Performance::tcu 138 addChild(manySmallCallsGroup); in init()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pRedundantStateChangeTests.cpp | 120 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"); in init() member in deqp::gles2::Performance::tcu 129 addChild(manySmallCallsGroup); in init()
|
H A D | es2pStateChangeTests.cpp | 129 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"); in init() member in deqp::gles2::Performance::tcu 138 addChild(manySmallCallsGroup); in init()
|
Completed in 6 milliseconds