Home
last modified time | relevance | path

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

12

/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.cpp347 EGL_ALPHA_SIZE, 2, in check1010102Support()
376 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, config, EGL_ALPHA_SIZE, &components[3])); in check1010102Support()
398 EGL_ALPHA_SIZE, 16, in checkFP16Support()
437 success = egl.getConfigAttrib(m_eglDisplay, config, EGL_ALPHA_SIZE, &components[3]); in checkFP16Support()
703 info.alphaSize = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_ALPHA_SIZE); in writeEglConfig()
1235 EGL_ALPHA_SIZE, 16, in init()
1260 EGL_ALPHA_SIZE, 16, in init()
1277 EGL_ALPHA_SIZE, 2, in init()
1301 EGL_ALPHA_SIZE, 2, in init()
1315 EGL_ALPHA_SIZE, 8, 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()
440 EGL_ALPHA_SIZE in getSpecifiedRGBColors()
464 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()
DteglNativeColorMappingTests.cpp253 (deUint32)eglu::getConfigAttribInt(egl, display, config, EGL_ALPHA_SIZE)); in validate()
314 …"EGL_ALPHA_SIZE: " << eglu::getConfigAttribInt(egl, display, config, EGL_ALPHA_SIZE) << TestLog::E… in logConfigInfo()
/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 <<()
DegluGLUtil.cpp203 { &glu::RenderConfig::alphaBits, EGL_ALPHA_SIZE }, in configMatches()
/external/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp40 #define EGL_ALPHA_SIZE 0x3021 macro
150 EGL_ALPHA_SIZE, 8, in CommandBufferGLTestContext()
/external/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp165 _eglSetConfigKey(&conf->base, EGL_ALPHA_SIZE, 8); in haiku_add_configs_for_visuals()
170 + _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/swiftshader/src/OpenGL/libEGL/
DConfig.cpp279 case EGL_ALPHA_SIZE: mWantAlpha = true; break; in SortConfig()
374 …case EGL_ALPHA_SIZE: match = config->mAlphaSize >= attribute[1]; … in getConfigs()
/external/skia/tools/viewer/sk_app/android/
DGLWindowContext_android.cpp79 EGL_ALPHA_SIZE, 8, in onInitializeContext()
/external/mesa3d/src/egl/main/
Deglconfig.h104 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
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp136 EGL_ALPHA_SIZE, 8, in EGLGLTestContext()
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java828 EGL10.EGL_ALPHA_SIZE, alphaSize, in ComponentSizeChooser()
859 EGL10.EGL_ALPHA_SIZE, 0); in chooseConfig()
/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp185 EGL_ALPHA_SIZE, 8, in ANGLEGLContext()
/external/mesa3d/include/EGL/
Degl.h62 #define EGL_ALPHA_SIZE 0x3021 macro

12