Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DGLLongProperty.java23 private final DisplayRadix mRadix;
25 public GLLongProperty(GLStateType name, Long defaultValue, DisplayRadix radix) { in GLLongProperty()
33 this(name, defaultValue, DisplayRadix.DECIMAL); in GLLongProperty()
47 if (mRadix == DisplayRadix.HEX) { in getStringValue()
DGLIntegerProperty.java23 private final DisplayRadix mRadix;
25 public GLIntegerProperty(GLStateType name, Integer defaultValue, DisplayRadix radix) { in GLIntegerProperty()
33 this(name, defaultValue, DisplayRadix.DECIMAL); in GLIntegerProperty()
47 if (mRadix == DisplayRadix.HEX) { in getStringValue()
DDisplayRadix.java19 public enum DisplayRadix { enum
DGLState.java20 import com.android.ide.eclipse.gltrace.state.DisplayRadix;
60 DisplayRadix.HEX); in createVertexAttribArrays()
178 Integer.valueOf(0xffffffff), DisplayRadix.HEX); in createPixelOperationsState()
189 GLStateType.STENCIL_BACK_VALUE_MASK, Integer.valueOf(0xffffffff), DisplayRadix.HEX); in createPixelOperationsState()