Home
last modified time | relevance | path

Searched refs:contextToGroup (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DGLCallGroups.java138 int contextToGroup) { in constructCallHierarchy() argument
143 if (contextToGroup < 0 || contextToGroup > trace.getContexts().size()) { in constructCallHierarchy()
154 if (c.getContextId() != contextToGroup) { in constructCallHierarchy()