Lines Matching refs:dst_hnd
1176 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, in stretch_copybit_internal() local
1178 if (dst_hnd == NULL) { in stretch_copybit_internal()
1188 delete_handle(dst_hnd); in stretch_copybit_internal()
1192 dst_hnd->fd = ctx->temp_dst_buffer.fd; in stretch_copybit_internal()
1193 dst_hnd->size = ctx->temp_dst_buffer.size; in stretch_copybit_internal()
1194 dst_hnd->flags = ctx->temp_dst_buffer.allocType; in stretch_copybit_internal()
1195 dst_hnd->base = (uintptr_t)(ctx->temp_dst_buffer.base); in stretch_copybit_internal()
1196 dst_hnd->offset = ctx->temp_dst_buffer.offset; in stretch_copybit_internal()
1197 dst_hnd->gpuaddr = 0; in stretch_copybit_internal()
1198 dst_image.handle = dst_hnd; in stretch_copybit_internal()
1206 delete_handle(dst_hnd); in stretch_copybit_internal()
1235 delete_handle(dst_hnd); in stretch_copybit_internal()
1242 delete_handle(dst_hnd); in stretch_copybit_internal()
1260 delete_handle(dst_hnd); in stretch_copybit_internal()
1271 delete_handle(dst_hnd); in stretch_copybit_internal()
1290 delete_handle(dst_hnd); in stretch_copybit_internal()
1302 delete_handle(dst_hnd); in stretch_copybit_internal()
1316 delete_handle(dst_hnd); in stretch_copybit_internal()
1330 delete_handle(dst_hnd); in stretch_copybit_internal()
1373 status = copy_image(dst_hnd, dst, CONVERT_TO_ANDROID_FORMAT); in stretch_copybit_internal()
1376 delete_handle(dst_hnd); in stretch_copybit_internal()
1383 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); in stretch_copybit_internal()
1384 memalloc->clean_buffer((void *)(dst_hnd->base), dst_hnd->size, in stretch_copybit_internal()
1385 dst_hnd->offset, dst_hnd->fd, in stretch_copybit_internal()
1388 delete_handle(dst_hnd); in stretch_copybit_internal()