Home
last modified time | relevance | path

Searched refs:PRIVATE_SCREEN (Results 1 – 25 of 69) sorted by relevance

123

/OK3568_Linux_fs/external/xserver/dix/
H A Dprivates.c70 [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 Dmain.c315 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 Dfballpriv.c42 (&fbScreenPrivateKeyRec, PRIVATE_SCREEN, sizeof(FbScreenPrivRec))) in fbAllocatePrivates()
H A Dfbscreen.c119 if (!dixRegisterPrivateKey(&fbScreenPrivKeyRec, PRIVATE_SCREEN, 0)) in fbSetupScreen()
H A Dfboverlay.c279 (&fbOverlayScreenPrivateKeyRec, PRIVATE_SCREEN, 0)) in fbOverlayFinishScreenInit()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiscrinit.c251 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 Dwinallpriv.c74 if (!dixRegisterPrivateKey(g_iScreenPrivateKey, PRIVATE_SCREEN, 0)) { in winAllocatePrivates()
/OK3568_Linux_fs/external/xserver/dri3/
H A Ddri3.c52 if (!dixRegisterPrivateKey(&dri3_screen_private_key, PRIVATE_SCREEN, 0)) in dri3_screen_init()
/OK3568_Linux_fs/external/xserver/miext/sync/
H A Dmisyncfd.c94 if (!dixRegisterPrivateKey(&syncFdScreenPrivateKey, PRIVATE_SCREEN, 0)) in miSyncFdScreenInit()
H A Dmisync.c175 if (!dixRegisterPrivateKey(&miSyncScreenPrivateKey, PRIVATE_SCREEN, in miSyncSetup()
/OK3568_Linux_fs/external/xserver/hw/xfree86/shadowfb/
H A Dshadowfb.c61 if (!dixRegisterPrivateKey(&ShadowScreenKeyRec, PRIVATE_SCREEN, 0)) in ShadowFBInit2()
/OK3568_Linux_fs/external/xserver/hw/xfree86/exa/
H A Dexamodule.c116 if (!dixRegisterPrivateKey(&exaXorgScreenPrivateKeyRec, PRIVATE_SCREEN, 0)) in exaDDXDriverInit()
/OK3568_Linux_fs/external/xserver/miext/shadow/
H A Dshadow.c119 if (!dixRegisterPrivateKey(&shadowScrPrivateKeyRec, PRIVATE_SCREEN, 0)) in shadowSetup()
/OK3568_Linux_fs/external/xserver/include/
H A Dprivates.h33 PRIVATE_SCREEN, enumerator
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xvmc.c161 if (!dixRegisterPrivateKey(&XF86XvMCScreenKeyRec, PRIVATE_SCREEN, 0)) { in xf86XvMCScreenInit()
/OK3568_Linux_fs/external/xserver/glx/
H A Dvndext.c218 if (!dixRegisterPrivateKey(&glvXGLVScreenPrivKey, PRIVATE_SCREEN, 0)) in GlxExtensionInit()
H A Dglxscreens.c325 if (!dixRegisterPrivateKey(&glxScreenPrivateKeyRec, PRIVATE_SCREEN, 0)) in __glXScreenInit()
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DxprCursor.c350 if (!dixRegisterPrivateKey(&darwinCursorScreenKeyRec, PRIVATE_SCREEN, 0)) in QuartzInitCursor()
/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_screen.c211 if (!dixRegisterPrivateKey(&present_screen_private_key, PRIVATE_SCREEN, 0)) in present_screen_register_priv_keys()
/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-common.c271 dixRegisterPrivateKey(&miPointerScreenKeyRec, PRIVATE_SCREEN, 0); in init_simple()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Dquartz.c213 if (!dixRegisterPrivateKey(&quartzScreenKeyRec, PRIVATE_SCREEN, 0)) in QuartzInitOutput()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-vidmode.c413 if (!dixRegisterPrivateKey(xwlVidModePrivateKey, PRIVATE_SCREEN, in xwlVidModeExtensionInit()
H A Dxwayland-glamor-xv.c397 if (!dixRegisterPrivateKey(xwlXvScreenPrivateKey, PRIVATE_SCREEN, in xwl_glamor_xv_init()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxvmain.c156 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 Danimcur.c282 if (!dixRegisterPrivateKey(&AnimCurScreenPrivateKeyRec, PRIVATE_SCREEN, in AnimCurInit()

123