Home
last modified time | relevance | path

Searched refs:GrPixelConfigToDawnFormat (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/dawn/
DGrDawnUtil.h16 bool GrPixelConfigToDawnFormat(GrPixelConfig config, dawn::TextureFormat* format);
DGrDawnUtil.cpp31 bool GrPixelConfigToDawnFormat(GrPixelConfig config, dawn::TextureFormat* format) { in GrPixelConfigToDawnFormat() function
DGrDawnCaps.cpp162 if (!GrPixelConfigToDawnFormat(config, &format)) { in onGetDefaultBackendFormat()
DGrDawnGpuCommandBuffer.cpp321 SkAssertResult(GrPixelConfigToDawnFormat(fRenderTarget->config(), &colorFormat)); in applyState()