Home
last modified time | relevance | path

Searched refs:setNewResource (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkImage.h92 void setNewResource(VkImage image, const GrVkAlloc& alloc, VkImageTiling tiling);
DGrVkImage.cpp132 void GrVkImage::setNewResource(VkImage image, const GrVkAlloc& alloc, VkImageTiling tiling) { in setNewResource() function in GrVkImage
DGrVkTexture.cpp251 this->setNewResource(info.fImage, info.fAlloc, info.fImageTiling); in reallocForMipmap()
/external/skqp/src/gpu/vk/
DGrVkImage.h93 void setNewResource(VkImage image, const GrVkAlloc& alloc, VkImageTiling tiling);
DGrVkImage.cpp152 void GrVkImage::setNewResource(VkImage image, const GrVkAlloc& alloc, VkImageTiling tiling) { in setNewResource() function in GrVkImage
DGrVkTexture.cpp255 this->setNewResource(info.fImage, info.fAlloc, info.fImageTiling); in reallocForMipmap()