Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libacryl/local_include/uapi/
H A Dg2d.h217 #define G2D_BUFTYPE_DMABUF 3 macro
219 #define G2D_BUFTYPE_VALID(type) !(((type) & G2D_BUFTYPE_DMABUF) == 0)
/aosp12/hardware/google/graphics/common/libacryl/
H A Dacrylic_g2d.cpp646 image.buffer_type = G2D_BUFTYPE_DMABUF; in prepareImage()