Searched refs:ycbcrConversionInfo (Results 1 – 9 of 9) sorted by relevance
51 if (fResource && this->ycbcrConversionInfo().isValid()) { in getBackendFormat()52 SkASSERT(this->imageFormat() == this->ycbcrConversionInfo().fFormat); in getBackendFormat()53 return GrBackendFormat::MakeVk(this->ycbcrConversionInfo()); in getBackendFormat()59 const GrVkYcbcrConversionInfo& ycbcrConversionInfo() const { in ycbcrConversionInfo() function
36 SkASSERT(!fTexture->ycbcrConversionInfo().isValid() || in GrVkTexture()37 !fTexture->ycbcrConversionInfo().fExternalFormat); in GrVkTexture()74 SkASSERT(!fTexture->ycbcrConversionInfo().isValid()); in GrVkTexture()
187 state, texAttachment->ycbcrConversionInfo()); in setAndBindTextures()
2125 bool dstHasYcbcr = dstImage->ycbcrConversionInfo().isValid(); in copySurfaceAsCopyImage()2126 bool srcHasYcbcr = srcImage->ycbcrConversionInfo().isValid(); in copySurfaceAsCopyImage()2186 bool dstHasYcbcr = dstImage->ycbcrConversionInfo().isValid(); in copySurfaceAsBlit()2187 bool srcHasYcbcr = srcImage->ycbcrConversionInfo().isValid(); in copySurfaceAsBlit()2313 bool dstHasYcbcr = dstImage->ycbcrConversionInfo().isValid(); in onCopySurface()2314 bool srcHasYcbcr = srcImage->ycbcrConversionInfo().isValid(); in onCopySurface()
1557 if (texAttachment->ycbcrConversionInfo().isValid()) { in surfaceSupportsReadPixels()1591 if (tex->textureAttachment()->ycbcrConversionInfo().isValid()) { in onSurfaceSupportsWritePixels()
153 GrVkYcbcrConversionInfo ycbcrConversionInfo = GrVkYcbcrConversionInfo())161 , fYcbcrConversionInfo(ycbcrConversionInfo) {} in fImage()
288 if (vkTexture->ycbcrConversionInfo().isValid()) { in addSampler()292 state, vkTexture->ycbcrConversionInfo()); in addSampler()
61 const GrVkYcbcrConversionInfo& ycbcrConversionInfo() const { in ycbcrConversionInfo() function
259 state, texture->ycbcrConversionInfo()); in setAndBindTextures()