Searched refs:readFbOnEglSwapCheckBox (Results 1 – 1 of 1) sorted by relevance
220 final Button readFbOnEglSwapCheckBox = new Button(c, SWT.CHECK); in createCaptureImageOptions() local221 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()