Lines Matching refs:fFormat
119 return GrBackendFormat(ycbcrInfo.fFormat, ycbcrInfo, willUseDRMFormatModifiers);
127 fVk.fFormat = vkFormat;
138 *format = fVk.fFormat;
226 return GrVkFormatChannels(fVk.fFormat);
259 return GrVkFormatDesc(fVk.fFormat);
333 copy.fVk.fFormat = VK_FORMAT_R8G8B8A8_UNORM;
365 return fVk.fFormat == that.fVk.fFormat &&
420 str.append(GrVkFormatToStr(fVk.fFormat));
826 return GrBackendFormat::MakeGL(fGLInfo.info().fFormat, fGLInfo.info().fTarget);
833 SkASSERT(info.fFormat == info.fYcbcrConversionInfo.fFormat);
836 return GrBackendFormat::MakeVk(info.fFormat, usesDRMModifier);
849 return GrBackendFormat::MakeDxgi(d3dInfo.fFormat);
854 return GrBackendFormat::MakeDawn(fDawnInfo.fFormat);
1024 fIsValid = SkToBool(glInfo.fFormat); // the glInfo must have a valid format
1193 return GrBackendFormat::MakeGL(fGLInfo.fFormat, GR_GL_TEXTURE_NONE);
1199 SkASSERT(info.fFormat == info.fYcbcrConversionInfo.fFormat);
1202 return GrBackendFormat::MakeVk(info.fFormat);
1215 return GrBackendFormat::MakeDxgi(info.fFormat);
1222 return GrBackendFormat::MakeDawn(dawnInfo.fFormat);