OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lastcallindex
(Results
1 - 1
of
1
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java
306
int
lastCallIndex
= mTrace.getFrame(frame).getEndIndex() - 1;
307
if (
lastCallIndex
>= 0 &&
lastCallIndex
< mTrace.getGLCalls().size()) {
308
GLCall call = mTrace.getGLCalls().get(
lastCallIndex
);
Completed in 26 milliseconds