Searched refs:shadow_allocate (Results 1 – 5 of 5) sorted by relevance
420 shadowData = crtc->funcs->shadow_allocate(crtc, width, height); in xf86CrtcRotate()
168 void *(*shadow_allocate) (xf86CrtcPtr crtc, int width, int height); member
816 if (!crtc->funcs->shadow_allocate || !crtc->funcs->shadow_create) in xf86CrtcScreenInit()
352 crtc->funcs->shadow_allocate (xf86CrtcPtr crtc, int width, int height)365 value returned by shadow_allocate.
2334 .shadow_allocate = drmmode_shadow_allocate,