Home
last modified time | relevance | path

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

/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
DGdxEglConfigChooser.java29 public static final int EGL_COVERAGE_BUFFERS_NV = 0x30E0; field in GdxEglConfigChooser
130 hasSampleBuffers = findConfigAttrib(egl, display, config, EGL_COVERAGE_BUFFERS_NV, 0); in chooseConfig()
178 EGL_COVERAGE_BUFFERS_NV, /* true */ in printConfig()
/external/mesa3d/include/EGL/
Deglext.h181 #define EGL_COVERAGE_BUFFERS_NV 0x30E0 macro