Lines Matching refs:fFormat
103 return GrBackendFormat(ycbcrInfo.fFormat, ycbcrInfo); in MakeVk()
114 fVk.fFormat = vkFormat; in GrBackendFormat()
124 *format = fVk.fFormat; in asVkFormat()
211 copy.fVk.fFormat = VK_FORMAT_R8G8B8A8_UNORM; in makeTexture2D()
241 return fVk.fFormat == that.fVk.fFormat && in operator ==()
293 str.append(GrVkFormatToStr(fVk.fFormat)); in toStr()
609 return GrBackendFormat::MakeGL(fGLInfo.info().fFormat, fGLInfo.info().fTarget); in getBackendFormat()
615 SkASSERT(info.fFormat == info.fYcbcrConversionInfo.fFormat); in getBackendFormat()
618 return GrBackendFormat::MakeVk(info.fFormat); in getBackendFormat()
635 return GrBackendFormat::MakeDawn(fDawnInfo.fFormat); in getBackendFormat()
768 fIsValid = SkToBool(glInfo.fFormat); // the glInfo must have a valid format in GrBackendRenderTarget()
915 return GrBackendFormat::MakeGL(fGLInfo.fFormat, GR_GL_TEXTURE_NONE); in getBackendFormat()
921 SkASSERT(info.fFormat == info.fYcbcrConversionInfo.fFormat); in getBackendFormat()
924 return GrBackendFormat::MakeVk(info.fFormat); in getBackendFormat()
944 return GrBackendFormat::MakeDawn(dawnInfo.fFormat); in getBackendFormat()