Home
last modified time | relevance | path

Searched refs:hasContextId (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java2474 private boolean hasContextId; field in GLProtoBuf.GLMessage
2476 public boolean hasContextId() { return hasContextId; } in hasContextId() method in GLProtoBuf.GLMessage
2540 if (!hasContextId) return false; in isInitialized()
2560 if (hasContextId()) { in writeTo()
2593 if (hasContextId()) { in getSerializedSize()
2783 if (other.hasContextId()) { in mergeFrom()
2883 public boolean hasContextId() { in hasContextId() method in GLProtoBuf.GLMessage.Builder
2884 return result.hasContextId(); in hasContextId()
2890 result.hasContextId = true; in setContextId()
2895 result.hasContextId = false; in clearContextId()