Home
last modified time | relevance | path

Searched refs:fMtlFormat (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
DGrBackendSurface.cpp55 fMtlFormat = that.fMtlFormat; in GrBackendFormat()
174 , fMtlFormat(mtlFormat) in GrBackendFormat()
180 return fMtlFormat; in asMtlFormat()
230 return GrMtlFormatChannels(fMtlFormat); in channelMask()
263 return GrMtlFormatDesc(fMtlFormat); in desc()
371 return fMtlFormat == that.fMtlFormat; in operator ==()
425 str.append(GrMtlFormatToStr(fMtlFormat)); in toStr()
/third_party/skia/include/gpu/
DGrBackendSurface.h243 GrMTLPixelFormat fMtlFormat; member