Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrBackendSurface.cpp65 fDawnFormat = that.fDawnFormat; in GrBackendFormat()
156 , fDawnFormat(format) in GrBackendFormat()
163 *format = fDawnFormat; in asDawnFormat()
234 return GrDawnFormatChannels(fDawnFormat); in channelMask()
267 return GrDawnFormatDesc(fDawnFormat); in desc()
376 return fDawnFormat == that.fDawnFormat; in operator ==()
435 str.append(GrDawnFormatToStr(fDawnFormat)); in toStr()
/third_party/skia/include/gpu/
DGrBackendSurface.h239 wgpu::TextureFormat fDawnFormat; member