Searched refs:EGL_STENCIL_SIZE (Results 1 – 6 of 6) sorted by relevance
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/ |
D | AndroidConfigChooser.java | 172 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/ |
D | GaneshContext.cpp | 108 EGL_STENCIL_SIZE, 8, in getDeviceForTile()
|
/external/webkit/Source/ThirdParty/ANGLE/include/EGL/ |
D | egl.h | 102 #define EGL_STENCIL_SIZE 0x3026 macro
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLSurfaceView.java | 830 EGL10.EGL_STENCIL_SIZE, stencilSize, in ComponentSizeChooser() 850 EGL10.EGL_STENCIL_SIZE, 0); in chooseConfig()
|
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/ |
D | Config.cpp | 317 …case EGL_STENCIL_SIZE: match = config->mStencilSize >= attribute[1]; … in getConfigs()
|
D | Display.cpp | 312 case EGL_STENCIL_SIZE: *value = configuration->mStencilSize; break; in getConfigAttrib()
|