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.java2183 private boolean hasContextId; field in GLProtoBuf.GLMessage
2185 public boolean hasContextId() { return hasContextId; } in hasContextId() method in GLProtoBuf.GLMessage
2249 if (!hasContextId) return false; in isInitialized()
2269 if (hasContextId()) { in writeTo()
2302 if (hasContextId()) { in getSerializedSize()
2492 if (other.hasContextId()) { in mergeFrom()
2592 public boolean hasContextId() { in hasContextId() method in GLProtoBuf.GLMessage.Builder
2593 return result.hasContextId(); in hasContextId()
2599 result.hasContextId = true; in setContextId()
2604 result.hasContextId = false; in clearContextId()