Searched refs:swapMethod (Results 1 - 25 of 27) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglxconfig.h89 GLint swapMethod; member in struct:glx_config
H A Dglxconfig.c164 *value_return = mode->swapMethod;
246 (*next)->swapMethod = GLX_SWAP_UNDEFINED_OML;
H A Dglxext.c569 config->swapMethod = *bp++;
574 config->swapMethod = GLX_SWAP_UNDEFINED_OML;
H A Ddri_common.c119 __ATTRIB(__DRI_ATTRIB_SWAP_METHOD, swapMethod),
H A Dglxcmds.c953 config->swapMethod = GLX_DONT_CARE;
1004 MATCH_DONT_CARE(swapMethod);
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxconfig.h93 GLint swapMethod; member in struct:glx_config
H A Dglxconfig.c164 *value_return = mode->swapMethod;
251 (*next)->swapMethod = GLX_SWAP_UNDEFINED_OML;
H A Ddri_common.c175 __ATTRIB(__DRI_ATTRIB_SWAP_METHOD, swapMethod),
H A Dglxext.c537 config->swapMethod = *bp++;
542 config->swapMethod = GLX_SWAP_UNDEFINED_OML;
H A Dglxcmds.c956 config->swapMethod = GLX_DONT_CARE;
1007 MATCH_DONT_CARE(swapMethod);
/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxscreens.h99 GLint swapMethod; member in struct:__GLXconfig
H A Dglxscreens.c296 if (config->swapMethod == GLX_SWAP_UNDEFINED_OML)
298 if (config->swapMethod == GLX_SWAP_EXCHANGE_OML)
H A Dglxdricommon.c84 __ATTRIB(__DRI_ATTRIB_SWAP_METHOD, swapMethod),
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglxscreens.h95 GLint swapMethod; member in struct:__GLXconfig
H A Dglxdricommon.c100 __ATTRIB(__DRI_ATTRIB_SWAP_METHOD, swapMethod),
/xsrc/external/mit/xorgproto/dist/include/GL/internal/
H A Dglcore.h132 GLint swapMethod; member in struct:__GLcontextModesRec
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/
H A Dutils.c319 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 Dutils.c350 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 Dwglinfo.c361 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 Dindirect.c338 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 Dindirect.c351 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 DvisualConfigs.c165 c->swapMethod = GLX_SWAP_UNDEFINED_OML;
/xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/
H A DvisualConfigs.c160 c->swapMethod = GLX_SWAP_UNDEFINED_OML;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmtypes.h205 GLint swapMethod; member in struct:gl_config
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmtypes.h178 GLint swapMethod; member in struct:gl_config

Completed in 44 milliseconds

12