Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLTraceOptionsDialog.java76 private static boolean sCollectFbOnEglSwap = true; field in GLTraceOptionsDialog
222 readFbOnEglSwapCheckBox.setSelection(sCollectFbOnEglSwap); in createCaptureImageOptions()
235 sCollectFbOnEglSwap = readFbOnEglSwapCheckBox.getSelection(); in createCaptureImageOptions()
400 sIsActivityFullyQualified, mTraceFilePath, sCollectFbOnEglSwap, in getTraceOptions()