Home | History | Annotate | Download | only in libagl

Lines Matching full:simg

487         copybit_image_t simg;
488 simg.w = src->width;
489 simg.h = src->height;
490 simg.format = src->format;
491 simg.handle = const_cast<native_handle_t*>(src->handle);
503 err = copybit->blit(copybit, &dimg, &simg, &it);