Home
last modified time | relevance | path

Searched refs:GetAllocationSize (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvulkan_surface_pool.cc79 if (!surface->IsValid() || surface->GetAllocationSize() < in GetCachedOrCreateSurface()
84 surface->GetAllocationSize() < (*best_it)->GetAllocationSize()) { in GetCachedOrCreateSurface()
306 cached_surfaces_bytes += surface->GetAllocationSize(); in TraceStats()
Dvulkan_surface.h100 size_t GetAllocationSize() const { return vk_memory_info_.allocationSize; } in GetAllocationSize() function
107 return GetAllocationSize() > GetImageMemoryRequirementsSize(); in IsOversized()
/third_party/flutter/engine/flutter/lib/ui/
Ddart_wrapper.h43 virtual size_t GetAllocationSize();
57 virtual size_t GetAllocationSize() { return 0;} in GetAllocationSize() function
/third_party/flutter/engine/flutter/lib/ui/painting/
Dsingle_frame_codec.cc103 size_t SingleFrameCodec::GetAllocationSize() { in GetAllocationSize() function in flutter::SingleFrameCodec
107 ? cached_frame_->image()->GetAllocationSize() in GetAllocationSize()
Dengine_layer.cc18 size_t EngineLayer::GetAllocationSize() { in GetAllocationSize() function in flutter::EngineLayer
Dsingle_frame_codec.h31 size_t GetAllocationSize() override;
Dpicture.h35 virtual size_t GetAllocationSize();
Dengine_layer.h26 size_t GetAllocationSize() override;
Dimage.cc38 size_t CanvasImage::GetAllocationSize() { in GetAllocationSize() function in flutter::CanvasImage
Dpicture.cc37 size_t Picture::GetAllocationSize() { in GetAllocationSize() function in flutter::Picture
Dimage.h42 size_t GetAllocationSize() override;
/third_party/flutter/engine/flutter/lib/ui/text/
Dparagraph.h52 size_t GetAllocationSize() override;
Dparagraph.cc39 size_t Paragraph::GetAllocationSize() { in GetAllocationSize() function in flutter::Paragraph