| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-glamor.c | 137 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 D | xwayland-shm.c | 286 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 D | xwayland.c | 1266 xwl_screen->CreateScreenResources = pScreen->CreateScreenResources; in xwl_screen_init() 1267 pScreen->CreateScreenResources = xwl_shm_create_screen_resources; in xwl_screen_init()
|
| H A D | xwayland.h | 130 CreateScreenResourcesProcPtr CreateScreenResources; member
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | main.c | 203 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 D | dispatch.c | 3846 pScreen->CreateScreenResources = 0; in init_screen()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kdrive.c | 547 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 D | kdrive.h | 145 CreateScreenResourcesProcPtr CreateScreenResources; member
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessScreen.c | 123 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 D | rootlessCommon.h | 83 CreateScreenResourcesProcPtr CreateScreenResources; member
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa.c | 666 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 D | winscrinit.c | 402 pScreenPriv->pwinCreateScreenResources = pScreen->CreateScreenResources; in winFinishScreenInitFB() 403 pScreen->CreateScreenResources = winCreateScreenResources; in winFinishScreenInitFB()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | driver.c | 1465 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 D | xf86platformBus.c | 666 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 D | miscrinit.c | 275 pScreen->CreateScreenResources = miCreateScreenResources; in miScreenInit()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | scrnintstr.h | 598 CreateScreenResourcesProcPtr CreateScreenResources; member
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fboverlay.c | 322 pScreen->CreateScreenResources = fbOverlayCreateScreenResources; in fbOverlayFinishScreenInit()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86Crtc.c | 742 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 D | xf86Crtc.h | 800 CreateScreenResourcesProcPtr CreateScreenResources; member
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_egl.c | 60 CreateScreenResourcesProcPtr CreateScreenResources; member
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 2011 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
|