Home
last modified time | relevance | path

Searched refs:devPrivates (Results 1 – 25 of 148) sorted by relevance

123456

/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86CursorRD.c71 dixSetPrivate(&pScreen->devPrivates, xf86CursorScreenKey, ScreenPriv); in xf86InitCursor()
94 PointPriv = dixLookupPrivate(&pScreen->devPrivates, miPointerScreenKey); in xf86InitCursor()
124 (miPointerScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorCloseScreen()
127 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorCloseScreen()
160 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorQueryBestSize()
177 (xf86CursorScreenPtr) dixLookupPrivate(&pMap->pScreen->devPrivates, in xf86CursorInstallColormap()
190 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorRecolorCursor()
211 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorEnableDisableFBAccess()
245 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorSwitchMode()
272 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorRealizeCursor()
[all …]
H A Dxf86HWCurs.c159 sPriv = dixLookupPrivate(&pSlave->devPrivates, xf86CursorScreenKey); in xf86CheckHWCursor()
182 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86ScreenSetCursor()
208 dixLookupScreenPrivate(&pCurs->devPrivates, CursorScreenKey, pScreen); in xf86ScreenSetCursor()
216 dixSetScreenPrivate(&pCurs->devPrivates, CursorScreenKey, pScreen, in xf86ScreenSetCursor()
242 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86SetCursor()
280 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86SetTransparentCursor()
306 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86ScreenMoveCursor()
320 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86MoveCursor()
388 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86RecolorCursor()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxselinux_hooks.c119 subj = dixLookupPrivate(&client->devPrivates, subjectKey); in SELinuxLabelClient()
120 obj = dixLookupPrivate(&client->devPrivates, objectKey); in SELinuxLabelClient()
176 subj = dixLookupPrivate(&serverClient->devPrivates, subjectKey); in SELinuxLabelInitial()
177 obj = dixLookupPrivate(&serverClient->devPrivates, objectKey); in SELinuxLabelInitial()
341 subj = dixLookupPrivate(&rec->client->devPrivates, subjectKey); in SELinuxDevice()
342 obj = dixLookupPrivate(&rec->dev->devPrivates, objectKey); in SELinuxDevice()
348 dsubj = dixLookupPrivate(&rec->dev->devPrivates, subjectKey); in SELinuxDevice()
379 subj = dixLookupPrivate(&rec->dev->devPrivates, subjectKey); in SELinuxSend()
381 subj = dixLookupPrivate(&rec->client->devPrivates, subjectKey); in SELinuxSend()
383 obj = dixLookupPrivate(&rec->pWin->devPrivates, objectKey); in SELinuxSend()
[all …]
H A Dsecurity.c141 state = dixLookupPrivate(&serverClient->devPrivates, stateKey); in SecurityLabelInitial()
210 state = dixLookupPrivate(&clients[i]->devPrivates, stateKey); in SecurityDeleteAuthorization()
702 subj = dixLookupPrivate(&rec->client->devPrivates, stateKey); in SecurityDevice()
703 obj = dixLookupPrivate(&serverClient->devPrivates, stateKey); in SecurityDevice()
747 subj = dixLookupPrivate(&rec->client->devPrivates, stateKey); in SecurityResource()
774 obj = dixLookupPrivate(&clients[cid]->devPrivates, stateKey); in SecurityResource()
793 subj = dixLookupPrivate(&rec->client->devPrivates, stateKey); in SecurityExtension()
817 subj = dixLookupPrivate(&rec->client->devPrivates, stateKey); in SecurityServer()
818 obj = dixLookupPrivate(&serverClient->devPrivates, stateKey); in SecurityServer()
836 subj = dixLookupPrivate(&rec->client->devPrivates, stateKey); in SecurityClient()
[all …]
H A Dxselinux_ext.c118 PrivateRec **privPtr = &client->devPrivates; in ProcSELinuxSetCreateContext()
157 ptr = dixLookupPrivate(&serverClient->devPrivates, subjectKey); in ProcSELinuxGetCreateContext()
159 ptr = dixLookupPrivate(&client->devPrivates, subjectKey); in ProcSELinuxGetCreateContext()
194 subj = dixLookupPrivate(&dev->devPrivates, subjectKey); in ProcSELinuxSetDeviceContext()
196 obj = dixLookupPrivate(&dev->devPrivates, objectKey); in ProcSELinuxSetDeviceContext()
219 subj = dixLookupPrivate(&dev->devPrivates, subjectKey); in ProcSELinuxGetDeviceContext()
239 privatePtr = &((PixmapPtr) pDraw)->devPrivates; in ProcSELinuxGetDrawableContext()
241 privatePtr = &((WindowPtr) pDraw)->devPrivates; in ProcSELinuxGetDrawableContext()
267 obj = dixLookupPrivate(&pProp->devPrivates, privKey); in ProcSELinuxGetPropertyContext()
285 obj = dixLookupPrivate(&pSel->devPrivates, privKey); in ProcSELinuxGetSelectionContext()
[all …]
/OK3568_Linux_fs/external/xserver/dix/
H A Dprivates.c165 old = (char *) pScreen->devPrivates; in fixupOneScreen()
167 if (!fixup (&pScreen->devPrivates, size, bytes)) in fixupOneScreen()
177 new = (char *) pScreen->devPrivates; in fixupOneScreen()
234 return fixup(&serverClient->devPrivates, global_keys[PRIVATE_CLIENT].offset, in fixupServerClient()
248 (&extension->devPrivates, global_keys[PRIVATE_EXTENSION].offset, bytes)) in fixupExtensions()
265 …!fixup(&cmap->devPrivates, screenInfo.screens[s]->screenSpecificPrivates[PRIVATE_COLORMAP].offset,… in fixupDefaultColormaps()
275 if (!fixup(&device->devPrivates, global_keys[PRIVATE_DEVICE].offset, bytes)) in fixupDeviceList()
412 key = dixGetPrivate(&pScreen->devPrivates, &screenKey->screenKey); in dixRegisterScreenPrivateKey()
426 dixSetPrivate(&pScreen->devPrivates, &screenKey->screenKey, key); in dixRegisterScreenPrivateKey()
433 return dixGetPrivate(&pScreen->devPrivates, &key->screenKey); in _dixGetScreenPrivateKey()
[all …]
H A Dmain.c178 if (!dixAllocatePrivates(&serverClient->devPrivates, PRIVATE_CLIENT)) in dix_main()
315 dixFreePrivates(pScreen->devPrivates, PRIVATE_SCREEN); in dix_main()
326 dixFreePrivates(screenInfo.screens[i]->devPrivates, PRIVATE_SCREEN); in dix_main()
332 dixFreePrivates(serverClient->devPrivates, PRIVATE_CLIENT); in dix_main()
333 serverClient->devPrivates = NULL; in dix_main()
H A Dextension.c93 if (!dixAllocatePrivates(&ext->devPrivates, PRIVATE_EXTENSION)) { in AddExtension()
99 dixFreePrivates(ext->devPrivates, PRIVATE_EXTENSION); in AddExtension()
107 dixFreePrivates(ext->devPrivates, PRIVATE_EXTENSION); in AddExtension()
204 dixFreePrivates(extensions[i]->devPrivates, PRIVATE_EXTENSION); in CloseDownExtensions()
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamagestr.h84 dixLookupPrivate(&(pScr)->devPrivates, damageScrPrivateKey))
90 dixLookupPrivate(&(pPix)->devPrivates, damagePixPrivateKey)
93 dixSetPrivate(&(pPix)->devPrivates, damagePixPrivateKey, v)
99 dixLookupPrivate(&(pGC)->devPrivates, damageGCPrivateKey)
105 ((DamagePtr)dixLookupPrivate(&(pWin)->devPrivates, damageWinPrivateKey))
108 dixSetPrivate(&(pWin)->devPrivates, damageWinPrivateKey, d)
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86fbman.c57 dixSetPrivate(&pScreen->devPrivates, xf86FBManagerKey, funcs); in xf86RegisterOffscreenManager()
68 if (!dixLookupPrivate(&pScreen->devPrivates, xf86FBManagerKey)) in xf86FBManagerRunning()
83 if (!(funcs = (FBManagerFuncsPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86RegisterFreeBoxCallback()
102 if (!(funcs = (FBManagerFuncsPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86AllocateOffscreenArea()
122 if (!(funcs = (FBManagerFuncsPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86AllocateOffscreenLinear()
142 (FBManagerFuncsPtr) dixLookupPrivate(&area->pScreen->devPrivates, in xf86FreeOffscreenArea()
163 (FBManagerFuncsPtr) dixLookupPrivate(&linear->pScreen->devPrivates, in xf86FreeOffscreenLinear()
184 (FBManagerFuncsPtr) dixLookupPrivate(&resize->pScreen->devPrivates, in xf86ResizeOffscreenArea()
203 (FBManagerFuncsPtr) dixLookupPrivate(&resize->pScreen->devPrivates, in xf86ResizeOffscreenLinear()
222 if (!(funcs = (FBManagerFuncsPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86QueryLargestOffscreenArea()
[all …]
H A Dxf86cmap.c63 ((CMapScreenPtr)dixLookupPrivate(&(pScreen)->devPrivates, CMapScreenKey))->field)
178 dixSetPrivate(&pScreen->devPrivates, &CMapScreenKeyRec, pScreenPriv); in xf86HandleColormaps()
265 (CMapScreenPtr) dixLookupPrivate(&pmap->pScreen->devPrivates, in CMapAllocateColormapPrivate()
285 dixSetPrivate(&pmap->devPrivates, CMapColormapKey, pColPriv); in CMapAllocateColormapPrivate()
308 (CMapScreenPtr) dixLookupPrivate(&pScreen->devPrivates, CMapScreenKey); in CMapCreateColormap()
326 (CMapScreenPtr) dixLookupPrivate(&pScreen->devPrivates, CMapScreenKey); in CMapDestroyColormap()
328 (CMapColormapPtr) dixLookupPrivate(&cmap->devPrivates, CMapColormapKey); in CMapDestroyColormap()
363 (CMapScreenPtr) dixLookupPrivate(&pScreen->devPrivates, CMapScreenKey); in CMapStoreColors()
379 (CMapColormapPtr) dixLookupPrivate(&pmap->devPrivates, in CMapStoreColors()
441 (CMapScreenPtr) dixLookupPrivate(&pScreen->devPrivates, CMapScreenKey); in CMapInstallColormap()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Ddristruct.h45 devPrivates, \
50 devPrivates, \
66 devPrivates, \
74 devPrivates, \
H A Ddri.c117 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, NULL); in DRIScreenInit()
121 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, pDRIPriv); in DRIScreenInit()
157 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, NULL); in DRICloseScreen()
307 dixSetPrivate(&pWin->devPrivates, DRIWindowPrivKey, in CreateSurfaceForWindow()
353 dixSetPrivate(&pPix->devPrivates, DRIPixmapPrivKey, in CreateSurfaceForPixmap()
416 dixSetPrivate(&pWin->devPrivates, DRIWindowPrivKey, NULL); in DRICreateSurface()
421 dixSetPrivate(&pPix->devPrivates, DRIPixmapPrivKey, NULL); in DRICreateSurface()
557 dixSetPrivate(&pWin->devPrivates, DRIWindowPrivKey, NULL); in DRIDrawablePrivDelete()
560 dixSetPrivate(&pPix->devPrivates, DRIPixmapPrivKey, NULL); in DRIDrawablePrivDelete()
750 dixSetPrivate(&pPix->devPrivates, DRIPixmapBufferPrivKey, shared); in DRICreatePixmap()
[all …]
/OK3568_Linux_fs/external/xserver/mi/
H A Dmidispcur.c74 (miDCBufferPtr)dixLookupScreenPrivate(&dev->devPrivates, miDCDeviceKey, screen) : \
75 …(miDCBufferPtr)dixLookupScreenPrivate(&GetMaster(dev, MASTER_POINTER)->devPrivates, miDCDeviceKey,…
89 #define miGetDCScreen(s) ((miDCScreenPtr)(dixLookupPrivate(&(s)->devPrivates, miDCScreenKey)))
108 dixSetPrivate(&pScreen->devPrivates, miDCScreenKey, pScreenPriv); in miDCInitialize()
120 miDCScreenPtr pScreenPriv = dixLookupPrivate(&pScreen->devPrivates, miDCScreenKey); in miDCSwitchScreenCursor()
142 pScreenPriv = (miDCScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in miDCCloseScreen()
180 miDCScreenPtr pScreenPriv = dixLookupPrivate(&pScreen->devPrivates, miDCScreenKey); in miDCRealize()
279 miDCScreenPtr pScreenPriv = dixLookupPrivate(&pScreen->devPrivates, miDCScreenKey); in miDCUnrealizeCursor()
294 miDCScreenPtr pScreenPriv = dixLookupPrivate(&pDrawable->pScreen->devPrivates, miDCScreenKey); in miDCPutBits()
354 miDCScreenPtr pScreenPriv = dixLookupPrivate(&pScreen->devPrivates, miDCScreenKey); in miDCPutUpCursor()
[all …]
/OK3568_Linux_fs/external/xserver/include/
H A Dprivates.h264 …type) _dixAllocateScreenObjectWithPrivates(s, sizeof(t), sizeof(t), offsetof(t, devPrivates), type)
272 #define dixInitScreenPrivates(s, o, v, type) _dixInitScreenPrivates(s, &(o)->devPrivates, (v), type…
298 #define dixInitPrivates(o, v, type) _dixInitPrivates(&(o)->devPrivates, (v), type);
306 #define dixFiniPrivates(o,t) _dixFiniPrivates((o)->devPrivates,t)
318 …t, type) (t *) _dixAllocateObjectWithPrivates(sizeof(t), sizeof(t), offsetof(t, devPrivates), type)
325 #define dixFreeObjectWithPrivates(o,t) _dixFreeObjectWithPrivates(o, (o)->devPrivates, t)
H A Dcursorstr.h66 PrivateRec *devPrivates; /* set by pScr->RealizeCursor */ member
77 PrivateRec *devPrivates; /* set by pScr->RealizeCursor */ member
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddristruct.h41 dixLookupPrivate(&(pWin)->devPrivates, DRIWindowPrivKey))
43 dixLookupPrivate(&(pPix)->devPrivates, DRIWindowPrivKey))
63 dixLookupPrivate(&(pScreen)->devPrivates, DRIScreenPrivKey) : NULL))
66 dixLookupPrivate(&screenInfo.screens[screenIndex]->devPrivates, \
/OK3568_Linux_fs/external/xserver/render/
H A Dglyphstr.h44 PrivateRec *devPrivates; member
77 PrivateRec *devPrivates; member
81 dixLookupPrivate(&(pGlyphSet)->devPrivates, k)
84 dixSetPrivate(&(pGlyphSet)->devPrivates, k, ptr)
/OK3568_Linux_fs/external/xserver/dbe/
H A Ddbestruct.h57 dixLookupPrivate(&(pScreen)->devPrivates, dbeScreenPrivKey))
75 dixLookupPrivate(&(pWin)->devPrivates, dbeWindowPrivKey))
162 PrivateRec *devPrivates; member
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwin.h603 dixLookupPrivate(&(pScreen)->devPrivates, g_iScreenPrivateKey))
606 dixSetPrivate(&(pScreen)->devPrivates, g_iScreenPrivateKey, v)
616 dixLookupPrivate(&(pCmap)->devPrivates, g_iCmapPrivateKey))
619 dixSetPrivate(&(pCmap)->devPrivates, g_iCmapPrivateKey, v)
629 dixLookupPrivate(&(pGC)->devPrivates, g_iGCPrivateKey))
632 dixSetPrivate(&(pGC)->devPrivates, g_iGCPrivateKey, v)
642 dixLookupPrivate(&(pPixmap)->devPrivates, g_iPixmapPrivateKey))
645 dixLookupPrivate(&(pPixmap)->devPrivates, g_iPixmapPrivateKey, v)
655 dixLookupPrivate(&(pWin)->devPrivates, g_iWindowPrivateKey))
658 dixLookupPrivate(&(pWin)->devPrivates, g_iWindowPrivateKey, v)
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-cursor.c70 dixSetPrivate(&cursor->devPrivates, &xwl_cursor_private_key, pixmap); in xwl_realize_cursor()
82 pixmap = dixGetPrivate(&cursor->devPrivates, &xwl_cursor_private_key); in xwl_unrealize_cursor()
86 dixSetPrivate(&cursor->devPrivates, &xwl_cursor_private_key, NULL); in xwl_unrealize_cursor()
150 pixmap = dixGetPrivate(&cursor->devPrivates, &xwl_cursor_private_key); in xwl_seat_set_cursor()
202 pixmap = dixGetPrivate(&cursor->devPrivates, &xwl_cursor_private_key); in xwl_tablet_tool_set_cursor()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessCommon.h142 dixLookupPrivate(&(pScreen)->devPrivates, rootlessScreenPrivateKey))
145 dixSetPrivate(&(pScreen)->devPrivates, rootlessScreenPrivateKey, v)
148 dixLookupPrivate(&(pWin)->devPrivates, rootlessWindowPrivateKey))
151 dixSetPrivate(&(pWin)->devPrivates, rootlessWindowPrivateKey, v)
/OK3568_Linux_fs/external/xserver/glx/
H A Dvndext.c61 return dixLookupPrivate(&pScreen->devPrivates, &glvXGLVScreenPrivKey); in xglvGetScreenPrivate()
67 dixSetPrivate(&pScreen->devPrivates, &glvXGLVScreenPrivKey, priv); in xglvSetScreenPrivate()
128 return dixLookupPrivate(&pClient->devPrivates, &glvXGLVClientPrivKey); in xglvGetClientPrivate()
134 dixSetPrivate(&pClient->devPrivates, &glvXGLVClientPrivKey, priv); in xglvSetClientPrivate()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcmap.h59 dixSetPrivate(&(_pCMap)->devPrivates, dmxColormapPrivateKey, _pCMapPriv)
63 dixLookupPrivate(&(_pCMap)->devPrivates, dmxColormapPrivateKey)
H A Ddmxcursor.h68 dixLookupScreenPrivate(&(_pCursor)->devPrivates, CursorScreenKey, _pScreen))
71 dixSetScreenPrivate(&(_pCursor)->devPrivates, CursorScreenKey, _pScreen, v)

123456