| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winclipboardthread.c | 70 winClipboardErrorHandler (Display *pDisplay, XErrorEvent *pErr); 73 winClipboardIOErrorHandler (Display *pDisplay); 94 Display *pDisplay = NULL; local in function:winClipboardProc 173 pDisplay = XOpenDisplay (szDisplay); 174 if (pDisplay == NULL) 186 while (pDisplay == NULL && iRetries < WIN_CONNECT_RETRIES); 189 if (pDisplay == NULL) 196 g_pClipboardDisplay = pDisplay; 202 iConnectionNumber = ConnectionNumber (pDisplay); 220 atomClipboard = XInternAtom (pDisplay, "CLIPBOAR 431 winClipboardErrorHandler(Display * pDisplay,XErrorEvent * pErr) argument 454 winClipboardIOErrorHandler(Display * pDisplay) argument [all...] |
| H A D | winclipboardwndproc.c | 67 winProcessXEventsTimeout (HWND hwnd, int iWindow, Display *pDisplay, 76 winProcessXEventsTimeout (HWND hwnd, int iWindow, Display *pDisplay, argument 85 XSync (pDisplay, FALSE); 88 iConnNumber = ConnectionNumber (pDisplay); 127 pDisplay, 265 Display *pDisplay = g_pClipboardDisplay; local in function:winClipboardWindowProc 274 atomClipboard = XInternAtom (pDisplay, "CLIPBOARD", False); 345 XSync (pDisplay, FALSE); 348 iReturn = XGetSelectionOwner (pDisplay, XA_PRIMARY); 353 XSetSelectionOwner (pDisplay, 450 Display *pDisplay = g_pClipboardDisplay; local in function:winClipboardWindowProc [all...] |
| H A D | winmultiwindowwm.c | 112 Display *pDisplay; member in struct:_WMInfo 127 Display *pDisplay; member in struct:_XMsgProcArgRec 159 SendXMessage (Display *pDisplay, Window iWin, Atom atmType, long nData); 168 winMultiWindowWMErrorHandler (Display *pDisplay, XErrorEvent *pErr); 171 winMultiWindowWMIOErrorHandler (Display *pDisplay); 177 winMultiWindowXMsgProcErrorHandler (Display *pDisplay, XErrorEvent *pErr); 180 winMultiWindowXMsgProcIOErrorHandler (Display *pDisplay); 183 winRedirectErrorHandler (Display *pDisplay, XErrorEvent *pErr); 194 CheckAnotherWindowManager (Display *pDisplay, DWORD dwScreen, Bool fAllowOtherWM); 197 winApplyHints (Display *pDisplay, Windo 419 GetWindowName(Display * pDisplay,Window iWin,wchar_t ** ppName) argument 475 SendXMessage(Display * pDisplay,Window iWin,Atom atmType,long nData) argument 1404 winMultiWindowWMErrorHandler(Display * pDisplay,XErrorEvent * pErr) argument 1431 winMultiWindowWMIOErrorHandler(Display * pDisplay) argument 1450 winMultiWindowXMsgProcErrorHandler(Display * pDisplay,XErrorEvent * pErr) argument 1471 winMultiWindowXMsgProcIOErrorHandler(Display * pDisplay) argument 1487 winRedirectErrorHandler(Display * pDisplay,XErrorEvent * pErr) argument 1499 CheckAnotherWindowManager(Display * pDisplay,DWORD dwScreen,Bool fAllowOtherWM) argument 1546 winApplyHints(Display * pDisplay,Window iWindow,HWND hWnd,HWND * zstyle) argument [all...] |
| H A D | winclipboardxevents.c | 54 Display *pDisplay, 66 atomLocalProperty = XInternAtom (pDisplay, WIN_LOCAL_PROPERTY, False); 67 atomUTF8String = XInternAtom (pDisplay, "UTF8_STRING", False); 68 atomCompoundText = XInternAtom (pDisplay, "COMPOUND_TEXT", False); 69 atomTargets = XInternAtom (pDisplay, "TARGETS", False); 73 while (XPending (pDisplay)) 98 XNextEvent (pDisplay, &event); 113 pszAtomName = XGetAtomName (pDisplay, 140 iReturn = XChangeProperty (pDisplay, 163 eventSelection.display = pDisplay; 52 winClipboardFlushXEvents(HWND hwnd,int iWindow,Display * pDisplay,Bool fUseUnicode) argument [all...] |
| H A D | winclipboard.h | 147 Display *pDisplay,
|
| /xsrc/external/mit/MesaLib.old/dist/include/vulkan/ |
| H A D | vulkan_xlib_randr.h | 35 typedef VkResult (VKAPI_PTR *PFN_vkGetRandROutputDisplayEXT)(VkPhysicalDevice physicalDevice, Display* dpy, RROutput rrOutput, VkDisplayKHR* pDisplay); 47 VkDisplayKHR* pDisplay);
|
| H A D | vulkan_xlib_xrandr.h | 35 typedef VkResult (VKAPI_PTR *PFN_vkGetRandROutputDisplayEXT)(VkPhysicalDevice physicalDevice, Display* dpy, RROutput rrOutput, VkDisplayKHR* pDisplay); 47 VkDisplayKHR* pDisplay);
|
| /xsrc/external/mit/MesaLib/dist/include/vulkan/ |
| H A D | vulkan_xlib_xrandr.h | 26 typedef VkResult (VKAPI_PTR *PFN_vkGetRandROutputDisplayEXT)(VkPhysicalDevice physicalDevice, Display* dpy, RROutput rrOutput, VkDisplayKHR* pDisplay); 38 VkDisplayKHR* pDisplay);
|
| H A D | vulkan_core.h | 12579 typedef VkResult (VKAPI_PTR *PFN_vkGetWinrtDisplayNV)(VkPhysicalDevice physicalDevice, uint32_t deviceRelativeId, VkDisplayKHR* pDisplay); 12589 VkDisplayKHR* pDisplay);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | dmxparse.c | 249 DMXConfigDisplayPtr pDisplay = dmxConfigAlloc(sizeof(*pDisplay)); local in function:dmxConfigCreateDisplay 251 pDisplay->start = pStart; 252 pDisplay->dname = pName; 253 pDisplay->dim = pDim; 254 pDisplay->origin = pOrigin; 255 pDisplay->end = pEnd; 257 pDisplay->name = pName ? pName->string : NULL; 258 pDisplay->rootXOrigin = pOrigin ? pOrigin->x : 0; 259 pDisplay [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/ |
| H A D | internal.h | 110 xcb_window_t iWindow, xcb_connection_t * pDisplay,
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | PassivGrab.c | 91 #define pDisplay(grabPtr) (((grabPtr)->widget)->core.screen->display) macro 329 if (pDisplay(pFirstGrab) != pDisplay(pSecondGrab)) 386 (pDisplay(grab) == pDisplay(pMinuendGrab))) { 612 XGrabKey(pDisplay(grab), 628 XGrabButton(pDisplay(grab),
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| H A D | wsi_common_display.c | 2477 VkDisplayKHR *pDisplay) 2487 *pDisplay = wsi_display_connector_to_handle(connector); 2489 *pDisplay = VK_NULL_HANDLE; 2673 VkDisplayKHR *pDisplay) 2685 *pDisplay = VK_NULL_HANDLE; 2689 *pDisplay = wsi_display_connector_to_handle(connector); 2474 wsi_GetRandROutputDisplayEXT(VkPhysicalDevice physicalDevice,Display * dpy,RROutput rrOutput,VkDisplayKHR * pDisplay) argument 2670 wsi_GetDrmDisplayEXT(VkPhysicalDevice physicalDevice,int32_t drmFd,uint32_t connectorId,VkDisplayKHR * pDisplay) argument
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winmultiwindowwm.c | 770 XRaiseWindow(pWMInfo->pDisplay, xWindow); 772 XLowerWindow(pWMInfo->pDisplay, xWindow);
|