/external/jmonkeyengine/engine/src/android/com/jme3/system/android/ |
D | AndroidConfigChooser.java | 111 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/deqp/modules/egl/ |
D | teglChooseConfigTests.cpp | 251 { EGL_RED_SIZE, 0 }, in getValue() 418 { EGL_RED_SIZE, ChooseConfigRandomCase::getInt<0, 8>, }, in genRandomAttributes() 506 { EGL_RED_SIZE, "red_size" }, in init() 558 EGL_RED_SIZE, in init() 567 EGL_RED_SIZE, in init() 604 EGL_RED_SIZE, in init()
|
D | teglChooseConfigReference.cpp | 238 …rules[EGL_RED_SIZE] = AttribRule(EGL_RED_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER_SPECIAL… in initAttribRules() 374 EGL_RED_SIZE, in getSpecifiedRGBColors()
|
D | teglQueryConfigTests.cpp | 442 const EGLint redSize = getValue(config, EGL_RED_SIZE); in executeTest() 514 const EGLint redSize = getValue(config, EGL_RED_SIZE); in executeTest() 559 { EGL_RED_SIZE, "red_size" }, in init()
|
D | teglNegativeApiTests.cpp | 746 expectFalse(eglGetConfigAttrib(EGL_NO_DISPLAY, DE_NULL, EGL_RED_SIZE, &value)); in init() 749 expectFalse(eglGetConfigAttrib((EGLDisplay)-1, DE_NULL, EGL_RED_SIZE, &value)); in init() 756 expectFalse(eglGetConfigAttrib(display, (EGLConfig)-1, EGL_RED_SIZE, &value)); in init() 1029 expectFalse(eglQueryContext(display, context, EGL_RED_SIZE, &value)); in init()
|
D | teglConfigList.cpp | 84 egl.getConfigAttrib(display, configs[i], EGL_RED_SIZE, &val); in iterate()
|
D | teglNativeColorMappingTests.cpp | 250 …const tcu::UVec4 eglBitDepth((deUint32)eglu::getConfigAttribInt(egl, display, config, EGL_RED_SIZE… in validate() 311 …< "EGL_RED_SIZE: " << eglu::getConfigAttribInt(egl, display, config, EGL_RED_SIZE) << TestLog::E… in logConfigInfo()
|
D | teglSwapBuffersTests.cpp | 281 …< "EGL_RED_SIZE: " << eglu::getConfigAttribInt(egl, display, config, EGL_RED_SIZE) << TestLog::E… in executeForConfig()
|
/external/skia/platform_tools/android/app/src/com/skia/ |
D | SkiaSampleView.java | 217 EGL10.EGL_RED_SIZE, 8, in chooseConfig() 247 EGL10.EGL_RED_SIZE, 8, in chooseConfig() 284 if (findConfigAttrib(egl, display, config , EGL10.EGL_RED_SIZE, 0) == 8 && in chooseConfig()
|
/external/deqp/framework/egl/ |
D | egluConfigInfo.cpp | 39 case EGL_RED_SIZE: return redSize; in getAttribute() 76 egl.getConfigAttrib(display, config, EGL_RED_SIZE, &dst->redSize); in queryConfigInfo()
|
D | egluConfigFilter.cpp | 62 int CandidateConfig::redSize (void) const { return get(EGL_RED_SIZE); } in redSize()
|
D | egluStrUtil.inl | 79 case EGL_RED_SIZE: return "EGL_RED_SIZE";
|
D | egluStrUtil.cpp | 72 case EGL_RED_SIZE: in operator <<()
|
D | egluGLUtil.cpp | 200 { &glu::RenderConfig::redBits, EGL_RED_SIZE }, in configMatches()
|
D | egluGLContextFactory.cpp | 415 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_RED_SIZE, &pixelFmt.redBits); in create()
|
/external/skia/src/gpu/gl/angle/ |
D | SkANGLEGLContext.cpp | 62 EGL_RED_SIZE, 8, in SkANGLEGLContext()
|
/external/skia/src/gpu/gl/egl/ |
D | SkCreatePlatformGLContext_egl.cpp | 94 EGL_RED_SIZE, 8, in EGLGLContext()
|
/external/mesa3d/src/egl/main/ |
D | eglconfig.h | 99 ATTRIB_MAP(EGL_RED_SIZE, RedSize); in _eglOffsetOfConfig()
|
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/ |
D | main.c | 75 EGL_RED_SIZE, 8, in engine_init_display()
|
/external/mesa3d/include/EGL/ |
D | egl.h | 100 #define EGL_RED_SIZE 0x3024 macro
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLSurfaceView.java | 825 EGL10.EGL_RED_SIZE, redSize, in ComponentSizeChooser() 853 EGL10.EGL_RED_SIZE, 0); in chooseConfig()
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32EGLNativeDisplayFactory.cpp | 200 egl.getConfigAttrib(display, config, EGL_RED_SIZE, &redBits); in createPixmap()
|
/external/skia/src/views/win/ |
D | SkOSWindow_win.cpp | 399 EGL_RED_SIZE, 8, in create_ANGLE()
|
/external/deqp/framework/egl/wrapper/ |
D | eglwEnums.inl | 66 #define EGL_RED_SIZE 0x3024 macro
|
/external/mesa3d/src/egl/drivers/glx/ |
D | egl_glx.c | 194 { GLX_RED_SIZE, EGL_RED_SIZE }, 343 { GLX_RED_SIZE, EGL_RED_SIZE },
|