Home
last modified time | relevance | path

Searched refs:CreateScreenResources (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor.c137 screen->CreateScreenResources = xwl_screen->CreateScreenResources; in xwl_glamor_create_screen_resources()
138 ret = (*screen->CreateScreenResources) (screen); in xwl_glamor_create_screen_resources()
139 xwl_screen->CreateScreenResources = screen->CreateScreenResources; in xwl_glamor_create_screen_resources()
140 screen->CreateScreenResources = xwl_glamor_create_screen_resources; in xwl_glamor_create_screen_resources()
257 xwl_screen->CreateScreenResources = screen->CreateScreenResources; in xwl_glamor_init()
258 screen->CreateScreenResources = xwl_glamor_create_screen_resources; in xwl_glamor_init()
H A Dxwayland-shm.c286 screen->CreateScreenResources = xwl_screen->CreateScreenResources; in xwl_shm_create_screen_resources()
287 ret = (*screen->CreateScreenResources) (screen); in xwl_shm_create_screen_resources()
288 xwl_screen->CreateScreenResources = screen->CreateScreenResources; in xwl_shm_create_screen_resources()
289 screen->CreateScreenResources = xwl_shm_create_screen_resources; in xwl_shm_create_screen_resources()
H A Dxwayland.c1266 xwl_screen->CreateScreenResources = pScreen->CreateScreenResources; in xwl_screen_init()
1267 pScreen->CreateScreenResources = xwl_shm_create_screen_resources; in xwl_screen_init()
H A Dxwayland.h130 CreateScreenResourcesProcPtr CreateScreenResources; member
/OK3568_Linux_fs/external/xserver/dix/
H A Dmain.c203 if (pScreen->CreateScreenResources && in dix_main()
204 !(*pScreen->CreateScreenResources) (pScreen)) in dix_main()
213 if (pScreen->CreateScreenResources && in dix_main()
214 !(*pScreen->CreateScreenResources) (pScreen)) in dix_main()
H A Ddispatch.c3846 pScreen->CreateScreenResources = 0; in init_screen()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkdrive.c547 pScreen->CreateScreenResources = pScreenPriv->CreateScreenResources; in KdCreateScreenResources()
548 if (pScreen->CreateScreenResources) in KdCreateScreenResources()
549 ret = (*pScreen->CreateScreenResources) (pScreen); in KdCreateScreenResources()
552 pScreenPriv->CreateScreenResources = pScreen->CreateScreenResources; in KdCreateScreenResources()
553 pScreen->CreateScreenResources = KdCreateScreenResources; in KdCreateScreenResources()
803 pScreenPriv->CreateScreenResources = pScreen->CreateScreenResources; in KdScreenInit()
804 pScreen->CreateScreenResources = KdCreateScreenResources; in KdScreenInit()
H A Dkdrive.h145 CreateScreenResourcesProcPtr CreateScreenResources; member
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessScreen.c123 SCREEN_UNWRAP(pScreen, CreateScreenResources); in RootlessCreateScreenResources()
125 if (pScreen->CreateScreenResources != NULL) in RootlessCreateScreenResources()
126 ret = (*pScreen->CreateScreenResources) (pScreen); in RootlessCreateScreenResources()
128 SCREEN_WRAP(pScreen, CreateScreenResources); in RootlessCreateScreenResources()
668 WRAP(CreateScreenResources); in RootlessWrap()
H A DrootlessCommon.h83 CreateScreenResourcesProcPtr CreateScreenResources; member
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa.c666 swap(pExaScr, pScreen, CreateScreenResources); in exaCreateScreenResources()
667 b = pScreen->CreateScreenResources(pScreen); in exaCreateScreenResources()
668 swap(pExaScr, pScreen, CreateScreenResources); in exaCreateScreenResources()
765 unwrap(pExaScr, pScreen, CreateScreenResources); in exaCloseScreen()
921 wrap(pExaScr, pScreen, CreateScreenResources, exaCreateScreenResources); in exaDriverInit()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinscrinit.c402 pScreenPriv->pwinCreateScreenResources = pScreen->CreateScreenResources; in winFinishScreenInitFB()
403 pScreen->CreateScreenResources = winCreateScreenResources; in winFinishScreenInitFB()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddriver.c1465 CreateScreenResources(ScreenPtr pScreen) in CreateScreenResources() function
1474 pScreen->CreateScreenResources = ms->createScreenResources; in CreateScreenResources()
1475 ret = pScreen->CreateScreenResources(pScreen); in CreateScreenResources()
1476 pScreen->CreateScreenResources = CreateScreenResources; in CreateScreenResources()
1776 ms->createScreenResources = pScreen->CreateScreenResources; in ScreenInit()
1777 pScreen->CreateScreenResources = CreateScreenResources; in ScreenInit()
2094 pScreen->CreateScreenResources = ms->createScreenResources; in CloseScreen()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86platformBus.c666 if (xf86GPUScreens[i]->pScreen->CreateScreenResources && in xf86platformAddDevice()
667 !(*xf86GPUScreens[i]->pScreen->CreateScreenResources) (xf86GPUScreens[i]->pScreen)) { in xf86platformAddDevice()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiscrinit.c275 pScreen->CreateScreenResources = miCreateScreenResources; in miScreenInit()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h598 CreateScreenResourcesProcPtr CreateScreenResources; member
/OK3568_Linux_fs/external/xserver/fb/
H A Dfboverlay.c322 pScreen->CreateScreenResources = fbOverlayCreateScreenResources; in fbOverlayFinishScreenInit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c742 screen->CreateScreenResources = config->CreateScreenResources; in xf86CrtcCreateScreenResources()
744 if (!(*screen->CreateScreenResources) (screen)) in xf86CrtcCreateScreenResources()
831 config->CreateScreenResources = screen->CreateScreenResources; in xf86CrtcScreenInit()
832 screen->CreateScreenResources = xf86CrtcCreateScreenResources; in xf86CrtcScreenInit()
H A Dxf86Crtc.h800 CreateScreenResourcesProcPtr CreateScreenResources; member
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_egl.c60 CreateScreenResourcesProcPtr CreateScreenResources; member
/OK3568_Linux_fs/external/xserver/
H A DChangeLog2011 CreateScreenResources if rotation or another transform is configured for
2208 …#7 0x00007ffff7fb8445 in CreateScreenResources (pScreen=0x555555ab1790) at ../hw/xfree86/drivers/…
21078 xfree86/modes: Set RandR primary output from CreateScreenResources
45779 This has to run at initial CreateWindow time, at CreateScreenResources
49209 CreateScreenResources. But it's generally not X Server style to do
62566 gpu: call CreateScreenResources for GPU screens