Home
last modified time | relevance | path

Searched refs:tmp_img (Results 1 – 1 of 1) sorted by relevance

/external/libdrm/tests/exynos/
Dexynos_fimg2d_test.c322 struct g2d_image img = {0}, tmp_img = {0}; in g2d_move_test() local
362 tmp_img.bo[0] = tmp->handle; in g2d_move_test()
365 tmp_img.user_ptr[0].userptr = (unsigned long)checkerboard; in g2d_move_test()
366 tmp_img.user_ptr[0].size = img_w * img_h * 4; in g2d_move_test()
385 tmp_img.width = img_w; in g2d_move_test()
386 tmp_img.height = img_h; in g2d_move_test()
387 tmp_img.stride = img_w * 4; in g2d_move_test()
388 tmp_img.buf_type = type; in g2d_move_test()
389 tmp_img.color_mode = G2D_COLOR_FMT_ARGB8888 | G2D_ORDER_AXRGB; in g2d_move_test()
392 g2d_copy(ctx, &tmp_img, &img, 0, 0, cur_x, cur_y, img_w, img_h); in g2d_move_test()