Home
last modified time | relevance | path

Searched refs:setDisplayClientTargetCacheSize (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DComposerResources.cpp96 HWC3::Error ComposerResources::setDisplayClientTargetCacheSize(int64_t displayId, in setDisplayClientTargetCacheSize() function in aidl::android::hardware::graphics::composer3::impl::ComposerResources
99 return toHwc3Error(mImpl->setDisplayClientTargetCacheSize(display, clientTargetCacheSize)); in setDisplayClientTargetCacheSize()
DComposerResources.h68 HWC3::Error setDisplayClientTargetCacheSize(int64_t displayId, uint32_t clientTargetCacheSize);
DComposerClient.cpp566 mResources->setDisplayClientTargetCacheSize(displayId, static_cast<uint32_t>(count))); in setClientTargetSlotCount()