Home
last modified time | relevance | path

Searched refs:getAllocatedSize (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/guest/android/
DGrallocGoldfish.cpp103 size_t GoldfishGralloc::getAllocatedSize(const native_handle_t* handle) { in getAllocatedSize() function in gfxstream::GoldfishGralloc
107 size_t GoldfishGralloc::getAllocatedSize(const AHardwareBuffer* ahb) { in getAllocatedSize() function in gfxstream::GoldfishGralloc
109 return getAllocatedSize(handle); in getAllocatedSize()
DGrallocMinigbm.h48 size_t getAllocatedSize(const native_handle_t* handle) override;
49 size_t getAllocatedSize(const AHardwareBuffer* handle) override;
DGrallocGoldfish.h48 size_t getAllocatedSize(const native_handle_t* handle) override;
49 size_t getAllocatedSize(const AHardwareBuffer* handle) override;
DGrallocEmulated.h95 size_t getAllocatedSize(const native_handle_t*) override;
96 size_t getAllocatedSize(const AHardwareBuffer*) override;
DGrallocMinigbm.cpp236 size_t MinigbmGralloc::getAllocatedSize(const native_handle_t* handle) { in getAllocatedSize() function in gfxstream::MinigbmGralloc
245 size_t MinigbmGralloc::getAllocatedSize(const AHardwareBuffer* ahb) { in getAllocatedSize() function in gfxstream::MinigbmGralloc
247 return getAllocatedSize(handle); in getAllocatedSize()
DGrallocEmulated.cpp343 size_t EmulatedGralloc::getAllocatedSize(const native_handle_t*) { in getAllocatedSize() function in gfxstream::EmulatedGralloc
348 size_t EmulatedGralloc::getAllocatedSize(const AHardwareBuffer*) { in getAllocatedSize() function in gfxstream::EmulatedGralloc
/hardware/google/gfxstream/guest/android/include/gfxstream/guest/
DGralloc.h92 virtual size_t getAllocatedSize(const native_handle_t* handle) = 0;
93 virtual size_t getAllocatedSize(const AHardwareBuffer* handle) = 0;
/hardware/google/gfxstream/guest/vulkan_enc/
DAndroidHardwareBuffer.cpp235 pProperties->allocationSize = grallocHelper->getAllocatedSize(buffer); in getAndroidHardwareBufferPropertiesANDROID()