Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
DAndroidConfigChooser.java172 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_STENCIL_SIZE, value); in logEGLConfig()
280 EGL10.EGL_STENCIL_SIZE, stencilSize, in ComponentSizeChooser()
297 EGL10.EGL_STENCIL_SIZE, 0); in chooseConfig()
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DGaneshContext.cpp108 EGL_STENCIL_SIZE, 8, in getDeviceForTile()
/external/webkit/Source/ThirdParty/ANGLE/include/EGL/
Degl.h102 #define EGL_STENCIL_SIZE 0x3026 macro
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java830 EGL10.EGL_STENCIL_SIZE, stencilSize, in ComponentSizeChooser()
850 EGL10.EGL_STENCIL_SIZE, 0); in chooseConfig()
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DConfig.cpp317 …case EGL_STENCIL_SIZE: match = config->mStencilSize >= attribute[1]; … in getConfigs()
DDisplay.cpp312 case EGL_STENCIL_SIZE: *value = configuration->mStencilSize; break; in getConfigAttrib()