Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libacryl/include/hardware/exynos/
Dacryl.h471 enum memory_type { MT_DMABUF = 1, MT_USERPTR = 2, MT_EMPTY = 3 }; enumerator
639 return (mMemoryType == MT_USERPTR) ? m.mBufferAddr[index] : NULL; in getUserptr()
/hardware/google/graphics/common/libacryl/
Dacrylic_layer.cpp220 mMemoryType = MT_USERPTR; in setImageBuffer()
Dacrylic_g2d.cpp681 LOGASSERT(layer.getBufferType() == AcrylicCanvas::MT_USERPTR, in prepareImage()