Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xquartz/GL/
H A Dglcontextmodes.c188 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()
H A DvisualConfigs.c160 c->swapMethod = GLX_SWAP_UNDEFINED_OML; in __glXAquaCreateVisualConfigs()
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxscreens.c296 if (config->swapMethod == GLX_SWAP_UNDEFINED_OML) in pickFBConfig()
298 if (config->swapMethod == GLX_SWAP_EXCHANGE_OML) in pickFBConfig()
H A Dglxscreens.h99 GLint swapMethod; member
H A Dglxdricommon.c83 __ATTRIB(__DRI_ATTRIB_SWAP_METHOD, swapMethod),
H A Dglxcmds.c1071 WRITE_PAIR(GLX_SWAP_METHOD_OML, modes->swapMethod); in DoGetFBConfigs()
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dindirect.c325 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()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog11938 client ignored the swapMethod fbconfig value, which meant that, if the dri
11939 driver thought it exposed more than one swapMethod, it actually just
13204 The swapMethod config member would typically contain an arbitrary value