Searched refs:shadowData (Results 1 – 1 of 1) sorted by relevance
408 void *shadowData = crtc->rotatedData; in xf86CrtcRotate() local415 if (shadow || shadowData) { in xf86CrtcRotate()416 crtc->funcs->shadow_destroy(crtc, shadow, shadowData); in xf86CrtcRotate()420 shadowData = crtc->funcs->shadow_allocate(crtc, width, height); in xf86CrtcRotate()421 if (!shadowData) in xf86CrtcRotate()423 crtc->rotatedData = shadowData; in xf86CrtcRotate()449 if (shadow || shadowData) { in xf86CrtcRotate()450 crtc->funcs->shadow_destroy(crtc, shadow, shadowData); in xf86CrtcRotate()