Lines Matching refs:dst_hnd

1169     private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format,  in stretch_copybit_internal()  local
1171 if (dst_hnd == NULL) { in stretch_copybit_internal()
1181 delete_handle(dst_hnd); in stretch_copybit_internal()
1185 dst_hnd->fd = ctx->temp_dst_buffer.fd; in stretch_copybit_internal()
1186 dst_hnd->size = ctx->temp_dst_buffer.size; in stretch_copybit_internal()
1187 dst_hnd->flags = ctx->temp_dst_buffer.allocType; in stretch_copybit_internal()
1188 dst_hnd->base = (uintptr_t)(ctx->temp_dst_buffer.base); in stretch_copybit_internal()
1189 dst_hnd->offset = ctx->temp_dst_buffer.offset; in stretch_copybit_internal()
1190 dst_hnd->gpuaddr = 0; in stretch_copybit_internal()
1191 dst_image.handle = dst_hnd; in stretch_copybit_internal()
1199 delete_handle(dst_hnd); in stretch_copybit_internal()
1228 delete_handle(dst_hnd); in stretch_copybit_internal()
1235 delete_handle(dst_hnd); in stretch_copybit_internal()
1253 delete_handle(dst_hnd); in stretch_copybit_internal()
1264 delete_handle(dst_hnd); in stretch_copybit_internal()
1283 delete_handle(dst_hnd); in stretch_copybit_internal()
1295 delete_handle(dst_hnd); in stretch_copybit_internal()
1308 delete_handle(dst_hnd); in stretch_copybit_internal()
1322 delete_handle(dst_hnd); in stretch_copybit_internal()
1365 status = copy_image(dst_hnd, dst, CONVERT_TO_ANDROID_FORMAT); in stretch_copybit_internal()
1368 delete_handle(dst_hnd); in stretch_copybit_internal()
1375 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); in stretch_copybit_internal()
1376 memalloc->clean_buffer((void *)(dst_hnd->base), dst_hnd->size, in stretch_copybit_internal()
1377 dst_hnd->offset, dst_hnd->fd, in stretch_copybit_internal()
1380 delete_handle(dst_hnd); in stretch_copybit_internal()