| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | glxconfig.h | 89 GLint swapMethod; member in struct:glx_config
|
| H A D | glxconfig.c | 164 *value_return = mode->swapMethod; 246 (*next)->swapMethod = GLX_SWAP_UNDEFINED_OML;
|
| H A D | glxext.c | 569 config->swapMethod = *bp++; 574 config->swapMethod = GLX_SWAP_UNDEFINED_OML;
|
| H A D | dri_common.c | 119 __ATTRIB(__DRI_ATTRIB_SWAP_METHOD, swapMethod),
|
| H A D | glxcmds.c | 953 config->swapMethod = GLX_DONT_CARE; 1004 MATCH_DONT_CARE(swapMethod);
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glxconfig.h | 93 GLint swapMethod; member in struct:glx_config
|
| H A D | glxconfig.c | 164 *value_return = mode->swapMethod; 251 (*next)->swapMethod = GLX_SWAP_UNDEFINED_OML;
|
| H A D | dri_common.c | 175 __ATTRIB(__DRI_ATTRIB_SWAP_METHOD, swapMethod),
|
| H A D | glxext.c | 537 config->swapMethod = *bp++; 542 config->swapMethod = GLX_SWAP_UNDEFINED_OML;
|
| H A D | glxcmds.c | 956 config->swapMethod = GLX_DONT_CARE; 1007 MATCH_DONT_CARE(swapMethod);
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | glxscreens.h | 99 GLint swapMethod; member in struct:__GLXconfig
|
| H A D | glxscreens.c | 296 if (config->swapMethod == GLX_SWAP_UNDEFINED_OML) 298 if (config->swapMethod == GLX_SWAP_EXCHANGE_OML)
|
| H A D | glxdricommon.c | 84 __ATTRIB(__DRI_ATTRIB_SWAP_METHOD, swapMethod),
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glxscreens.h | 95 GLint swapMethod; member in struct:__GLXconfig
|
| H A D | glxdricommon.c | 100 __ATTRIB(__DRI_ATTRIB_SWAP_METHOD, swapMethod),
|
| /xsrc/external/mit/xorgproto/dist/include/GL/internal/ |
| H A D | glcore.h | 132 GLint swapMethod; member in struct:__GLcontextModesRec
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/ |
| H A D | utils.c | 319 modes->swapMethod = __DRI_ATTRIB_SWAP_UNDEFINED; 323 modes->swapMethod = db_modes[i]; 425 __ATTRIB(__DRI_ATTRIB_SWAP_METHOD, swapMethod),
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/common/ |
| H A D | utils.c | 350 modes->swapMethod = __DRI_ATTRIB_SWAP_UNDEFINED; 354 modes->swapMethod = db_modes[i]; 480 __ATTRIB(__DRI_ATTRIB_SWAP_METHOD, swapMethod);
|
| /xsrc/external/mit/mesa-demos/dist/src/wgl/ |
| H A D | wglinfo.c | 361 printf(" swapMethod = Exchange\n"); 363 printf(" swapMethod = Copy\n"); 365 printf(" swapMethod = Undefined\n"); 475 int swapMethod; local in function:get_format_info 496 swapMethod = get_pf_attrib(hdc, pf, WGL_SWAP_METHOD_ARB); 497 if (swapMethod == WGL_SWAP_EXCHANGE_ARB) 499 else if (swapMethod == WGL_SWAP_COPY_ARB)
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/glx/ |
| H A D | indirect.c | 338 swap_method_name(c->swapMethod), 1743 if (mode->swapMethod == GLX_SWAP_EXCHANGE_OML) 1746 if (mode->swapMethod == GLX_SWAP_COPY_OML) 1994 c->base.swapMethod = GLX_SWAP_EXCHANGE_OML; 1996 c->base.swapMethod = GLX_SWAP_COPY_OML; 1998 c->base.swapMethod = GLX_SWAP_UNDEFINED_OML; 2378 c->base.swapMethod = GLX_SWAP_EXCHANGE_OML; 2382 c->base.swapMethod = GLX_SWAP_COPY_OML; 2391 c->base.swapMethod = GLX_SWAP_UNDEFINED_OML;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | indirect.c | 351 swap_method_name(c->swapMethod), 1658 if (mode->swapMethod == GLX_SWAP_EXCHANGE_OML) 1661 if (mode->swapMethod == GLX_SWAP_COPY_OML) 1908 c->base.swapMethod = GLX_SWAP_EXCHANGE_OML; 1910 c->base.swapMethod = GLX_SWAP_COPY_OML; 1912 c->base.swapMethod = GLX_SWAP_UNDEFINED_OML; 2260 c->base.swapMethod = GLX_SWAP_EXCHANGE_OML; 2264 c->base.swapMethod = GLX_SWAP_COPY_OML; 2271 c->base.swapMethod = GLX_SWAP_UNDEFINED_OML;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/ |
| H A D | visualConfigs.c | 165 c->swapMethod = GLX_SWAP_UNDEFINED_OML;
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/ |
| H A D | visualConfigs.c | 160 c->swapMethod = GLX_SWAP_UNDEFINED_OML;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | mtypes.h | 205 GLint swapMethod; member in struct:gl_config
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | mtypes.h | 178 GLint swapMethod; member in struct:gl_config
|