Home
last modified time | relevance | path

Searched refs:transparentBlue (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/glx/
Dglxconfig.c119 *value_return = mode->transparentBlue; in glx_config_get()
247 (*next)->transparentBlue = GLX_DONT_CARE; in glx_config_create_list()
Dglxconfig.h69 GLint transparentRed, transparentGreen, transparentBlue, transparentAlpha; member
Ddri_common.c235 __ATTRIB(__DRI_ATTRIB_TRANSPARENT_BLUE_VALUE, transparentBlue),
Dglxext.c490 config->transparentBlue = *bp++; in __glXInitializeVisualConfigFromTags()
Dglxcmds.c915 config->transparentBlue = GLX_DONT_CARE; in init_fbconfig_for_chooser()
1022 MATCH_DONT_CARE(transparentBlue); in fbconfigs_compatible()
/external/mesa3d/src/gallium/state_trackers/egl/x11/
Dglcore.h108 GLint transparentRed, transparentGreen, transparentBlue, transparentAlpha; member
Dglxinit.c118 (*next)->transparentBlue = GLX_DONT_CARE; in _gl_context_modes_create()
386 config->transparentBlue = *bp++; in __glXInitializeVisualConfigFromTags()
Dnative_dri2.c638 nconf->transparent_rgb_values[2] = mode->transparentBlue; in dri2_display_convert_config()
/external/mesa3d/src/mesa/drivers/dri/common/
Dutils.c364 modes->transparentBlue = GLX_DONT_CARE; in driCreateConfigs()
463 __ATTRIB(__DRI_ATTRIB_TRANSPARENT_BLUE_VALUE, transparentBlue),
/external/mesa3d/src/mesa/main/
Dmtypes.h542 GLint transparentRed, transparentGreen, transparentBlue, transparentAlpha; member