Home
last modified time | relevance | path

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

/external/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.cpp72 return GrBackendFormat::MakeDawn(fInfo.fFormat); in backendFormat()
DGrDawnGpu.h66 return GrBackendFormat::MakeDawn(wgpu::TextureFormat::Depth24PlusStencil8); in getPreferredStencilFormat()
/external/skia/tools/sk_app/
DDawnWindowContext.cpp40 fContext = GrDirectContext::MakeDawn(fDevice, fDisplayParams.fGrContextOptions); in initializeContext()
/external/skia/include/gpu/
DGrDirectContext.h104 static sk_sp<GrDirectContext> MakeDawn(const wgpu::Device&,
106 static sk_sp<GrDirectContext> MakeDawn(const wgpu::Device&);
DGrBackendSurface.h90 static GrBackendFormat MakeDawn(wgpu::TextureFormat format) { in MakeDawn() function
/external/skia/tools/gpu/dawn/
DDawnTestContext.cpp146 return GrDirectContext::MakeDawn(fDevice, options); in makeContext()
/external/skia/src/gpu/
DGrDirectContext.cpp1145 sk_sp<GrDirectContext> GrDirectContext::MakeDawn(const wgpu::Device& device) { in MakeDawn() function in GrDirectContext
1147 return MakeDawn(device, defaultOptions); in MakeDawn()
1150 sk_sp<GrDirectContext> GrDirectContext::MakeDawn(const wgpu::Device& device, in MakeDawn() function in GrDirectContext
DGrBackendSurface.cpp799 return GrBackendFormat::MakeDawn(fDawnInfo.fFormat); in getBackendFormat()
1167 return GrBackendFormat::MakeDawn(dawnInfo.fFormat); in getBackendFormat()