Searched refs:ycbcrConversionInfo (Results 1 – 5 of 5) sorted by relevance
82 if (fResource && this->ycbcrConversionInfo().isValid()) { in backendFormat()83 SkASSERT(this->imageFormat() == this->ycbcrConversionInfo().fFormat); in backendFormat()84 return GrBackendFormat::MakeVk(this->ycbcrConversionInfo(), usesDRMModifier); in backendFormat()90 const GrVkYcbcrConversionInfo& ycbcrConversionInfo() const { in ycbcrConversionInfo() function
37 SkASSERT(!fTexture->ycbcrConversionInfo().isValid() || in GrVkTexture()38 !fTexture->ycbcrConversionInfo().fExternalFormat); in GrVkTexture()75 SkASSERT(!fTexture->ycbcrConversionInfo().isValid()); in GrVkTexture()
2164 bool dstHasYcbcr = dstImage->ycbcrConversionInfo().isValid(); in copySurfaceAsCopyImage()2165 bool srcHasYcbcr = srcImage->ycbcrConversionInfo().isValid(); in copySurfaceAsCopyImage()2228 bool dstHasYcbcr = dstImage->ycbcrConversionInfo().isValid(); in copySurfaceAsBlit()2229 bool srcHasYcbcr = srcImage->ycbcrConversionInfo().isValid(); in copySurfaceAsBlit()2362 bool dstHasYcbcr = dstImage->ycbcrConversionInfo().isValid(); in onCopySurface()2363 bool srcHasYcbcr = srcImage->ycbcrConversionInfo().isValid(); in onCopySurface()
186 state, texAttachment->ycbcrConversionInfo()); in setAndBindTextures()
1601 if (texImage->ycbcrConversionInfo().isValid()) { in surfaceSupportsReadPixels()1639 if (texImage->ycbcrConversionInfo().isValid()) { in onSurfaceSupportsWritePixels()