Home
last modified time | relevance | path

Searched refs:EGL_BLUE_SIZE (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DConfig.cpp203 case EGL_BLUE_SIZE: mWantBlue = true; break; in scanForWantedComponents()
274 EGL_BLUE_SIZE, 1,
313 …case EGL_BLUE_SIZE: match = config->mBlueSize >= attribute[1]; … in getConfigs()
DDisplay.cpp308 case EGL_BLUE_SIZE: *value = configuration->mBlueSize; break; in getConfigAttrib()
/external/mesa3d/test/
Degl.cpp906 { EGL_BLUE_SIZE, 5 },
918 { EGL_BLUE_SIZE, 5 },
931 { EGL_BLUE_SIZE, 8 },
943 { EGL_BLUE_SIZE, 8 },
956 { EGL_BLUE_SIZE, 8 },
968 { EGL_BLUE_SIZE, 8 },
981 { EGL_BLUE_SIZE, 0 },
993 { EGL_BLUE_SIZE, 0 },
1016 { EGL_BLUE_SIZE, config_management_t::atLeast },
1893 EGL_BLUE_SIZE, 8, in SetupDrawingSurface()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DEGLDisplayOpenVG.cpp151 EGL_BLUE_SIZE, 8, in defaultPbufferConfig()
194 EGL_BLUE_SIZE, 8, in defaultWindowConfig()
/external/webkit/Source/WebCore/platform/graphics/android/
DGaneshContext.cpp135 EGL_BLUE_SIZE, 8, in getDeviceForBaseTileSurface()
/external/webrtc/src/modules/audio_processing/main/test/android/apmtest/jni/
Dmain.c73 EGL_BLUE_SIZE, 8, in engine_init_display()
/external/webkit/Source/ThirdParty/ANGLE/include/EGL/
Degl.h98 #define EGL_BLUE_SIZE 0x3022 macro