HomeSort by relevance Sort by last modified time
    Searched refs:glCalls (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLTrace.java 50 public GLTrace(TraceFileInfo traceFileInfo, List<GLFrame> glFrames, List<GLCall> glCalls,
54 mGLCalls = glCalls;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 909 String glCalls = serializeGlCalls(mTrace.getGLCalls(), mCallStartIndex, mCallEndIndex);
910 Files.write(glCalls, f, Charsets.UTF_8);
913 private String serializeGlCalls(List<GLCall> glCalls, int start, int end) {
916 sb.append(glCalls.get(start).toString());
    [all...]

Completed in 77 milliseconds