Searched refs:swapMethod (Results 1 – 8 of 8) sorted by relevance
188 mode->swapMethod = GLX_SWAP_UNDEFINED_OML; in _gl_copy_visual_to_context_mode()356 *value_return = mode->swapMethod; in _gl_get_context_mode_data()455 (*next)->swapMethod = GLX_SWAP_UNDEFINED_OML; in _gl_context_modes_create()579 (a->swapMethod == b->swapMethod) && in _gl_context_modes_are_same()
160 c->swapMethod = GLX_SWAP_UNDEFINED_OML; in __glXAquaCreateVisualConfigs()
296 if (config->swapMethod == GLX_SWAP_UNDEFINED_OML) in pickFBConfig()298 if (config->swapMethod == GLX_SWAP_EXCHANGE_OML) in pickFBConfig()
99 GLint swapMethod; member
83 __ATTRIB(__DRI_ATTRIB_SWAP_METHOD, swapMethod),
1071 WRITE_PAIR(GLX_SWAP_METHOD_OML, modes->swapMethod); in DoGetFBConfigs()
325 swap_method_name(c->swapMethod), in fbConfigsDump()1679 if (mode->swapMethod == GLX_SWAP_EXCHANGE_OML) in fbConfigToPixelFormatIndex()1682 if (mode->swapMethod == GLX_SWAP_COPY_OML) in fbConfigToPixelFormatIndex()1920 c->base.swapMethod = GLX_SWAP_EXCHANGE_OML; in glxWinCreateConfigs()1922 c->base.swapMethod = GLX_SWAP_COPY_OML; in glxWinCreateConfigs()1924 c->base.swapMethod = GLX_SWAP_UNDEFINED_OML; in glxWinCreateConfigs()2290 c->base.swapMethod = GLX_SWAP_EXCHANGE_OML; in glxWinCreateConfigsExt()2294 c->base.swapMethod = GLX_SWAP_COPY_OML; in glxWinCreateConfigsExt()2303 c->base.swapMethod = GLX_SWAP_UNDEFINED_OML; in glxWinCreateConfigsExt()
11938 client ignored the swapMethod fbconfig value, which meant that, if the dri11939 driver thought it exposed more than one swapMethod, it actually just13204 The swapMethod config member would typically contain an arbitrary value