Searched refs:fbCreatePixmap (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-shm.c | 206 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 D | xwayland-glamor.c | 147 fbCreatePixmap(screen, 0, 0, screen->rootDepth, 0); in xwl_glamor_create_screen_resources()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | wfbrename.h | 36 #define fbCreatePixmap wfbCreatePixmap macro
|
| H A D | fbscreen.c | 142 pScreen->CreatePixmap = fbCreatePixmap; in fbSetupScreen()
|
| H A D | fbpixmap.c | 32 fbCreatePixmap(ScreenPtr pScreen, int width, int height, int depth, in fbCreatePixmap() function
|
| H A D | fb.h | 963 fbCreatePixmap(ScreenPtr pScreen, int width, int height, int depth,
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor.c | 218 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 D | glamor_copy.c | 236 PixmapPtr tmp_pix = fbCreatePixmap(screen, dst_pixmap->drawable.width, in glamor_copy_cpu_fbo()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 42635 Meanwhile, fbCreatePixmap() has a more check and it creates with 24bpp 55808 Remove useless code, and after a fbCreatePixmap, we
|