Searched refs:copy_area (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dr600_exa.c653 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) {
[all...]
H A Devergreen_exa.c524 accel_state->copy_area = (void*)accel_state->copy_area_bo;
549 if (accel_state->copy_area)
550 accel_state->copy_area = NULL;
581 if (accel_state->same_surface && accel_state->copy_area) {
1971 info->accel_state->copy_area = NULL;
H A Dradeon.h751 ExaOffscreenArea *copy_area; member in struct:radeon_accel_state
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Devergreen_exa.c524 accel_state->copy_area = (void*)accel_state->copy_area_bo;
549 if (accel_state->copy_area)
550 accel_state->copy_area = NULL;
586 } else if (accel_state->same_surface && accel_state->copy_area) {
2104 info->accel_state->copy_area = NULL;
H A Dr600_exa.c588 accel_state->copy_area = (void*)accel_state->copy_area_bo;
613 if (accel_state->copy_area) {
614 accel_state->copy_area = NULL;
651 } else if (accel_state->same_surface && accel_state->copy_area) {
H A Dradeon.h484 void *copy_area; member in struct:radeon_accel_state
/xsrc/external/mit/xterm/dist/
H A Dutil.c2190 copy_area(XtermWidget xw, function in typeref:typename:void
2238 copy_area(xw, src_x, src_y,
2269 copy_area(xw, src_x, src_y, w, h, dst_x, dst_y);

Completed in 21 milliseconds