Lines Matching refs:dst_hnd
1174 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, in stretch_copybit_internal() local
1176 if (dst_hnd == NULL) { in stretch_copybit_internal()
1186 delete_handle(dst_hnd); in stretch_copybit_internal()
1190 dst_hnd->fd = ctx->temp_dst_buffer.fd; in stretch_copybit_internal()
1191 dst_hnd->size = ctx->temp_dst_buffer.size; in stretch_copybit_internal()
1192 dst_hnd->flags = ctx->temp_dst_buffer.allocType; in stretch_copybit_internal()
1193 dst_hnd->base = (uintptr_t)(ctx->temp_dst_buffer.base); in stretch_copybit_internal()
1194 dst_hnd->offset = ctx->temp_dst_buffer.offset; in stretch_copybit_internal()
1195 dst_hnd->gpuaddr = 0; in stretch_copybit_internal()
1196 dst_image.handle = dst_hnd; in stretch_copybit_internal()
1204 delete_handle(dst_hnd); in stretch_copybit_internal()
1233 delete_handle(dst_hnd); in stretch_copybit_internal()
1240 delete_handle(dst_hnd); in stretch_copybit_internal()
1258 delete_handle(dst_hnd); in stretch_copybit_internal()
1269 delete_handle(dst_hnd); in stretch_copybit_internal()
1288 delete_handle(dst_hnd); in stretch_copybit_internal()
1300 delete_handle(dst_hnd); in stretch_copybit_internal()
1314 delete_handle(dst_hnd); in stretch_copybit_internal()
1328 delete_handle(dst_hnd); in stretch_copybit_internal()
1371 status = copy_image(dst_hnd, dst, CONVERT_TO_ANDROID_FORMAT); in stretch_copybit_internal()
1374 delete_handle(dst_hnd); in stretch_copybit_internal()
1381 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); in stretch_copybit_internal()
1382 memalloc->clean_buffer((void *)(dst_hnd->base), dst_hnd->size, in stretch_copybit_internal()
1383 dst_hnd->offset, dst_hnd->fd, in stretch_copybit_internal()
1386 delete_handle(dst_hnd); in stretch_copybit_internal()