Home
last modified time | relevance | path

Searched refs:shadow_allocate (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Rotate.c420 shadowData = crtc->funcs->shadow_allocate(crtc, width, height); in xf86CrtcRotate()
H A Dxf86Crtc.h168 void *(*shadow_allocate) (xf86CrtcPtr crtc, int width, int height); member
H A Dxf86Crtc.c816 if (!crtc->funcs->shadow_allocate || !crtc->funcs->shadow_create) in xf86CrtcScreenInit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/doc/
H A DREADME.modes352 crtc->funcs->shadow_allocate (xf86CrtcPtr crtc, int width, int height)
365 value returned by shadow_allocate.
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c2334 .shadow_allocate = drmmode_shadow_allocate,