Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/d3d/
DGrD3DUtil.h137 static constexpr const char* GrDxgiFormatToStr(DXGI_FORMAT dxgiFormat) { in GrDxgiFormatToStr() function
/third_party/skia/src/gpu/
DGrBackendSurface.cpp430 str.append(GrDxgiFormatToStr(fDxgiFormat)); in toStr()