Lines Matching refs:dst_hnd

1178     private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format,  in stretch_copybit_internal()  local
1180 if (dst_hnd == NULL) { in stretch_copybit_internal()
1190 delete_handle(dst_hnd); in stretch_copybit_internal()
1194 dst_hnd->fd = ctx->temp_dst_buffer.fd; in stretch_copybit_internal()
1195 dst_hnd->size = ctx->temp_dst_buffer.size; in stretch_copybit_internal()
1196 dst_hnd->flags = ctx->temp_dst_buffer.allocType; in stretch_copybit_internal()
1197 dst_hnd->base = (uintptr_t)(ctx->temp_dst_buffer.base); in stretch_copybit_internal()
1198 dst_hnd->offset = ctx->temp_dst_buffer.offset; in stretch_copybit_internal()
1199 dst_hnd->gpuaddr = 0; in stretch_copybit_internal()
1200 dst_image.handle = dst_hnd; in stretch_copybit_internal()
1208 delete_handle(dst_hnd); in stretch_copybit_internal()
1237 delete_handle(dst_hnd); in stretch_copybit_internal()
1244 delete_handle(dst_hnd); in stretch_copybit_internal()
1262 delete_handle(dst_hnd); in stretch_copybit_internal()
1273 delete_handle(dst_hnd); in stretch_copybit_internal()
1292 delete_handle(dst_hnd); in stretch_copybit_internal()
1304 delete_handle(dst_hnd); in stretch_copybit_internal()
1317 delete_handle(dst_hnd); in stretch_copybit_internal()
1331 delete_handle(dst_hnd); in stretch_copybit_internal()
1374 status = copy_image(dst_hnd, dst, CONVERT_TO_ANDROID_FORMAT); in stretch_copybit_internal()
1377 delete_handle(dst_hnd); in stretch_copybit_internal()
1384 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); in stretch_copybit_internal()
1385 memalloc->clean_buffer((void *)(dst_hnd->base), dst_hnd->size, in stretch_copybit_internal()
1386 dst_hnd->offset, dst_hnd->fd, in stretch_copybit_internal()
1389 delete_handle(dst_hnd); in stretch_copybit_internal()