Home
last modified time | relevance | path

Searched refs:dixPrivateKeyRegistered (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/external/xserver/miext/sync/
H A Dmisyncfd.c42 if (!dixPrivateKeyRegistered(&syncFdScreenPrivateKey)) in sync_fd_screen_priv()
93 if (!dixPrivateKeyRegistered(&syncFdScreenPrivateKey)) { in miSyncFdScreenInit()
H A Dmisync.c174 if (!dixPrivateKeyRegistered(&miSyncScreenPrivateKey)) { in miSyncSetup()
H A Dmisyncshm.c173 if (!dixPrivateKeyRegistered(&syncShmFencePrivateKey)) { in miSyncShmScreenInit()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_sync.c88 if (!dixPrivateKeyRegistered(&glamor_sync_fence_key)) { in glamor_sync_init()
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddristruct.h62 (dixPrivateKeyRegistered(DRIScreenPrivKey) ? \
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dvblank.c196 if (dixPrivateKeyRegistered(rrPrivKey)) in ms_covering_xf86_crtc()
233 if (!dixPrivateKeyRegistered(rrPrivKey)) in ms_covering_randr_crtc()
268 if (dixPrivateKeyRegistered(rrPrivKey)) in ms_covering_randr_crtc()
H A Ddriver.c1535 if (dixPrivateKeyRegistered(rrPrivKey)) { in CreateScreenResources()
H A Ddrmmode_display.c3761 if (!dixPrivateKeyRegistered(rrPrivKey)) in drmmode_validate_leases()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxvmc.c524 if (!dixPrivateKeyRegistered(XvMCScreenKey)) in ProcXvMCListSubpictureTypes()
705 if (!dixPrivateKeyRegistered(XvMCScreenKey)) in XvMCExtensionInit()
787 if (!dixPrivateKeyRegistered(XvMCScreenKey)) in XvMCFindXvImage()
/OK3568_Linux_fs/external/xserver/include/
H A Dprivates.h107 dixPrivateKeyRegistered(DevPrivateKey key) in dixPrivateKeyRegistered() function
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessCommon.c89 if (!dixPrivateKeyRegistered(&rootlessWindowPrivateKeyRec)) in IsFramedWindow()
/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86CursorRD.c397 if (!dixPrivateKeyRegistered(xf86CursorScreenKey)) in xf86CursorResetCursor()
/OK3568_Linux_fs/external/xserver/render/
H A Dpicturestr.h358 #define GetPictureScreenIfSet(s) (dixPrivateKeyRegistered(PictureScreenPrivateKey) ? GetPictureScre…
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Init.c310 if (!dixPrivateKeyRegistered(rrPrivKey) || in xf86EnsureRANDR()
H A Dxf86cmap.c106 #define CMapScreenKeyRegistered dixPrivateKeyRegistered(&CMapScreenKeyRec)
H A Dxf86DGA.c83 #define DGAScreenKeyRegistered dixPrivateKeyRegistered(&DGAScreenKeyRec)
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2.c1330 if (!dixPrivateKeyRegistered(dri2ScreenPrivateKey)) in DRI2Connect()
/OK3568_Linux_fs/external/xserver/randr/
H A Drrcrtc.c2019 if (!dixPrivateKeyRegistered(rrPrivKey)) in RRHasScanoutPixmap()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c1967 if (dixPrivateKeyRegistered(rrPrivKey)) { in xf86RandR12LoadPalette()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog1383 dixPrivateKeyRegistered(rrPrivKey) before calling rrGetScrPriv.
2256 Fix the problem by checking dixPrivateKeyRegistered(rrPrivKey) before