Searched refs:MT_USERPTR (Results 1 – 3 of 3) sorted by relevance
471 enum memory_type { MT_DMABUF = 1, MT_USERPTR = 2, MT_EMPTY = 3 }; enumerator639 return (mMemoryType == MT_USERPTR) ? m.mBufferAddr[index] : NULL; in getUserptr()
220 mMemoryType = MT_USERPTR; in setImageBuffer()
681 LOGASSERT(layer.getBufferType() == AcrylicCanvas::MT_USERPTR, in prepareImage()