Home
last modified time | relevance | path

Searched defs:allocHandle (Results 1 – 4 of 4) sorted by relevance

/external/skia/docs/examples/
DCanvas_accessTopRasterHandle.cpp12 bool allocHandle(const SkImageInfo& info, Rec* rec) override { in allocHandle() function in CustomAllocator
/external/skia/gm/
Drasterhandleallocator.cpp63 bool allocHandle(const SkImageInfo& info, Rec* rec) override { in allocHandle() function in SkiaAllocator
128 bool allocHandle(const SkImageInfo& info, Rec* rec) override { in allocHandle() function in CGAllocator
240 bool allocHandle(const SkImageInfo& info, Rec* rec) override { in allocHandle() function in GDIAllocator
/external/skia/vma_android/include/
Dvk_mem_alloc.h6276 VmaAllocHandle allocHandle; member
7579 …VkDeviceSize GetAllocationOffset(VmaAllocHandle allocHandle) const override { return (VkDeviceSize… in GetAllocationOffset()
8614 void VmaBlockMetadata_Linear::Free(VmaAllocHandle allocHandle) in Free()
8703 void VmaBlockMetadata_Linear::GetAllocationInfo(VmaAllocHandle allocHandle, VmaVirtualAllocationInf… in GetAllocationInfo()
8711 void* VmaBlockMetadata_Linear::GetAllocationUserData(VmaAllocHandle allocHandle) const in GetAllocationUserData()
8749 void VmaBlockMetadata_Linear::SetAllocationUserData(VmaAllocHandle allocHandle, void* userData) in SetAllocationUserData()
9938 …VkDeviceSize GetAllocationOffset(VmaAllocHandle allocHandle) const override { return ((Block*)allo… in GetAllocationOffset()
10562 void VmaBlockMetadata_TLSF::Free(VmaAllocHandle allocHandle) in Free()
10601 void VmaBlockMetadata_TLSF::GetAllocationInfo(VmaAllocHandle allocHandle, VmaVirtualAllocationInfo&… in GetAllocationInfo()
10610 void* VmaBlockMetadata_TLSF::GetAllocationUserData(VmaAllocHandle allocHandle) const in GetAllocationUserData()
[all …]
/external/angle/third_party/vulkan_memory_allocator/include/
Dvk_mem_alloc.h6338 VmaAllocHandle allocHandle; member
7642 …VkDeviceSize GetAllocationOffset(VmaAllocHandle allocHandle) const override { return (VkDeviceSize… in GetAllocationOffset()
8638 void VmaBlockMetadata_Linear::Free(VmaAllocHandle allocHandle) in Free()
8727 void VmaBlockMetadata_Linear::GetAllocationInfo(VmaAllocHandle allocHandle, VmaVirtualAllocationInf… in GetAllocationInfo()
8735 void* VmaBlockMetadata_Linear::GetAllocationUserData(VmaAllocHandle allocHandle) const in GetAllocationUserData()
8773 void VmaBlockMetadata_Linear::SetAllocationUserData(VmaAllocHandle allocHandle, void* userData) in SetAllocationUserData()
9962 …VkDeviceSize GetAllocationOffset(VmaAllocHandle allocHandle) const override { return ((Block*)allo… in GetAllocationOffset()
10586 void VmaBlockMetadata_TLSF::Free(VmaAllocHandle allocHandle) in Free()
10625 void VmaBlockMetadata_TLSF::GetAllocationInfo(VmaAllocHandle allocHandle, VmaVirtualAllocationInfo&… in GetAllocationInfo()
10634 void* VmaBlockMetadata_TLSF::GetAllocationUserData(VmaAllocHandle allocHandle) const in GetAllocationUserData()
[all …]