Searched refs:CreatePixmap2 (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_driver.c | 80 if (pExaScr->info->CreatePixmap2) { in exaCreatePixmap_driver() 84 pExaScr->info->CreatePixmap2(pScreen, w, h, depth, usage_hint, bpp, in exaCreatePixmap_driver()
|
| H A D | exa_migration_mixed.c | 57 if (pExaScr->info->CreatePixmap2) { in exaCreateDriverPixmap_mixed() 61 pExaScr->info->CreatePixmap2(pScreen, w, h, depth, usage_hint, bpp, in exaCreateDriverPixmap_mixed()
|
| H A D | exa.h | 693 void *(*CreatePixmap2) (ScreenPtr pScreen, int width, int height, member
|
| H A D | exa.c | 825 if (!pScreenInfo->CreatePixmap && !pScreenInfo->CreatePixmap2) { in exaDriverInit()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | exa.c | 1127 exa->CreatePixmap2 = ms_exa_create_pixmap2; in ms_setup_exa()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 123873 exa: fix CreatePixmap2 to be useful for tiling. 127612 exa: driver pixmaps enabled if either CreatePixmap or CreatePixmap2 present 130223 exa: add CreatePixmap2 hook for driver pixmaps.
|