Lines Matching refs:texture
26 sk_sp<GrVkImage> texture,
29 texture->isProtected() ? GrProtected::kYes : GrProtected::kNo)
31 texture->isProtected() ? GrProtected::kYes : GrProtected::kNo,
33 , fTexture(std::move(texture))
55 sk_sp<GrVkImage> texture, GrMipmapStatus mipmapStatus,
57 : GrSurface(gpu, dimensions, texture->isProtected() ? GrProtected::kYes : GrProtected::kNo)
58 , GrTexture(gpu, dimensions, texture->isProtected() ? GrProtected::kYes : GrProtected::kNo,
60 , fTexture(std::move(texture))
73 sk_sp<GrVkImage> texture,
75 : GrSurface(gpu, dimensions, texture->isProtected() ? GrProtected::kYes : GrProtected::kNo)
76 , GrTexture(gpu, dimensions, texture->isProtected() ? GrProtected::kYes : GrProtected::kNo,
78 , fTexture(std::move(texture))
92 sk_sp<GrVkImage> texture = GrVkImage::MakeTexture(
96 if (!texture) {
99 return sk_sp<GrVkTexture>(new GrVkTexture(gpu, budgeted, dimensions, std::move(texture),
111 sk_sp<GrVkImage> texture = GrVkImage::MakeWrapped(gpu,
118 if (!texture) {
128 return sk_sp<GrVkTexture>(new GrVkTexture(gpu, dimensions, std::move(texture), mipmapStatus,
195 resourceName.append("/texture");