Lines Matching refs:GrVkTexture
46 #include "src/gpu/vk/GrVkTexture.h"
504 GrVkTexture* texture = static_cast<GrVkTexture*>(surface->asTexture());
582 GrVkTexture* tex = static_cast<GrVkTexture*>(texture);
664 srcImage = static_cast<GrVkTexture*>(surface->asTexture())->textureImage();
723 dstImage = static_cast<GrVkTexture*>(dstTex)->textureImage();
1164 sk_sp<GrVkTexture> tex;
1170 tex = GrVkTexture::MakeNewTexture(this, budgeted, dimensions, pixelFormat,
1230 auto tex = GrVkTexture::MakeNewTexture(this, budgeted, dimensions, pixelFormat,
1263 sk_sp<GrVkTexture> texture = GrVkTexture::MakeNewTexture(this, budgeted, dimensions, pixelFormat,
1431 return GrVkTexture::MakeWrappedTexture(this, backendTex.dimensions(), ownership, cacheable,
1546 auto* vkTex = static_cast<GrVkTexture*>(tex)->textureImage();
1756 sk_sp<GrVkTexture> texture =
1757 GrVkTexture::MakeWrappedTexture(this, backendTexture.dimensions(),
1856 sk_sp<GrVkTexture> texture = GrVkTexture::MakeWrappedTexture(this,
2222 image = static_cast<GrVkTexture*>(tex)->textureImage();
2467 dstImage = static_cast<GrVkTexture*>(dst->asTexture())->textureImage();
2485 srcImage = static_cast<GrVkTexture*>(src->asTexture())->textureImage();
2552 image = static_cast<GrVkTexture*>(surface->asTexture())->textureImage();
2877 GrVkImage* vkTexture = static_cast<GrVkTexture*>(texture)->textureImage();