Home
last modified time | relevance | path

Searched refs:fbCreatePixmap (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-shm.c206 return fbCreatePixmap(screen, width, height, depth, hint); in xwl_shm_create_pixmap()
208 pixmap = fbCreatePixmap(screen, 0, 0, depth, hint); in xwl_shm_create_pixmap()
296 fbCreatePixmap(screen, 0, 0, screen->rootDepth, 0); in xwl_shm_create_screen_resources()
H A Dxwayland-glamor.c147 fbCreatePixmap(screen, 0, 0, screen->rootDepth, 0); in xwl_glamor_create_screen_resources()
/OK3568_Linux_fs/external/xserver/fb/
H A Dwfbrename.h36 #define fbCreatePixmap wfbCreatePixmap macro
H A Dfbscreen.c142 pScreen->CreatePixmap = fbCreatePixmap; in fbSetupScreen()
H A Dfbpixmap.c32 fbCreatePixmap(ScreenPtr pScreen, int width, int height, int depth, in fbCreatePixmap() function
H A Dfb.h963 fbCreatePixmap(ScreenPtr pScreen, int width, int height, int depth,
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor.c218 return fbCreatePixmap(screen, w, h, depth, usage); in glamor_create_pixmap()
220 pixmap = fbCreatePixmap(screen, 0, 0, depth, usage); in glamor_create_pixmap()
250 return fbCreatePixmap(screen, w, h, depth, usage); in glamor_create_pixmap()
H A Dglamor_copy.c236 PixmapPtr tmp_pix = fbCreatePixmap(screen, dst_pixmap->drawable.width, in glamor_copy_cpu_fbo()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog42635 Meanwhile, fbCreatePixmap() has a more check and it creates with 24bpp
55808 Remove useless code, and after a fbCreatePixmap, we