Home
last modified time | relevance | path

Searched defs:GLListProperty (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DGLListProperty.java26 public class GLListProperty implements IGLProperty { class
37 public GLListProperty(GLStateType type, IGLProperty template, int size) { in GLListProperty() method in GLListProperty
50 private GLListProperty(GLStateType type, List<IGLProperty> props) { in GLListProperty() method in GLListProperty