Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBackendSurface.cpp64 fDawnFormat = that.fDawnFormat; in GrBackendFormat()
154 , fDawnFormat(format) in GrBackendFormat()
161 *format = fDawnFormat; in asDawnFormat()
232 return GrDawnFormatChannels(fDawnFormat); in channelMask()
339 return fDawnFormat == that.fDawnFormat; in operator ==()
398 str.append(GrDawnFormatToStr(fDawnFormat)); in toStr()
/external/skia/include/gpu/
DGrBackendSurface.h214 wgpu::TextureFormat fDawnFormat; member