Home
last modified time | relevance | path

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

/external/libdrm/tests/exynos/
Dexynos_fimg2d_test.c291 case G2D_IMGBUF_GEM: in g2d_copy_test()
307 type = G2D_IMGBUF_GEM; in g2d_copy_test()
312 type == G2D_IMGBUF_GEM ? "gem" : "userptr"); in g2d_copy_test()
327 dst_img.buf_type = G2D_IMGBUF_GEM; in g2d_copy_test()
375 case G2D_IMGBUF_GEM: in g2d_copy_with_scale_test()
391 type = G2D_IMGBUF_GEM; in g2d_copy_with_scale_test()
396 type == G2D_IMGBUF_GEM ? "gem" : "userptr"); in g2d_copy_with_scale_test()
415 dst_img.buf_type = G2D_IMGBUF_GEM; in g2d_copy_with_scale_test()
464 case G2D_IMGBUF_GEM: in g2d_blend_test()
480 type = G2D_IMGBUF_GEM; in g2d_blend_test()
[all …]
/external/libdrm/exynos/
Dfimg2d.h110 G2D_IMGBUF_GEM, enumerator