Searched refs:fDawnFormat (Results 1 – 4 of 4) sorted by relevance
54 fDawnFormat = that.fDawnFormat; in GrBackendFormat()134 , fDawnFormat(format) in GrBackendFormat()141 *format = fDawnFormat; in asDawnFormat()220 return fDawnFormat == that.fDawnFormat; in operator ==()270 str.append(GrDawnFormatToStr(fDawnFormat)); in toStr()
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()
169 dawn::TextureFormat fDawnFormat; member
239 wgpu::TextureFormat fDawnFormat; member