Searched refs:drawCallGroup (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DCanvasProfileView.js440 function splitDrawCallGroup(drawCallGroup)
444 while ((splitNode = drawCallGroup.children[splitIndex])) {
451 while ((lastNode = drawCallGroup.children[splitIndex + 1]))
456 var drawCallGroup = frameNode.children.peekLast(); variable
458 if (drawCallGroup) {
459 for (var i = 0, n = drawCallGroup.children.length; i < n; ++i) {
460 if (drawCallGroup.children[i].call.isDrawingCall) {
466 drawCallGroup = appendDrawCallGroup();
470 drawCallGroup.appendChild(node);
473 drawCallGroup
[all...]
/external/deqp/modules/gles2/stress/
H A Des2sLongRunningTests.cpp232 TestCaseGroup* const drawCallGroup = new TestCaseGroup(m_context, "draw_call", "Draw call stress tests"); local
233 addChild(drawCallGroup);
237 drawCallGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(),
/external/deqp/modules/gles3/stress/
H A Des3sLongRunningTests.cpp232 TestCaseGroup* const drawCallGroup = new TestCaseGroup(m_context, "draw_call", "Draw call stress tests"); local
233 addChild(drawCallGroup);
237 drawCallGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(),

Completed in 121 milliseconds