Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLTraceOptionsDialog.java220 final Button readFbOnEglSwapCheckBox = new Button(c, SWT.CHECK); in createCaptureImageOptions() local
221 readFbOnEglSwapCheckBox.setText("Read back framebuffer 0 on eglSwapBuffers()"); in createCaptureImageOptions()
222 readFbOnEglSwapCheckBox.setSelection(sCollectFbOnEglSwap); in createCaptureImageOptions()
235 sCollectFbOnEglSwap = readFbOnEglSwapCheckBox.getSelection(); in createCaptureImageOptions()
241 readFbOnEglSwapCheckBox.addSelectionListener(l); in createCaptureImageOptions()