Home
last modified time | relevance | path

Searched refs:collectTextureData (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DTraceOptions.java41 public final boolean collectTextureData; field in TraceOptions
45 boolean collectFbOnEglSwap, boolean collectFbOnGlDraw, boolean collectTextureData) { in TraceOptions() argument
53 this.collectTextureData = collectTextureData; in TraceOptions()
DGLTraceCollectorDialog.java96 mTraceOptions.collectTextureData); in createDialogArea()
DCollectTraceAction.java247 traceOptions.collectTextureData); in startTracing()