Searched refs:uType (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winerror.c | 108 winMessageBoxF(const char *pszError, UINT uType, ...) argument 115 va_start(args, uType); 144 MessageBox(NULL, pszMsgBox, PROJECT_NAME, MB_OK | uType);
|
| H A D | win.h | 750 winMessageBoxF(const char *pszError, UINT uType, ...)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winerror.c | 99 winMessageBoxF (const char *pszError, UINT uType, ...) argument 106 va_start(args, uType); 140 MB_OK | uType);
|
| H A D | win.h | 892 winMessageBoxF (const char *pszError, UINT uType, ...);
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_dri.c | 726 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 D | wglext.h | 59 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 D | wglext.h | 59 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 D | wglext.h | 459 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType); 464 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
|
| H A D | wglext.spec | 63 CreateBufferRegionARB(hDC, iLayerPlane, uType) 67 param uType UINT in value
|
Completed in 14 milliseconds