Lines Matching refs:GrVkImage
14 #include "src/gpu/vk/GrVkImage.h"
28 sk_sp<GrVkImage> texture,
29 sk_sp<GrVkImage> colorAttachment,
30 sk_sp<GrVkImage> resolveAttachment,
37 GrVkImage* image = textureImage();
51 sk_sp<GrVkImage> texture,
52 sk_sp<GrVkImage> colorAttachment,
53 sk_sp<GrVkImage> resolveAttachment,
65 sk_sp<GrVkImage> texture,
66 sk_sp<GrVkImage>* colorAttachment,
67 sk_sp<GrVkImage>* resolveAttachment) {
76 *colorAttachment = sk_sp<GrVkImage>(static_cast<GrVkImage*>(msaaAttachment.release()));
93 sk_sp<GrVkImage> texture = GrVkImage::MakeTexture(gpu,
105 sk_sp<GrVkImage> colorAttachment;
106 sk_sp<GrVkImage> resolveAttachment;
135 sk_sp<GrVkImage> texture = GrVkImage::MakeWrapped(gpu,
146 sk_sp<GrVkImage> colorAttachment;
147 sk_sp<GrVkImage> resolveAttachment;