Searched refs:getAllocatedSize (Results 1 – 8 of 8) sorted by relevance
103 size_t GoldfishGralloc::getAllocatedSize(const native_handle_t* handle) { in getAllocatedSize() function in gfxstream::GoldfishGralloc107 size_t GoldfishGralloc::getAllocatedSize(const AHardwareBuffer* ahb) { in getAllocatedSize() function in gfxstream::GoldfishGralloc109 return getAllocatedSize(handle); in getAllocatedSize()
48 size_t getAllocatedSize(const native_handle_t* handle) override;49 size_t getAllocatedSize(const AHardwareBuffer* handle) override;
95 size_t getAllocatedSize(const native_handle_t*) override;96 size_t getAllocatedSize(const AHardwareBuffer*) override;
236 size_t MinigbmGralloc::getAllocatedSize(const native_handle_t* handle) { in getAllocatedSize() function in gfxstream::MinigbmGralloc245 size_t MinigbmGralloc::getAllocatedSize(const AHardwareBuffer* ahb) { in getAllocatedSize() function in gfxstream::MinigbmGralloc247 return getAllocatedSize(handle); in getAllocatedSize()
343 size_t EmulatedGralloc::getAllocatedSize(const native_handle_t*) { in getAllocatedSize() function in gfxstream::EmulatedGralloc348 size_t EmulatedGralloc::getAllocatedSize(const AHardwareBuffer*) { in getAllocatedSize() function in gfxstream::EmulatedGralloc
92 virtual size_t getAllocatedSize(const native_handle_t* handle) = 0;93 virtual size_t getAllocatedSize(const AHardwareBuffer* handle) = 0;
235 pProperties->allocationSize = grallocHelper->getAllocatedSize(buffer); in getAndroidHardwareBufferPropertiesANDROID()