D | GLSparseArrayProperty.java | 25 public class GLSparseArrayProperty implements IGLProperty { class 32 public GLSparseArrayProperty(GLStateType type, IGLProperty defaultValue) { in GLSparseArrayProperty() method in GLSparseArrayProperty 42 public GLSparseArrayProperty(GLStateType type, IGLProperty defaultValue, in GLSparseArrayProperty() method in GLSparseArrayProperty 50 private GLSparseArrayProperty(GLStateType type, IGLProperty defaultValue, in GLSparseArrayProperty() method in GLSparseArrayProperty 123 public GLSparseArrayProperty clone() { in clone() 131 return new GLSparseArrayProperty(mType, mDefaultValue, mCreateOnAccess, copy); in clone()
|