Searched refs:glFrames (Results 1 – 2 of 2) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | TraceFileParserTask.java | 148 List<GLFrame> glFrames = null; in run() local 208 glFrames = createFrames(mGLCalls); in run() 222 mTrace = new GLTrace(fileInfo, glFrames, mGLCalls, new ArrayList<Integer>(mGLContextIds)); in run() 227 List<GLFrame> glFrames = new ArrayList<GLFrame>(); in createFrames() local 234 glFrames.add(new GLFrame(frameIndex, startCallIndex, i + 1)); in createFrames() 242 glFrames.add(new GLFrame(frameIndex, startCallIndex, mGLCalls.size())); in createFrames() 245 return glFrames; in createFrames()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/ |
D | GLTrace.java | 50 public GLTrace(TraceFileInfo traceFileInfo, List<GLFrame> glFrames, List<GLCall> glCalls, in GLTrace() argument 53 mGLFrames = glFrames; in GLTrace()
|