Home
last modified time | relevance | path

Searched refs:swapMethod (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/common/
Dutils.c289 modes->swapMethod = __DRI_ATTRIB_SWAP_UNDEFINED; in driCreateConfigs()
293 modes->swapMethod = db_modes[i]; in driCreateConfigs()
394 __ATTRIB(__DRI_ATTRIB_SWAP_METHOD, swapMethod),
/external/mesa3d/src/glx/
Dglxconfig.c164 *value_return = mode->swapMethod; in glx_config_get()
251 (*next)->swapMethod = GLX_SWAP_UNDEFINED_OML; in glx_config_create_list()
Dglxconfig.h93 GLint swapMethod; member
Dglxext.c534 config->swapMethod = *bp++; in __glXInitializeVisualConfigFromTags()
539 config->swapMethod = GLX_SWAP_UNDEFINED_OML; in __glXInitializeVisualConfigFromTags()
Ddri_common.c245 __ATTRIB(__DRI_ATTRIB_SWAP_METHOD, swapMethod),
Dglxcmds.c939 config->swapMethod = GLX_DONT_CARE; in init_fbconfig_for_chooser()
989 MATCH_DONT_CARE(swapMethod); in fbconfigs_compatible()
/external/mesa3d/src/mesa/main/
Dmtypes.h255 GLint swapMethod; member