Home
last modified time | relevance | path

Searched refs:batchingSupported (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/hwc3/impl/
DHalImpl.h39 HalImpl(std::unique_ptr<ExynosDevice> device, bool batchingSupported);
191 void initCaps(bool batchingSupported);
DHalImpl.cpp43 bool batchingSupported = composerInterfaceVersion >= kMinComposerInterfaceVersionForHwcBatching; in create() local
48 auto halImp = std::make_unique<HalImpl>(std::move(device), batchingSupported); in create()
138 HalImpl::HalImpl(std::unique_ptr<ExynosDevice> device, bool batchingSupported) in HalImpl() argument
140 initCaps(batchingSupported); in HalImpl()
154 void HalImpl::initCaps(bool batchingSupported) { in initCaps() argument
169 if (batchingSupported) { in initCaps()