Home
last modified time | relevance | path

Searched refs:TransparentType (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/egl/main/
Deglconfig.h66 EGLint TransparentType; member
114 ATTRIB_MAP(EGL_TRANSPARENT_TYPE, TransparentType); in _eglOffsetOfConfig()
Deglconfig.c66 conf->TransparentType = EGL_NONE; in _eglInitConfig()
549 if (conf->TransparentType == EGL_NONE) { in _eglParseConfigAttribList()
/external/deqp/doc/
Dqpa_file_format.txt122 TransparentType="[int]"
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d.c318 conf->TransparentType = EGL_TRANSPARENT_RGB; in init_config_attributes()
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c452 if (conf->TransparentType != EGL_TRANSPARENT_RGB) { in fix_config()