Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java2106 private boolean hasWidth; field in GLProtoBuf.GLMessage.FrameBuffer
2108 public boolean hasWidth() { return hasWidth; } in hasWidth() method in GLProtoBuf.GLMessage.FrameBuffer
2134 if (!hasWidth) return false; in isInitialized()
2143 if (hasWidth()) { in writeTo()
2161 if (hasWidth()) { in getSerializedSize()
2336 if (other.hasWidth()) { in mergeFrom()
2385 public boolean hasWidth() { in hasWidth() method in GLProtoBuf.GLMessage.FrameBuffer.Builder
2386 return result.hasWidth(); in hasWidth()
2392 result.hasWidth = true; in setWidth()
2397 result.hasWidth = false; in clearWidth()