Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.h669 uint32_t getBufferType(uint64_t usage);
670 uint32_t getBufferType(const buffer_handle_t handle);
DExynosMPP.cpp963 mDstImgs[index].bufferType = getBufferType(usage); in allocOutBuf()
1008 uint32_t ExynosMPP::getBufferType(uint64_t usage) in getBufferType() function in ExynosMPP
1022 uint32_t ExynosMPP::getBufferType(const buffer_handle_t handle) in getBufferType() function in ExynosMPP
1026 return getBufferType(usage); in getBufferType()
1032 if (getBufferType(usage) == MPP_BUFFER_DUMP) { in getBufferUsage()
1090 mDstImgs[index].bufferType, getBufferType(dst.usageFlags), dst.usageFlags, in needDstBufRealloc()
1096 (mDstImgs[index].bufferType != getBufferType(dst.usageFlags)) || in needDstBufRealloc()
1211 srcImgInfo->bufferType = getBufferType(srcHandle); in setupLayer()
1354 dstImgInfo->bufferType = getBufferType(dstHandle); in setupDst()
/hardware/google/graphics/common/libacryl/
Dacrylic_layer.cpp524 if (other.getBufferType() == MT_DMABUF) { in importLayer()
/hardware/google/graphics/common/libacryl/include/hardware/exynos/
Dacryl.h604 memory_type getBufferType() { return mMemoryType; } in getBufferType() function