Home
last modified time | relevance | path

Searched refs:GrDawnFormatToPixelConfig (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/gpu/dawn/
DGrDawnUtil.h14 GrPixelConfig GrDawnFormatToPixelConfig(dawn::TextureFormat format);
DGrDawnUtil.cpp10 GrPixelConfig GrDawnFormatToPixelConfig(dawn::TextureFormat format) { in GrDawnFormatToPixelConfig() function
DGrDawnGpu.cpp240 GrPixelConfig config = GrDawnFormatToPixelConfig(format); in createBackendTexture()