| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | privates.c | 70 [PRIVATE_SCREEN] = TRUE, 92 [PRIVATE_SCREEN] = "SCREEN", 115 [PRIVATE_SCREEN] = FALSE, 166 size = global_keys[PRIVATE_SCREEN].offset; in fixupOneScreen() 290 [PRIVATE_SCREEN] = fixupScreens, 410 if (!dixRegisterPrivateKey(&screenKey->screenKey, PRIVATE_SCREEN, 0)) in dixRegisterScreenPrivateKey() 479 assert(type > PRIVATE_SCREEN && type < PRIVATE_LAST); in _dixAllocateObjectWithPrivates() 557 assert(type >= PRIVATE_SCREEN && type < PRIVATE_LAST); in dixPrivatesSize() 699 assert(type > PRIVATE_SCREEN && type < PRIVATE_LAST); in _dixAllocateScreenObjectWithPrivates() 725 assert(type >= PRIVATE_SCREEN && type < PRIVATE_LAST); in dixScreenSpecificPrivatesSize()
|
| H A D | main.c | 315 dixFreePrivates(pScreen->devPrivates, PRIVATE_SCREEN); in dix_main() 326 dixFreePrivates(screenInfo.screens[i]->devPrivates, PRIVATE_SCREEN); in dix_main()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fballpriv.c | 42 (&fbScreenPrivateKeyRec, PRIVATE_SCREEN, sizeof(FbScreenPrivRec))) in fbAllocatePrivates()
|
| H A D | fbscreen.c | 119 if (!dixRegisterPrivateKey(&fbScreenPrivKeyRec, PRIVATE_SCREEN, 0)) in fbSetupScreen()
|
| H A D | fboverlay.c | 279 (&fbOverlayScreenPrivateKeyRec, PRIVATE_SCREEN, 0)) in fbOverlayFinishScreenInit()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miscrinit.c | 251 if (!dixRegisterPrivateKey(&miScreenPrivKeyRec, PRIVATE_SCREEN, 0)) in miScreenInit() 330 if (!dixRegisterPrivateKey(&miZeroLineScreenKeyRec, PRIVATE_SCREEN, 0)) in miSetZeroLineBias()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winallpriv.c | 74 if (!dixRegisterPrivateKey(g_iScreenPrivateKey, PRIVATE_SCREEN, 0)) { in winAllocatePrivates()
|
| /OK3568_Linux_fs/external/xserver/dri3/ |
| H A D | dri3.c | 52 if (!dixRegisterPrivateKey(&dri3_screen_private_key, PRIVATE_SCREEN, 0)) in dri3_screen_init()
|
| /OK3568_Linux_fs/external/xserver/miext/sync/ |
| H A D | misyncfd.c | 94 if (!dixRegisterPrivateKey(&syncFdScreenPrivateKey, PRIVATE_SCREEN, 0)) in miSyncFdScreenInit()
|
| H A D | misync.c | 175 if (!dixRegisterPrivateKey(&miSyncScreenPrivateKey, PRIVATE_SCREEN, in miSyncSetup()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/shadowfb/ |
| H A D | shadowfb.c | 61 if (!dixRegisterPrivateKey(&ShadowScreenKeyRec, PRIVATE_SCREEN, 0)) in ShadowFBInit2()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/exa/ |
| H A D | examodule.c | 116 if (!dixRegisterPrivateKey(&exaXorgScreenPrivateKeyRec, PRIVATE_SCREEN, 0)) in exaDDXDriverInit()
|
| /OK3568_Linux_fs/external/xserver/miext/shadow/ |
| H A D | shadow.c | 119 if (!dixRegisterPrivateKey(&shadowScrPrivateKeyRec, PRIVATE_SCREEN, 0)) in shadowSetup()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | privates.h | 33 PRIVATE_SCREEN, enumerator
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86xvmc.c | 161 if (!dixRegisterPrivateKey(&XF86XvMCScreenKeyRec, PRIVATE_SCREEN, 0)) { in xf86XvMCScreenInit()
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | vndext.c | 218 if (!dixRegisterPrivateKey(&glvXGLVScreenPrivKey, PRIVATE_SCREEN, 0)) in GlxExtensionInit()
|
| H A D | glxscreens.c | 325 if (!dixRegisterPrivateKey(&glxScreenPrivateKeyRec, PRIVATE_SCREEN, 0)) in __glXScreenInit()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | xprCursor.c | 350 if (!dixRegisterPrivateKey(&darwinCursorScreenKeyRec, PRIVATE_SCREEN, 0)) in QuartzInitCursor()
|
| /OK3568_Linux_fs/external/xserver/present/ |
| H A D | present_screen.c | 211 if (!dixRegisterPrivateKey(&present_screen_private_key, PRIVATE_SCREEN, 0)) in present_screen_register_priv_keys()
|
| /OK3568_Linux_fs/external/xserver/test/xi2/ |
| H A D | protocol-common.c | 271 dixRegisterPrivateKey(&miPointerScreenKeyRec, PRIVATE_SCREEN, 0); in init_simple()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | quartz.c | 213 if (!dixRegisterPrivateKey(&quartzScreenKeyRec, PRIVATE_SCREEN, 0)) in QuartzInitOutput()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-vidmode.c | 413 if (!dixRegisterPrivateKey(xwlVidModePrivateKey, PRIVATE_SCREEN, in xwlVidModeExtensionInit()
|
| H A D | xwayland-glamor-xv.c | 397 if (!dixRegisterPrivateKey(xwlXvScreenPrivateKey, PRIVATE_SCREEN, in xwl_glamor_xv_init()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xvmain.c | 156 if (!dixRegisterPrivateKey(&XvScreenKeyRec, PRIVATE_SCREEN, 0)) in XvExtensionInit() 265 if (!dixRegisterPrivateKey(&XvScreenKeyRec, PRIVATE_SCREEN, 0)) in XvScreenInit()
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | animcur.c | 282 if (!dixRegisterPrivateKey(&AnimCurScreenPrivateKeyRec, PRIVATE_SCREEN, in AnimCurInit()
|