Searched refs:uType (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinerror.c108 winMessageBoxF(const char *pszError, UINT uType, ...) argument
115 va_start(args, uType);
144 MessageBox(NULL, pszMsgBox, PROJECT_NAME, MB_OK | uType);
H A Dwin.h750 winMessageBoxF(const char *pszError, UINT uType, ...)
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinerror.c99 winMessageBoxF (const char *pszError, UINT uType, ...) argument
106 va_start(args, uType);
140 MB_OK | uType);
H A Dwin.h892 winMessageBoxF (const char *pszError, UINT uType, ...);
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dri.c726 ULONG uType = 0; local in function:IsXGIAGPCard
727 uType = CheckAGPSlot(pScreen, uLink);
729 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "[%s] This Card Type is %ld \n", __FUNCTION__, uType);
731 if (uType == PCI_BUS_TYPE)
733 if (uType == AGP_BUS_TYPE)
735 if (uType == PCIE_BUS_TYPE)
738 return uType;
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dwglext.h59 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
64 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dwglext.h59 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
64 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dwglext.h459 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
464 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
H A Dwglext.spec63 CreateBufferRegionARB(hDC, iLayerPlane, uType)
67 param uType UINT in value

Completed in 14 milliseconds