Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dglxconfig.c165 *value_return = mode->swapMethod; in glx_config_get()
252 (*next)->swapMethod = GLX_SWAP_UNDEFINED_OML; in glx_config_create_list()
Dglxconfig.h93 GLint swapMethod; member
Ddri_common.c246 __ATTRIB(__DRI_ATTRIB_SWAP_METHOD, swapMethod),
Dglxext.c527 config->swapMethod = *bp++; in __glXInitializeVisualConfigFromTags()
Dglxcmds.c942 config->swapMethod = GLX_DONT_CARE; in init_fbconfig_for_chooser()
992 MATCH_DONT_CARE(swapMethod); in fbconfigs_compatible()
/external/mesa3d/src/mesa/drivers/dri/common/
Dutils.c292 modes->swapMethod = db_modes[i]; in driCreateConfigs()
393 __ATTRIB(__DRI_ATTRIB_SWAP_METHOD, swapMethod),
/external/mesa3d/src/mesa/main/
Dmtypes.h240 GLint swapMethod; member