Searched refs:dst_image (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/display/libcopybit/
H A Dcopybit_c2d.cpp1069 copybit_image_t dst_image; local
1070 dst_image.w = dst->w;
1071 dst_image.h = dst->h;
1072 dst_image.format = dst->format;
1073 dst_image.handle = dst->handle;
1102 dst_image.handle = dst_hnd;
1109 status = set_image( ctx->dst[dst_surface_index], &dst_image,
1203 &dst_image, trg_mapped);
1241 unset_image( ctx->dst[dst_surface_index], &dst_image,

Completed in 23 milliseconds