Searched refs:calls (Results 1 – 5 of 5) sorted by relevance
147 List<GLCall> calls = trace.getGLCalls(); in constructCallHierarchy() local153 GLCall c = calls.get(i); in constructCallHierarchy()195 List<GLCall> calls = trace.getGLCalls(); in flatHierarchy() local197 items.add(new GLLeafNode(calls.get(i))); in flatHierarchy()
226 private List<GLFrame> createFrames(List<GLCall> calls) { in createFrames() argument231 for (int i = 0; i < calls.size(); i++) { in createFrames()232 GLCall c = calls.get(i); in createFrames()
45 * Find Android API calls that require a version of Android higher50 calls89 * Finds method calls to java.lang.Math where a float variable is93 * Finds calls to a getter on the same class where a field could be
254 final List<GLCall> calls = mTrace.getGLCallsForFrame(frame); in updateFrameStats() local265 for (GLCall c: calls) { in updateFrameStats()
57 files and preferences, look for calls to