/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | EglBase.java | 54 EGL10.EGL_RED_SIZE, 8, 61 EGL10.EGL_RED_SIZE, 8, 69 EGL10.EGL_RED_SIZE, 8, 77 EGL10.EGL_RED_SIZE, 8, 86 EGL10.EGL_RED_SIZE, 8,
|
/external/deqp/modules/egl/ |
D | teglWideColorTests.cpp | 377 EGL_RED_SIZE, 10, in check1010102Support() 406 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, config, EGL_RED_SIZE, &components[0])); in check1010102Support() 428 EGL_RED_SIZE, 16, in checkFP16Support() 461 success = egl.getConfigAttrib(m_eglDisplay, config, EGL_RED_SIZE, &components[0]); in checkFP16Support() 630 else if (attribList[idx] == EGL_RED_SIZE) in WideColorSurfaceTest() 728 m_redSize = eglu::getConfigAttribInt(egl, m_eglDisplay, m_eglConfig, EGL_RED_SIZE); in init() 760 info.redSize = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_RED_SIZE); in writeEglConfig() 1381 EGL_RED_SIZE, 16, in init() 1399 EGL_RED_SIZE, 16, in init() 1417 EGL_RED_SIZE, 10, in init() [all …]
|
D | teglChooseConfigTests.cpp | 253 { EGL_RED_SIZE, 0 }, in getValue() 420 { EGL_RED_SIZE, ChooseConfigRandomCase::getInt<0, 8>, }, in genRandomAttributes() 544 { EGL_RED_SIZE, "red_size" }, in init() 596 EGL_RED_SIZE, in init() 605 EGL_RED_SIZE, in init() 642 EGL_RED_SIZE, in init()
|
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 | teglMutableRenderBufferTests.cpp | 106 EGL_RED_SIZE, 8, in init() 116 EGL_RED_SIZE, 8, in init()
|
D | teglChooseConfigReference.cpp | 291 …rules[EGL_RED_SIZE] = AttribRule(EGL_RED_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER_SPECIAL… in getDefaultRules() 441 EGL_RED_SIZE, in getSpecifiedRGBColors()
|
D | teglNegativeApiTests.cpp | 780 expectFalse(eglGetConfigAttrib(EGL_NO_DISPLAY, DE_NULL, EGL_RED_SIZE, &value)); in init() 783 expectFalse(eglGetConfigAttrib((EGLDisplay)-1, DE_NULL, EGL_RED_SIZE, &value)); in init() 790 expectFalse(eglGetConfigAttrib(display, (EGLConfig)-1, EGL_RED_SIZE, &value)); in init() 1057 expectFalse(eglQueryContext(display, context, EGL_RED_SIZE, &value)); in init()
|
/external/libkmsxx/kmscube/ |
D | cube-egl.cpp | 15 getconf(EGL_RED_SIZE), in print_egl_config() 37 EGL_RED_SIZE, 8, in EglState()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/ |
D | PVRShellAPI.cpp | 452 eglGetConfigAttrib(m_EGLDisplay, m_EGLConfig, EGL_RED_SIZE , &i32Values[1]); in OutputAPIInfo() 533 conflist[i++] = EGL_RED_SIZE; in SelectEGLConfiguration() 544 conflist[i++] = EGL_RED_SIZE; in SelectEGLConfiguration() 623 conflist[i++] = EGL_RED_SIZE; in SelectEGLConfiguration() 659 if((eglGetConfigAttrib(m_EGLDisplay, pConfigs[j], EGL_RED_SIZE, &value) && value == r) in SelectEGLConfiguration()
|
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/ |
D | ViEAndroidGLES20.java | 127 EGL10.EGL_RED_SIZE, 4, 171 EGL10.EGL_RED_SIZE, 0); in chooseConfig() 211 EGL10.EGL_RED_SIZE, in printConfig()
|
/external/deqp/framework/egl/ |
D | egluConfigInfo.cpp | 41 case EGL_RED_SIZE: return redSize; in getAttribute() 90 egl.getConfigAttrib(display, config, EGL_RED_SIZE, &dst->redSize); in queryCoreConfigInfo()
|
D | egluConfigFilter.cpp | 75 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 <<()
|
/external/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 154 _eglSetConfigKey(&conf->base, EGL_RED_SIZE, 8); in haiku_add_configs_for_visuals() 160 EGLint r = (_eglGetConfigKey(&conf->base, EGL_RED_SIZE) in haiku_add_configs_for_visuals()
|
/external/skqp/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 41 #define EGL_RED_SIZE 0x3024 macro 225 EGL_RED_SIZE, 8, in CommandBufferGLTestContext()
|
/external/skia/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 41 #define EGL_RED_SIZE 0x3024 macro 225 EGL_RED_SIZE, 8, in CommandBufferGLTestContext()
|
/external/autotest/client/deps/glbench/src/ |
D | egl_stuff.cc | 47 EGL_RED_SIZE, 1, in GetXVisual()
|
/external/skqp/tools/sk_app/android/ |
D | GLWindowContext_android.cpp | 78 EGL_RED_SIZE, 8, in onInitializeContext()
|
/external/skia/tools/sk_app/android/ |
D | GLWindowContext_android.cpp | 78 EGL_RED_SIZE, 8, in onInitializeContext()
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | Config.cpp | 269 case EGL_RED_SIZE: mWantRed = isSpecified; break; in SortConfig() 374 …case EGL_RED_SIZE: match = config->mRedSize >= attribIt->second; … in getConfigs()
|
/external/skqp/tools/sk_app/win/ |
D | ANGLEWindowContext_win.cpp | 86 EGL_RED_SIZE, in onInitializeContext()
|
/external/skia/tools/sk_app/win/ |
D | ANGLEWindowContext_win.cpp | 86 EGL_RED_SIZE, in onInitializeContext()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcConfigListEGL.cpp | 107 deInt32 redSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_RED_SIZE); in getDefaultEglConfigList()
|
/external/mesa3d/src/egl/main/ |
D | eglconfig.h | 108 ATTRIB_MAP(EGL_RED_SIZE, RedSize); in _eglOffsetOfConfig()
|