Home
last modified time | relevance | path

Searched refs:GrDawnFormatToStr (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/gpu/dawn/
DGrDawnUtil.h19 const char* GrDawnFormatToStr(dawn::TextureFormat format);
DGrDawnUtil.cpp57 const char* GrDawnFormatToStr(dawn::TextureFormat format) { in GrDawnFormatToStr() function
/third_party/skia/src/gpu/dawn/
DGrDawnUtil.h21 const char* GrDawnFormatToStr(wgpu::TextureFormat format);
DGrDawnUtil.cpp82 const char* GrDawnFormatToStr(wgpu::TextureFormat format) { in GrDawnFormatToStr() function
/third_party/flutter/skia/src/gpu/
DGrBackendSurface.cpp270 str.append(GrDawnFormatToStr(fDawnFormat)); in toStr()
/third_party/skia/src/gpu/
DGrBackendSurface.cpp435 str.append(GrDawnFormatToStr(fDawnFormat)); in toStr()