Home
last modified time | relevance | path

Searched refs:MakeDawn (Results 1 – 20 of 20) sorted by relevance

/third_party/flutter/skia/src/gpu/dawn/
DGrDawnCaps.cpp165 return GrBackendFormat::MakeDawn(format); in onGetDefaultBackendFormat()
200 { GrColorType::kAlpha_8, GrBackendFormat::MakeDawn(dawn::TextureFormat::R8Unorm) }, in getTestingCombinations()
201 { GrColorType::kRGBA_8888, GrBackendFormat::MakeDawn(dawn::TextureFormat::RGBA8Unorm) }, in getTestingCombinations()
202 { GrColorType::kRGBA_8888, GrBackendFormat::MakeDawn(dawn::TextureFormat::BGRA8Unorm) }, in getTestingCombinations()
203 { GrColorType::kRGB_888x, GrBackendFormat::MakeDawn(dawn::TextureFormat::RGBA8Unorm) }, in getTestingCombinations()
204 { GrColorType::kRGB_888x, GrBackendFormat::MakeDawn(dawn::TextureFormat::BGRA8Unorm) }, in getTestingCombinations()
205 { GrColorType::kBGRA_8888, GrBackendFormat::MakeDawn(dawn::TextureFormat::BGRA8Unorm) }, in getTestingCombinations()
206 { GrColorType::kBGRA_8888, GrBackendFormat::MakeDawn(dawn::TextureFormat::RGBA8Unorm) }, in getTestingCombinations()
DGrDawnRenderTarget.cpp56 return GrBackendFormat::MakeDawn(fInfo.fFormat); in backendFormat()
DGrDawnTexture.cpp83 return GrBackendFormat::MakeDawn(fInfo.fFormat); in backendFormat()
/third_party/skia/src/gpu/dawn/
DGrDawnCaps.cpp117 return GrBackendFormat::MakeDawn(format); in onGetDefaultBackendFormat()
200 { GrColorType::kAlpha_8, GrBackendFormat::MakeDawn(wgpu::TextureFormat::R8Unorm) }, in getTestingCombinations()
201 { GrColorType::kRGBA_8888, GrBackendFormat::MakeDawn(wgpu::TextureFormat::RGBA8Unorm) }, in getTestingCombinations()
202 { GrColorType::kRGBA_8888, GrBackendFormat::MakeDawn(wgpu::TextureFormat::BGRA8Unorm) }, in getTestingCombinations()
203 { GrColorType::kRGB_888x, GrBackendFormat::MakeDawn(wgpu::TextureFormat::RGBA8Unorm) }, in getTestingCombinations()
204 { GrColorType::kRGB_888x, GrBackendFormat::MakeDawn(wgpu::TextureFormat::BGRA8Unorm) }, in getTestingCombinations()
205 { GrColorType::kBGRA_8888, GrBackendFormat::MakeDawn(wgpu::TextureFormat::BGRA8Unorm) }, in getTestingCombinations()
206 { GrColorType::kBGRA_8888, GrBackendFormat::MakeDawn(wgpu::TextureFormat::RGBA8Unorm) }, in getTestingCombinations()
DGrDawnAttachment.h24 return GrBackendFormat::MakeDawn(wgpu::TextureFormat::Depth24PlusStencil8); in backendFormat()
DGrDawnRenderTarget.cpp60 return GrBackendFormat::MakeDawn(fInfo.fFormat); in backendFormat()
DGrDawnTexture.cpp70 return GrBackendFormat::MakeDawn(fInfo.fFormat); in backendFormat()
DGrDawnGpu.h66 return GrBackendFormat::MakeDawn(wgpu::TextureFormat::Depth24PlusStencil8); in getPreferredStencilFormat()
/third_party/flutter/skia/src/gpu/
DGrLegacyDirectContext.cpp226 sk_sp<GrContext> GrContext::MakeDawn(const dawn::Device& device) { in MakeDawn() function in GrContext
228 return MakeDawn(device, defaultOptions); in MakeDawn()
231 sk_sp<GrContext> GrContext::MakeDawn(const dawn::Device& device, const GrContextOptions& options) { in MakeDawn() function in GrContext
DGrBackendSurface.cpp572 return GrBackendFormat::MakeDawn(fDawnInfo.fFormat); in getBackendFormat()
/third_party/flutter/skia/include/gpu/
DGrContext.h75 static sk_sp<GrContext> MakeDawn(const dawn::Device& device, const GrContextOptions& options);
76 static sk_sp<GrContext> MakeDawn(const dawn::Device& device);
DGrBackendSurface.h75 static GrBackendFormat MakeDawn(dawn::TextureFormat format) { in MakeDawn() function
/third_party/skia/include/gpu/
DGrDirectContext.h108 static sk_sp<GrDirectContext> MakeDawn(const wgpu::Device&,
110 static sk_sp<GrDirectContext> MakeDawn(const wgpu::Device&);
DGrBackendSurface.h100 static GrBackendFormat MakeDawn(wgpu::TextureFormat format) { in MakeDawn() function
/third_party/skia/tools/sk_app/
DDawnWindowContext.cpp40 fContext = GrDirectContext::MakeDawn(fDevice, fDisplayParams.fGrContextOptions); in initializeContext()
/third_party/flutter/skia/tools/sk_app/
DDawnWindowContext.cpp32 fContext = GrContext::MakeDawn(fDevice, fDisplayParams.fGrContextOptions); in initializeContext()
/third_party/skia/tools/gpu/dawn/
DDawnTestContext.cpp146 return GrDirectContext::MakeDawn(fDevice, options); in makeContext()
/third_party/flutter/skia/tools/gpu/dawn/
DDawnTestContext.cpp219 return GrContext::MakeDawn(fDevice, options); in makeGrContext()
/third_party/skia/src/gpu/
DGrDirectContext.cpp1217 sk_sp<GrDirectContext> GrDirectContext::MakeDawn(const wgpu::Device& device) { in MakeDawn() function in GrDirectContext
1219 return MakeDawn(device, defaultOptions); in MakeDawn()
1222 sk_sp<GrDirectContext> GrDirectContext::MakeDawn(const wgpu::Device& device, in MakeDawn() function in GrDirectContext
DGrBackendSurface.cpp854 return GrBackendFormat::MakeDawn(fDawnInfo.fFormat); in getBackendFormat()
1222 return GrBackendFormat::MakeDawn(dawnInfo.fFormat); in getBackendFormat()