Home
last modified time | relevance | path

Searched refs:EGL_ALPHA_SIZE (Results 1 – 25 of 56) sorted by relevance

123

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DEglBase.java64 EGL10.EGL_ALPHA_SIZE, 8,
80 EGL10.EGL_ALPHA_SIZE, 8,
/external/deqp/modules/egl/
DteglWideColorTests.cpp380 EGL_ALPHA_SIZE, 2, in check1010102Support()
409 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, config, EGL_ALPHA_SIZE, &components[3])); in check1010102Support()
431 EGL_ALPHA_SIZE, 16, in checkFP16Support()
470 success = egl.getConfigAttrib(m_eglDisplay, config, EGL_ALPHA_SIZE, &components[3]); in checkFP16Support()
729 m_alphaSize = eglu::getConfigAttribInt(egl, m_eglDisplay, m_eglConfig, EGL_ALPHA_SIZE); in init()
768 info.alphaSize = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_ALPHA_SIZE); in writeEglConfig()
1384 EGL_ALPHA_SIZE, 16, in init()
1402 EGL_ALPHA_SIZE, 16, in init()
1420 EGL_ALPHA_SIZE, 2, in init()
1435 EGL_ALPHA_SIZE, 2, in init()
[all …]
DteglChooseConfigTests.cpp257 { EGL_ALPHA_SIZE, 0 }, in getValue()
424 { EGL_ALPHA_SIZE, ChooseConfigRandomCase::getInt<0, 8>, }, in genRandomAttributes()
548 { EGL_ALPHA_SIZE, "alpha_size" }, in init()
599 EGL_ALPHA_SIZE in init()
608 EGL_ALPHA_SIZE, in init()
645 EGL_ALPHA_SIZE, in init()
DteglChooseConfigReference.cpp295 …rules[EGL_ALPHA_SIZE] = AttribRule(EGL_ALPHA_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER_SPECI… in getDefaultRules()
444 EGL_ALPHA_SIZE in getSpecifiedRGBColors()
468 EGL_ALPHA_SIZE in getSpecifiedLuminanceColors()
DteglMutableRenderBufferTests.cpp109 EGL_ALPHA_SIZE, 8, in init()
119 EGL_ALPHA_SIZE, 8, in init()
DteglQueryConfigTests.cpp446 const EGLint alphaSize = getValue(config, EGL_ALPHA_SIZE); in executeTest()
563 { EGL_ALPHA_SIZE, "alpha_size" }, in init()
DteglConfigList.cpp96 egl.getConfigAttrib(display, configs[i], EGL_ALPHA_SIZE, &val); in iterate()
/external/libkmsxx/kmscube/
Dcube-egl.cpp14 getconf(EGL_ALPHA_SIZE), in print_egl_config()
40 EGL_ALPHA_SIZE, 0, in EglState()
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp455 eglGetConfigAttrib(m_EGLDisplay, m_EGLConfig, EGL_ALPHA_SIZE , &i32Values[4]); in OutputAPIInfo()
539 conflist[i++] = EGL_ALPHA_SIZE; in SelectEGLConfiguration()
550 conflist[i++] = EGL_ALPHA_SIZE; in SelectEGLConfiguration()
632 conflist[i++] = EGL_ALPHA_SIZE; in SelectEGLConfiguration()
662 && (eglGetConfigAttrib(m_EGLDisplay, pConfigs[j], EGL_ALPHA_SIZE, &value) && value == a)) in SelectEGLConfiguration()
/external/deqp/framework/egl/
DegluConfigInfo.cpp45 case EGL_ALPHA_SIZE: return alphaSize; in getAttribute()
94 egl.getConfigAttrib(display, config, EGL_ALPHA_SIZE, &dst->alphaSize); in queryCoreConfigInfo()
DegluConfigFilter.cpp78 int CandidateConfig::alphaSize (void) const { return get(EGL_ALPHA_SIZE); } in alphaSize()
DegluStrUtil.inl83 case EGL_ALPHA_SIZE: return "EGL_ALPHA_SIZE";
DegluStrUtil.cpp62 case EGL_ALPHA_SIZE: in operator <<()
/external/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp158 _eglSetConfigKey(&conf->base, EGL_ALPHA_SIZE, 8); in haiku_add_configs_for_visuals()
163 + _eglGetConfigKey(&conf->base, EGL_ALPHA_SIZE)); in haiku_add_configs_for_visuals()
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViEAndroidGLES20.java177 EGL10.EGL_ALPHA_SIZE, 0); in chooseConfig()
208 EGL10.EGL_ALPHA_SIZE, in printConfig()
/external/skqp/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp44 #define EGL_ALPHA_SIZE 0x3021 macro
228 EGL_ALPHA_SIZE, 8, in CommandBufferGLTestContext()
/external/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp44 #define EGL_ALPHA_SIZE 0x3021 macro
228 EGL_ALPHA_SIZE, 8, in CommandBufferGLTestContext()
/external/skqp/tools/sk_app/android/
DGLWindowContext_android.cpp81 EGL_ALPHA_SIZE, 8, in onInitializeContext()
/external/skia/tools/sk_app/android/
DGLWindowContext_android.cpp81 EGL_ALPHA_SIZE, 8, in onInitializeContext()
/external/swiftshader/src/OpenGL/libEGL/
DConfig.cpp272 case EGL_ALPHA_SIZE: mWantAlpha = isSpecified; break; in SortConfig()
371 …case EGL_ALPHA_SIZE: match = config->mAlphaSize >= attribIt->second; … in getConfigs()
/external/skqp/tools/sk_app/win/
DANGLEWindowContext_win.cpp92 EGL_ALPHA_SIZE, in onInitializeContext()
/external/skia/tools/sk_app/win/
DANGLEWindowContext_win.cpp92 EGL_ALPHA_SIZE, in onInitializeContext()
/external/deqp/external/openglcts/modules/common/
DglcConfigListEGL.cpp110 deInt32 alphaSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_ALPHA_SIZE); in getDefaultEglConfigList()
/external/mesa3d/src/egl/main/
Deglconfig.h105 ATTRIB_MAP(EGL_ALPHA_SIZE, AlphaSize); in _eglOffsetOfConfig()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h97 #define EGL_ALPHA_SIZE 0x3021 macro

123