Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DComposerResources.cpp103 size_t* outCacheSize) { in getDisplayClientTargetCacheSize() argument
105 return toHwc3Error(mImpl->getDisplayClientTargetCacheSize(display, outCacheSize)); in getDisplayClientTargetCacheSize()
109 size_t* outCacheSize) { in getDisplayOutputBufferCacheSize() argument
111 return toHwc3Error(mImpl->getDisplayOutputBufferCacheSize(display, outCacheSize)); in getDisplayOutputBufferCacheSize()
DComposerResources.h70 HWC3::Error getDisplayClientTargetCacheSize(int64_t displayId, size_t* outCacheSize);
72 HWC3::Error getDisplayOutputBufferCacheSize(int64_t displayId, size_t* outCacheSize);