Home
last modified time | relevance | path

Searched refs:getBufferType (Results 1 – 5 of 5) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.h708 uint32_t getBufferType(uint64_t usage);
709 uint32_t getBufferType(const buffer_handle_t handle);
DExynosMPP.cpp969 mDstImgs[index].bufferType = getBufferType(usage); in allocOutBuf()
1015 uint32_t ExynosMPP::getBufferType(uint64_t usage) in getBufferType() function in ExynosMPP
1029 uint32_t ExynosMPP::getBufferType(const buffer_handle_t handle) in getBufferType() function in ExynosMPP
1033 return getBufferType(usage); in getBufferType()
1039 if (getBufferType(usage) == MPP_BUFFER_DUMP) { in getBufferUsage()
1107 mDstImgs[index].bufferType, getBufferType(dst.usageFlags), dst.usageFlags, in needDstBufRealloc()
1115 (mDstImgs[index].bufferType != getBufferType(dst.usageFlags)) || in needDstBufRealloc()
1234 srcImgInfo->bufferType = getBufferType(srcHandle); in setupLayer()
1394 dstImgInfo->bufferType = getBufferType(dstHandle); in setupDst()
/hardware/google/graphics/common/libacryl/
Dacrylic_g2d.cpp664 if (layer.getBufferType() == AcrylicCanvas::MT_EMPTY) { in prepareImage()
673 if (layer.getBufferType() == AcrylicCanvas::MT_DMABUF) { in prepareImage()
681 LOGASSERT(layer.getBufferType() == AcrylicCanvas::MT_USERPTR, in prepareImage()
682 "Unknown buffer type %d", layer.getBufferType()); in prepareImage()
Dacrylic_layer.cpp526 if (other.getBufferType() == MT_DMABUF) { in importLayer()
/hardware/google/graphics/common/libacryl/include/hardware/exynos/
Dacryl.h617 memory_type getBufferType() { return mMemoryType; } in getBufferType() function