HomeSort by relevance Sort by last modified time
    Searched defs:mCollectFbOnEglSwap (Results 1 - 2 of 2) sorted by null

  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_context.h 92 bool mCollectFbOnEglSwap;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTraceOptionsDialog.java 69 private boolean mCollectFbOnEglSwap = true;
175 readFbOnEglSwapCheckBox.setSelection(mCollectFbOnEglSwap);
188 mCollectFbOnEglSwap = readFbOnEglSwapCheckBox.getSelection();
304 mCollectFbOnEglSwap, mCollectFbOnGlDraw, mCollectTextureData);

Completed in 61 milliseconds