Flutter Impeller
allocator_mtl.mm File Reference

Go to the source code of this file.

Namespaces

 impeller
 

Functions

static bool impeller::DeviceSupportsDeviceTransientTargets (id< MTLDevice > device)
 
static bool impeller::DeviceHasUnifiedMemoryArchitecture (id< MTLDevice > device)
 
static ISize impeller::DeviceMaxTextureSizeSupported (id< MTLDevice > device)
 
static bool impeller::SupportsLossyTextureCompression (id< MTLDevice > device)
 
static MTLResourceOptions impeller::ToMTLResourceOptions (StorageMode type, bool supports_memoryless_targets, bool supports_uma)
 
static MTLStorageMode impeller::ToMTLStorageMode (StorageMode mode, bool supports_memoryless_targets, bool supports_uma)