Home
last modified time | relevance | path

Searched refs:BorrowedResource (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/vk/
DGrVkImage.h37 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
DGrVkImage.cpp319 void GrVkImage::BorrowedResource::freeGPUData(GrVkGpu* gpu) const { in freeGPUData()
323 void GrVkImage::BorrowedResource::abandonGPUData() const { in abandonGPUData()
/third_party/skia/src/gpu/vk/
DGrVkImage.h305 class BorrowedResource : public Resource {
307 BorrowedResource(const GrVkGpu* gpu, VkImage image, const GrVkAlloc& alloc, in BorrowedResource() function
DGrVkImage.cpp294 fResource = new BorrowedResource(gpu, fInfo.fImage, fInfo.fAlloc, fInfo.fImageTiling); in init()
599 void GrVkImage::BorrowedResource::freeGPUData() const { in freeGPUData()