Home
last modified time | relevance | path

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

/third_party/libdrm/tests/exynos/
Dexynos_fimg2d_test.c264 case G2D_IMGBUF_GEM: in g2d_copy_test()
287 type == G2D_IMGBUF_GEM ? "gem" : "userptr"); in g2d_copy_test()
302 dst_img.buf_type = G2D_IMGBUF_GEM; in g2d_copy_test()
367 case G2D_IMGBUF_GEM: in g2d_move_test()
385 img.buf_type = G2D_IMGBUF_GEM; in g2d_move_test()
407 type == G2D_IMGBUF_GEM ? "gem" : "userptr"); in g2d_move_test()
470 case G2D_IMGBUF_GEM: in g2d_copy_with_scale_test()
493 type == G2D_IMGBUF_GEM ? "gem" : "userptr"); in g2d_copy_with_scale_test()
512 dst_img.buf_type = G2D_IMGBUF_GEM; in g2d_copy_with_scale_test()
560 case G2D_IMGBUF_GEM: in g2d_blend_test()
[all …]
Dexynos_fimg2d_perf.c52 img.buf_type = G2D_IMGBUF_GEM; in fimg2d_perf_simple()
137 images[i].buf_type = G2D_IMGBUF_GEM; in fimg2d_perf_multi()
Dexynos_fimg2d_event.c305 img.buf_type = G2D_IMGBUF_GEM; in main()
/third_party/libdrm/exynos/
Dexynos_fimg2d.h111 G2D_IMGBUF_GEM, enumerator