Lines Matching refs:copy_area
653 accel_state->copy_area = (void*)accel_state->copy_area_bo;
660 if (accel_state->copy_area) {
661 exaOffscreenFree(pDst->drawable.pScreen, accel_state->copy_area);
662 accel_state->copy_area = NULL;
664 accel_state->copy_area = exaOffscreenAlloc(pDst->drawable.pScreen, size, 256, TRUE, NULL, NULL);
665 if (!accel_state->copy_area)
692 if (accel_state->copy_area) {
694 exaOffscreenFree(pDst->drawable.pScreen, accel_state->copy_area);
695 accel_state->copy_area = NULL;
729 if (accel_state->same_surface && accel_state->copy_area) {
745 tmp_offset = accel_state->copy_area->offset + info->fbLocation + pScrn->fbOffset;
2362 info->accel_state->copy_area = NULL;