Home
last modified time | relevance | path

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

/external/libdrm/exynos/
Dexynos_fimg2d.c270 if (img->buf_type == G2D_IMGBUF_USERPTR) in g2d_solid_fill()
332 if (dst->buf_type == G2D_IMGBUF_USERPTR) in g2d_copy()
342 if (src->buf_type == G2D_IMGBUF_USERPTR) in g2d_copy()
435 if (dst->buf_type == G2D_IMGBUF_USERPTR) in g2d_copy_with_scale()
445 if (src->buf_type == G2D_IMGBUF_USERPTR) in g2d_copy_with_scale()
553 if (dst->buf_type == G2D_IMGBUF_USERPTR) in g2d_blend()
566 if (src->buf_type == G2D_IMGBUF_USERPTR) in g2d_blend()
Dfimg2d.h111 G2D_IMGBUF_USERPTR, enumerator
/external/libdrm/tests/exynos/
Dexynos_fimg2d_test.c294 case G2D_IMGBUF_USERPTR: in g2d_copy_test()
338 if (type == G2D_IMGBUF_USERPTR) in g2d_copy_test()
378 case G2D_IMGBUF_USERPTR: in g2d_copy_with_scale_test()
427 if (type == G2D_IMGBUF_USERPTR) in g2d_copy_with_scale_test()
467 case G2D_IMGBUF_USERPTR: in g2d_blend_test()
527 if (type == G2D_IMGBUF_USERPTR) in g2d_blend_test()
674 ret = test_case.blend(dev, src, bo, G2D_IMGBUF_USERPTR); in main()