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/ |
D | GLLongProperty.java | 23 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()
|
D | GLIntegerProperty.java | 23 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()
|
D | DisplayRadix.java | 19 public enum DisplayRadix { enum
|
D | GLState.java | 20 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()
|