Home
last modified time | relevance | path

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

12

/external/deqp/modules/egl/
DteglChooseConfigTests.cpp255 { EGL_ALPHA_SIZE, 0 }, in getValue()
422 { EGL_ALPHA_SIZE, ChooseConfigRandomCase::getInt<0, 8>, }, in genRandomAttributes()
510 { EGL_ALPHA_SIZE, "alpha_size" }, in init()
561 EGL_ALPHA_SIZE in init()
570 EGL_ALPHA_SIZE, in init()
607 EGL_ALPHA_SIZE, in init()
DteglChooseConfigReference.cpp242 …rules[EGL_ALPHA_SIZE] = AttribRule(EGL_ALPHA_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER_SPECI… in initAttribRules()
377 EGL_ALPHA_SIZE in getSpecifiedRGBColors()
401 EGL_ALPHA_SIZE in getSpecifiedLuminanceColors()
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()
DteglSwapBuffersTests.cpp284 …"EGL_ALPHA_SIZE: " << eglu::getConfigAttribInt(egl, display, config, EGL_ALPHA_SIZE) << TestLog::E… in executeForConfig()
DteglColorClearCase.cpp156 egl.getConfigAttrib(display, config, EGL_ALPHA_SIZE, &pixelFmt.alphaBits); in getPixelFormat()
/external/skia/platform_tools/android/app/src/com/skia/
DSkiaSampleView.java220 EGL10.EGL_ALPHA_SIZE, 8, in chooseConfig()
250 EGL10.EGL_ALPHA_SIZE, 8, in chooseConfig()
287 findConfigAttrib(egl, display, config, EGL10.EGL_ALPHA_SIZE, 0) == 8 && in chooseConfig()
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
DAndroidConfigChooser.java166 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_ALPHA_SIZE, value); in logEGLConfig()
278 EGL10.EGL_ALPHA_SIZE, alphaSize, in ComponentSizeChooser()
306 EGL10.EGL_ALPHA_SIZE, 0); in chooseConfig()
/external/deqp/framework/egl/
DegluConfigInfo.cpp43 case EGL_ALPHA_SIZE: return alphaSize; in getAttribute()
80 egl.getConfigAttrib(display, config, EGL_ALPHA_SIZE, &dst->alphaSize); in queryConfigInfo()
DegluConfigFilter.cpp65 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()
DegluGLContextFactory.cpp418 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_ALPHA_SIZE, &pixelFmt.alphaBits); in create()
/external/skia/src/gpu/gl/angle/
DSkANGLEGLContext.cpp65 EGL_ALPHA_SIZE, 8, in SkANGLEGLContext()
/external/skia/src/gpu/gl/egl/
DSkCreatePlatformGLContext_egl.cpp97 EGL_ALPHA_SIZE, 8, in EGLGLContext()
/external/mesa3d/src/egl/main/
Deglconfig.h96 ATTRIB_MAP(EGL_ALPHA_SIZE, AlphaSize); in _eglOffsetOfConfig()
Deglconfig.c159 { EGL_ALPHA_SIZE, ATTRIB_TYPE_INTEGER,
/external/mesa3d/include/EGL/
Degl.h97 #define EGL_ALPHA_SIZE 0x3021 macro
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java828 EGL10.EGL_ALPHA_SIZE, alphaSize, in ComponentSizeChooser()
859 EGL10.EGL_ALPHA_SIZE, 0); in chooseConfig()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp203 egl.getConfigAttrib(display, config, EGL_ALPHA_SIZE, &alphaBits); in createPixmap()
/external/skia/src/views/win/
DSkOSWindow_win.cpp402 EGL_ALPHA_SIZE, 8, in create_ANGLE()
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl63 #define EGL_ALPHA_SIZE 0x3021 macro
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c197 { GLX_ALPHA_SIZE, EGL_ALPHA_SIZE },
346 { GLX_ALPHA_SIZE, EGL_ALPHA_SIZE },

12