Lines Matching refs:texture
28 sk_sp<GrVkImage> texture,
32 : GrSurface(gpu, dimensions, texture->isProtected() ? GrProtected::kYes : GrProtected::kNo)
33 , GrVkTexture(gpu, dimensions, std::move(texture), mipmapStatus)
51 sk_sp<GrVkImage> texture,
56 : GrSurface(gpu, dimensions, texture->isProtected() ? GrProtected::kYes : GrProtected::kNo)
57 , GrVkTexture(gpu, dimensions, std::move(texture), mipmapStatus)
65 sk_sp<GrVkImage> texture,
77 *resolveAttachment = std::move(texture);
79 *colorAttachment = std::move(texture);
93 sk_sp<GrVkImage> texture = GrVkImage::MakeTexture(gpu,
101 if (!texture) {
107 if (!create_rt_attachments(gpu, dimensions, format, sampleCnt, isProtected, texture,
114 gpu, budgeted, dimensions, std::move(texture), std::move(colorAttachment),
135 sk_sp<GrVkImage> texture = GrVkImage::MakeWrapped(gpu,
142 if (!texture) {
148 if (!create_rt_attachments(gpu, dimensions, info.fFormat, sampleCnt, info.fProtected, texture,
159 gpu, dimensions, std::move(texture), std::move(colorAttachment),
174 // zero since it is a texture attachment.