Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DIGLProperty.java62 void prettyPrint(StatePrettyPrinter pp); in prettyPrint()
DGLAbstractAtomicProperty.java62 public void prettyPrint(StatePrettyPrinter pp) { in prettyPrint()
DStatePrettyPrinter.java23 public class StatePrettyPrinter { class
DGLCompositeProperty.java128 public void prettyPrint(StatePrettyPrinter pp) { in prettyPrint()
DGLListProperty.java172 public void prettyPrint(StatePrettyPrinter pp) { in prettyPrint()
DGLSparseArrayProperty.java155 public void prettyPrint(StatePrettyPrinter pp) { in prettyPrint()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DStateViewPage.java25 import com.android.ide.eclipse.gltrace.state.StatePrettyPrinter;
161 StatePrettyPrinter pp = new StatePrettyPrinter(); in saveCurrentState()