Home
last modified time | relevance | path

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

/third_party/skia/docs/examples/
DCanvas_accessTopRasterHandle.cpp13 bool allocHandle(const SkImageInfo& info, Rec* rec) override { in allocHandle() function in CustomAllocator
/third_party/skia/m133/docs/examples/
DCanvas_accessTopRasterHandle.cpp12 bool allocHandle(const SkImageInfo& info, Rec* rec) override { in allocHandle() function in CustomAllocator
/third_party/skia/gm/
Drasterhandleallocator.cpp62 bool allocHandle(const SkImageInfo& info, Rec* rec) override { in allocHandle() function in SkiaAllocator
127 bool allocHandle(const SkImageInfo& info, Rec* rec) override { in allocHandle() function in CGAllocator
239 bool allocHandle(const SkImageInfo& info, Rec* rec) override { in allocHandle() function in GDIAllocator
/third_party/skia/m133/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
/third_party/skia/m133/third_party/externals/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6284 VmaAllocHandle allocHandle; member
7589 …VkDeviceSize GetAllocationOffset(VmaAllocHandle allocHandle) const override { return (VkDeviceSize… in GetAllocationOffset()
8624 void VmaBlockMetadata_Linear::Free(VmaAllocHandle allocHandle) in Free()
8713 void VmaBlockMetadata_Linear::GetAllocationInfo(VmaAllocHandle allocHandle, VmaVirtualAllocationInf… in GetAllocationInfo()
8721 void* VmaBlockMetadata_Linear::GetAllocationUserData(VmaAllocHandle allocHandle) const in GetAllocationUserData()
8759 void VmaBlockMetadata_Linear::SetAllocationUserData(VmaAllocHandle allocHandle, void* userData) in SetAllocationUserData()
9948 …VkDeviceSize GetAllocationOffset(VmaAllocHandle allocHandle) const override { return ((Block*)allo… in GetAllocationOffset()
10572 void VmaBlockMetadata_TLSF::Free(VmaAllocHandle allocHandle) in Free()
10611 void VmaBlockMetadata_TLSF::GetAllocationInfo(VmaAllocHandle allocHandle, VmaVirtualAllocationInfo&… in GetAllocationInfo()
10620 void* VmaBlockMetadata_TLSF::GetAllocationUserData(VmaAllocHandle allocHandle) const in GetAllocationUserData()
[all …]