Lines Matching refs:dst_hnd
1153 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, in stretch_copybit_internal() local
1155 if (dst_hnd == NULL) { in stretch_copybit_internal()
1165 delete_handle(dst_hnd); in stretch_copybit_internal()
1169 dst_hnd->fd = ctx->temp_dst_buffer.fd; in stretch_copybit_internal()
1170 dst_hnd->size = ctx->temp_dst_buffer.size; in stretch_copybit_internal()
1171 dst_hnd->flags = ctx->temp_dst_buffer.allocType; in stretch_copybit_internal()
1172 dst_hnd->base = (uintptr_t)(ctx->temp_dst_buffer.base); in stretch_copybit_internal()
1173 dst_hnd->offset = ctx->temp_dst_buffer.offset; in stretch_copybit_internal()
1174 dst_hnd->gpuaddr = 0; in stretch_copybit_internal()
1175 dst_image.handle = dst_hnd; in stretch_copybit_internal()
1183 delete_handle(dst_hnd); in stretch_copybit_internal()
1212 delete_handle(dst_hnd); in stretch_copybit_internal()
1219 delete_handle(dst_hnd); in stretch_copybit_internal()
1237 delete_handle(dst_hnd); in stretch_copybit_internal()
1248 delete_handle(dst_hnd); in stretch_copybit_internal()
1267 delete_handle(dst_hnd); in stretch_copybit_internal()
1279 delete_handle(dst_hnd); in stretch_copybit_internal()
1292 delete_handle(dst_hnd); in stretch_copybit_internal()
1306 delete_handle(dst_hnd); in stretch_copybit_internal()
1349 status = copy_image(dst_hnd, dst, CONVERT_TO_ANDROID_FORMAT); in stretch_copybit_internal()
1352 delete_handle(dst_hnd); in stretch_copybit_internal()
1359 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); in stretch_copybit_internal()
1360 memalloc->clean_buffer((void *)(dst_hnd->base), dst_hnd->size, in stretch_copybit_internal()
1361 dst_hnd->offset, dst_hnd->fd, in stretch_copybit_internal()
1364 delete_handle(dst_hnd); in stretch_copybit_internal()