Searched refs:BorrowedResource (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkImage.h | 37 fResource = new BorrowedResource(info.fImage, info.fAlloc, info.fImageTiling); in fInfo() 244 class BorrowedResource : public Resource { 246 BorrowedResource(VkImage image, const GrVkAlloc& alloc, VkImageTiling tiling) in BorrowedResource() function
|
D | GrVkImage.cpp | 319 void GrVkImage::BorrowedResource::freeGPUData(GrVkGpu* gpu) const { in freeGPUData() 323 void GrVkImage::BorrowedResource::abandonGPUData() const { in abandonGPUData()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkImage.h | 305 class BorrowedResource : public Resource { 307 BorrowedResource(const GrVkGpu* gpu, VkImage image, const GrVkAlloc& alloc, in BorrowedResource() function
|
D | GrVkImage.cpp | 294 fResource = new BorrowedResource(gpu, fInfo.fImage, fInfo.fAlloc, fInfo.fImageTiling); in init() 599 void GrVkImage::BorrowedResource::freeGPUData() const { in freeGPUData()
|