• Home
  • Raw
  • Download

Lines Matching refs:dst_hnd

1150     private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format,  in stretch_copybit_internal()  local
1152 if (dst_hnd == NULL) { in stretch_copybit_internal()
1162 delete_handle(dst_hnd); in stretch_copybit_internal()
1166 dst_hnd->fd = ctx->temp_dst_buffer.fd; in stretch_copybit_internal()
1167 dst_hnd->size = ctx->temp_dst_buffer.size; in stretch_copybit_internal()
1168 dst_hnd->flags = ctx->temp_dst_buffer.allocType; in stretch_copybit_internal()
1169 dst_hnd->base = (int)(ctx->temp_dst_buffer.base); in stretch_copybit_internal()
1170 dst_hnd->offset = ctx->temp_dst_buffer.offset; in stretch_copybit_internal()
1171 dst_hnd->gpuaddr = 0; in stretch_copybit_internal()
1172 dst_image.handle = dst_hnd; in stretch_copybit_internal()
1179 delete_handle(dst_hnd); in stretch_copybit_internal()
1200 delete_handle(dst_hnd); in stretch_copybit_internal()
1207 delete_handle(dst_hnd); in stretch_copybit_internal()
1225 delete_handle(dst_hnd); in stretch_copybit_internal()
1236 delete_handle(dst_hnd); in stretch_copybit_internal()
1255 delete_handle(dst_hnd); in stretch_copybit_internal()
1267 delete_handle(dst_hnd); in stretch_copybit_internal()
1280 delete_handle(dst_hnd); in stretch_copybit_internal()
1294 delete_handle(dst_hnd); in stretch_copybit_internal()
1337 status = copy_image(dst_hnd, dst, CONVERT_TO_ANDROID_FORMAT); in stretch_copybit_internal()
1340 delete_handle(dst_hnd); in stretch_copybit_internal()
1347 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); in stretch_copybit_internal()
1348 memalloc->clean_buffer((void *)(dst_hnd->base), dst_hnd->size, in stretch_copybit_internal()
1349 dst_hnd->offset, dst_hnd->fd, in stretch_copybit_internal()
1352 delete_handle(dst_hnd); in stretch_copybit_internal()