Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/include/
DGraphicBuffer.h37 uint32_t getUsage() const { return mUsage; } in getUsage() function
/hardware/intel/img/hwcomposer/common/base/
DHwcLayer.h73 uint32_t getUsage() const;
DHwcLayer.cpp196 uint32_t HwcLayer::getUsage() const in getUsage() function in android::intel::HwcLayer
335 mUsage = gBuffer->getUsage(); in setupAttributes()
DHwcLayerList.cpp71 if (!hwcLayer->getUsage() & GRALLOC_USAGE_HW_COMPOSER) { in checkSupported()
138 if (!hwcLayer->getUsage() & GRALLOC_USAGE_HW_COMPOSER) { in checkRgbOverlaySupported()
210 if (!hwcLayer->getUsage() & GRALLOC_USAGE_HW_COMPOSER) { in checkCursorSupported()
/hardware/intel/img/hwcomposer/ips/anniedale/
DAnnRGBPlane.cpp131 usage = tmpBuf.getUsage(); in setDataBuffer()