Searched refs:rotate_pixmap (Results 1 – 1 of 1) sorted by relevance
2248 PixmapPtr rotate_pixmap; in drmmode_shadow_create() local2269 rotate_pixmap = drmmode_create_pixmap_header(scrn->pScreen, in drmmode_shadow_create()2276 if (rotate_pixmap == NULL) { in drmmode_shadow_create()2282 drmmode_set_pixmap_bo(drmmode, rotate_pixmap, &drmmode_crtc->rotate_bo); in drmmode_shadow_create()2284 return rotate_pixmap; in drmmode_shadow_create()2288 drmmode_shadow_destroy(xf86CrtcPtr crtc, PixmapPtr rotate_pixmap, void *data) in drmmode_shadow_destroy() argument2293 if (rotate_pixmap) { in drmmode_shadow_destroy()2294 rotate_pixmap->drawable.pScreen->DestroyPixmap(rotate_pixmap); in drmmode_shadow_destroy()