Searched defs:glCalls (Results 1 – 2 of 2) sorted by relevance
50 public GLTrace(TraceFileInfo traceFileInfo, List<GLFrame> glFrames, List<GLCall> glCalls, in GLTrace()
909 String glCalls = serializeGlCalls(mTrace.getGLCalls(), mCallStartIndex, mCallEndIndex); in exportFrameTo() local913 private String serializeGlCalls(List<GLCall> glCalls, int start, int end) { in serializeGlCalls()