Home
last modified time | relevance | path

Searched refs:ModifyPixmapHeader (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_driver.c115 (*pScreen->ModifyPixmapHeader) (pPixmap, w, h, 0, 0, paddedWidth, NULL); in exaCreatePixmap_driver()
161 if (pExaScr->info->ModifyPixmapHeader) { in exaModifyPixmapHeader_driver()
162 ret = pExaScr->info->ModifyPixmapHeader(pPixmap, width, height, depth, in exaModifyPixmapHeader_driver()
178 swap(pExaScr, pScreen, ModifyPixmapHeader); in exaModifyPixmapHeader_driver()
179 ret = pScreen->ModifyPixmapHeader(pPixmap, width, height, depth, in exaModifyPixmapHeader_driver()
181 swap(pExaScr, pScreen, ModifyPixmapHeader); in exaModifyPixmapHeader_driver()
H A Dexa_mixed.c90 (*pScreen->ModifyPixmapHeader) (pPixmap, w, h, 0, 0, paddedWidth, NULL); in exaCreatePixmap_mixed()
216 if (pExaScr->info->ModifyPixmapHeader && pExaPixmap->driverPriv) { in exaModifyPixmapHeader_mixed()
217 ret = pExaScr->info->ModifyPixmapHeader(pPixmap, width, height, depth, in exaModifyPixmapHeader_mixed()
224 swap(pExaScr, pScreen, ModifyPixmapHeader); in exaModifyPixmapHeader_mixed()
225 ret = pScreen->ModifyPixmapHeader(pPixmap, width, height, depth, in exaModifyPixmapHeader_mixed()
227 swap(pExaScr, pScreen, ModifyPixmapHeader); in exaModifyPixmapHeader_mixed()
H A Dexa_classic.c200 swap(pExaScr, pScreen, ModifyPixmapHeader); in exaModifyPixmapHeader_classic()
201 ret = pScreen->ModifyPixmapHeader(pPixmap, width, height, depth, in exaModifyPixmapHeader_classic()
203 swap(pExaScr, pScreen, ModifyPixmapHeader); in exaModifyPixmapHeader_classic()
H A Dexa.c761 unwrap(pExaScr, pScreen, ModifyPixmapHeader); in exaCloseScreen()
958 wrap(pExaScr, pScreen, ModifyPixmapHeader, in exaDriverInit()
972 wrap(pExaScr, pScreen, ModifyPixmapHeader, in exaDriverInit()
984 wrap(pExaScr, pScreen, ModifyPixmapHeader, in exaDriverInit()
H A Dexa.h686 Bool (*ModifyPixmapHeader) (PixmapPtr pPixmap, int width, int height, member
H A Dexa_migration_mixed.c75 (*pScreen->ModifyPixmapHeader) (pPixmap, w, h, 0, 0, paddedWidth, NULL); in exaCreateDriverPixmap_mixed()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmisc.c67 if (!(*pScreen->ModifyPixmapHeader) (pScreen->devPrivate, in winUpdateFBPointer()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiscrinit.c187 if (!(*pScreen->ModifyPixmapHeader) (pPixmap, pScreen->width, in miCreateScreenResources()
274 pScreen->ModifyPixmapHeader = miModifyPixmapHeader; in miScreenInit()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_egl.c351 screen->ModifyPixmapHeader(exported, width, height, 0, 0, in glamor_make_pixmap_exportable()
378 screen->ModifyPixmapHeader(pixmap, 0, 0, 0, 0, exported->devKind, NULL); in glamor_make_pixmap_exportable()
530 screen->ModifyPixmapHeader(pixmap, width, height, 0, 0, stride, NULL); in glamor_back_pixmap_from_fd()
590 screen->ModifyPixmapHeader(pixmap, width, height, 0, 0, strides[0], NULL); in glamor_pixmap_from_fds()
H A Dglamor_trapezoid.c136 screen->ModifyPixmapHeader(pixmap, width, height, in glamor_trapezoids()
H A Dglamor.c227 screen->ModifyPixmapHeader(pixmap, w, h, 0, 0, pitch, NULL); in glamor_create_pixmap()
/OK3568_Linux_fs/external/xserver/dix/
H A Dpixmap.c66 if ((*pScreen->ModifyPixmapHeader) (pPixmap, width, height, depth, in GetScratchPixmapHeader()
157 slave->ModifyPixmapHeader(spix, pixmap->drawable.width, in PixmapShareToSlave()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-shm.c229 if (!(*screen->ModifyPixmapHeader) (pixmap, width, height, depth, in xwl_shm_create_pixmap()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h599 ModifyPixmapHeaderProcPtr ModifyPixmapHeader; member
/OK3568_Linux_fs/external/xserver/fb/
H A Dfboverlay.c133 if (!(*pScreen->ModifyPixmapHeader) (pPixmap, pScreen->width, in fbOverlayCreateScreenResources()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DScreen.c284 pScreen->ModifyPixmapHeader = xnestModifyPixmapHeader; in xnestOpenScreen()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessScreen.c103 pScreen->ModifyPixmapHeader(pPix, pScreen->width, pScreen->height, in RootlessUpdateScreenPixmap()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr.c554 (*pScreen->ModifyPixmapHeader) (fbGetScreenPixmap(pScreen), in ephyrRandRSetConfig()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dexa.c974 screen->ModifyPixmapHeader(pixmap, width, height, in ms_exa_back_pixmap_from_fd()
H A Ddriver.c1508 if (!pScreen->ModifyPixmapHeader(rootPixmap, -1, -1, -1, -1, -1, pixels)) in CreateScreenResources()
H A Ddrmmode_display.c2230 if ((*pScreen->ModifyPixmapHeader)(pixmap, width, height, depth, in drmmode_create_pixmap_header()
3713 screen->ModifyPixmapHeader(ppix, width, height, -1, -1, in drmmode_xf86crtc_resize()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshm.c1046 if (!(*pScreen->ModifyPixmapHeader) (pPixmap, width, height, depth, in fbShmCreatePixmap()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86DGA.c448 (*pScreen->ModifyPixmapHeader) (pPix, in xf86SetDGAMode()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog38292 modesetting: Move ModifyPixmapHeader calls out of if/else branches.
38294 Both branches called ModifyPixmapHeader with essentially the same
59643 Xnest variant of ModifyPixmapHeader that creates new Pixmap in parent X
96853 EXA/mixed: ModifyPixmapHeader pitch fixes. (bug #33929)
132337 exa: fix unwrapping of ModifyPixmapHeader upon CloseScreen.
132615 EXA: Stop tracking damage for pixmaps subject to ModifyPixmapHeader.
146125 ModifyPixmapHeader know about the private.
150034 EXA: Update pixmaps' accel_blocked field in ModifyPixmapHeader.
159711 ModifyPixmapHeader is mainly required for hooking the screen pixmap which