Lines Matching refs:fTexture
33 , fTexture(std::move(texture))
35 SkASSERT((GrMipmapStatus::kNotAllocated == mipmapStatus) == (1 == fTexture->mipLevels()));
37 SkASSERT(!fTexture->ycbcrConversionInfo().isValid() ||
38 !fTexture->ycbcrConversionInfo().fExternalFormat);
39 SkASSERT(SkToBool(fTexture->vkUsageFlags() & VK_IMAGE_USAGE_SAMPLED_BIT));
41 if (fTexture->GetBudgeted() == SkBudgeted::kYes) {
49 if (GrVkFormatIsCompressed(fTexture->imageFormat())) {
60 , fTexture(std::move(texture))
62 SkASSERT((GrMipmapStatus::kNotAllocated == mipmapStatus) == (1 == fTexture->mipLevels()));
63 SkASSERT(SkToBool(fTexture->vkUsageFlags() & VK_IMAGE_USAGE_SAMPLED_BIT));
78 , fTexture(std::move(texture))
80 SkASSERT((GrMipmapStatus::kNotAllocated == mipmapStatus) == (1 == fTexture->mipLevels()));
83 SkASSERT(!fTexture->ycbcrConversionInfo().isValid());
84 SkASSERT(SkToBool(fTexture->vkUsageFlags() & VK_IMAGE_USAGE_SAMPLED_BIT));
134 SkASSERT(!fTexture);
138 fTexture.reset();
159 fTexture.reset();
167 return GrBackendTexture(fTexture->width(), fTexture->height(), fTexture->vkImageInfo(),
168 fTexture->getMutableState());
176 const GrVkImageView* GrVkTexture::textureView() { return fTexture->textureView(); }