Searched defs:dst_img (Results 1 - 1 of 1) sorted by relevance

/external/libdrm/tests/exynos/
H A Dexynos_fimg2d_test.c269 struct g2d_image src_img, dst_img; local
280 memset(&dst_img, 0, sizeof(struct g2d_image));
281 dst_img.bo[0] = dst->handle;
324 dst_img.width = img_w;
325 dst_img.height = img_h;
326 dst_img.stride = dst_img.width * 4;
327 dst_img.buf_type = G2D_IMGBUF_GEM;
328 dst_img.color_mode = G2D_COLOR_FMT_ARGB8888 | G2D_ORDER_AXRGB;
330 ret = g2d_copy(ctx, &src_img, &dst_img, src_
353 struct g2d_image src_img, dst_img; local
442 struct g2d_image src_img, dst_img; local
[all...]

Completed in 91 milliseconds