Searched refs:getContextId (Results 1 – 7 of 7) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | StateTransformFactory.java | 202 GLPropertyAccessor.makeAccessor(msg.getContextId(), in transformsForGlVertexAttribPointer() 209 GLPropertyAccessor.makeAccessor(msg.getContextId(), in transformsForGlVertexAttribPointer() 216 GLPropertyAccessor.makeAccessor(msg.getContextId(), in transformsForGlVertexAttribPointer() 223 GLPropertyAccessor.makeAccessor(msg.getContextId(), in transformsForGlVertexAttribPointer() 230 GLPropertyAccessor.makeAccessor(msg.getContextId(), in transformsForGlVertexAttribPointer() 285 return transformsForGlVertexAttrib(msg.getContextId(), index, v0, v1, v2, v3); in transformsForGlVertexAttribxf() 301 return transformsForGlVertexAttrib(msg.getContextId(), index, v[0], v[1], v[2], v[3]); in transformsForGlVertexAttribxfv() 310 GLPropertyAccessor.makeAccessor(msg.getContextId(), in transformsForGlEnableVertexAttribArray() 325 GLPropertyAccessor.makeAccessor(msg.getContextId(), in transformsForGlDisableVertexAttribArray() 349 GLPropertyAccessor.makeAccessor(msg.getContextId(), in transformsForGlBindBuffer() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/ |
D | GLCall.java | 115 public int getContextId() { in getContextId() method in GLCall
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | TraceFileParserTask.java | 87 msg.getContextId(), in addMessage() 103 mGLContextIds.add(Integer.valueOf(c.getContextId())); in addMessage()
|
D | GLProtoBuf.java | 2477 public int getContextId() { return contextId_; } in getContextId() method in GLProtoBuf.GLMessage 2561 output.writeInt32(1, getContextId()); in writeTo() 2595 .computeInt32Size(1, getContextId()); in getSerializedSize() 2784 setContextId(other.getContextId()); in mergeFrom() 2886 public int getContextId() { in getContextId() method in GLProtoBuf.GLMessage.Builder 2887 return result.getContextId(); in getContextId()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
D | GLCallGroups.java | 154 if (c.getContextId() != contextToGroup) { in constructCallHierarchy()
|
D | DurationMinimap.java | 337 c.getContextId(), in drawCallDurations()
|
D | GLFunctionTraceViewer.java | 719 return Integer.toString(c.getContextId()); in getColumnText()
|