Home
last modified time | relevance | path

Searched defs:calls (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DGLCallGroups.java147 List<GLCall> calls = trace.getGLCalls(); in constructCallHierarchy() local
195 List<GLCall> calls = trace.getGLCalls(); in flatHierarchy() local
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DTraceFileParserTask.java226 private List<GLFrame> createFrames(List<GLCall> calls) { in createFrames()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
DFrameSummaryViewPage.java254 final List<GLCall> calls = mTrace.getGLCallsForFrame(frame); in updateFrameStats() local