Home
last modified time | relevance | path

Searched refs:EGL_RED_SIZE (Results 1 – 10 of 10) sorted by relevance

/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
DAndroidConfigChooser.java111 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_RED_SIZE, value); in getPixelFormat()
157 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_RED_SIZE, value); in logEGLConfig()
275 EGL10.EGL_RED_SIZE, redSize, in ComponentSizeChooser()
300 EGL10.EGL_RED_SIZE, 0); in chooseConfig()
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DConfig.cpp201 case EGL_RED_SIZE: mWantRed = true; break; in scanForWantedComponents()
272 EGL_RED_SIZE, 1,
315 …case EGL_RED_SIZE: match = config->mRedSize >= attribute[1]; … in getConfigs()
DDisplay.cpp310 case EGL_RED_SIZE: *value = configuration->mRedSize; break; in getConfigAttrib()
/external/skia/src/gpu/gl/angle/
DSkANGLEGLContext.cpp67 EGL_RED_SIZE, 8, in createGLContext()
/external/skia/src/gpu/gl/android/
DSkNativeGLContext_android.cpp65 EGL_RED_SIZE, 8, in createGLContext()
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DGaneshContext.cpp104 EGL_RED_SIZE, 8, in getDeviceForTile()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DEGLDisplayOpenVG.cpp149 EGL_RED_SIZE, 8, in defaultPbufferConfig()
192 EGL_RED_SIZE, 8, in defaultWindowConfig()
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
Dmain.c75 EGL_RED_SIZE, 8, in engine_init_display()
/external/webkit/Source/ThirdParty/ANGLE/include/EGL/
Degl.h100 #define EGL_RED_SIZE 0x3024 macro
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java825 EGL10.EGL_RED_SIZE, redSize, in ComponentSizeChooser()
853 EGL10.EGL_RED_SIZE, 0); in chooseConfig()