Searched refs:fDawnFormat (Results 1 – 2 of 2) sorted by relevance
65 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()
239 wgpu::TextureFormat fDawnFormat; member