Searched refs:lastCallIndex (Results 1 – 1 of 1) sorted by relevance
306 int lastCallIndex = mTrace.getFrame(frame).getEndIndex() - 1; in updateImageCanvas() local307 if (lastCallIndex >= 0 && lastCallIndex < mTrace.getGLCalls().size()) { in updateImageCanvas()308 GLCall call = mTrace.getGLCalls().get(lastCallIndex); in updateImageCanvas()