Searched refs:MakeDawn (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/gpu/dawn/ |
D | GrDawnCaps.cpp | 117 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()
|
D | GrDawnAttachment.h | 24 return GrBackendFormat::MakeDawn(wgpu::TextureFormat::Depth24PlusStencil8); in backendFormat()
|
D | GrDawnRenderTarget.cpp | 60 return GrBackendFormat::MakeDawn(fInfo.fFormat); in backendFormat()
|
D | GrDawnTexture.cpp | 72 return GrBackendFormat::MakeDawn(fInfo.fFormat); in backendFormat()
|
D | GrDawnGpu.h | 66 return GrBackendFormat::MakeDawn(wgpu::TextureFormat::Depth24PlusStencil8); in getPreferredStencilFormat()
|
/external/skia/tools/sk_app/ |
D | DawnWindowContext.cpp | 40 fContext = GrDirectContext::MakeDawn(fDevice, fDisplayParams.fGrContextOptions); in initializeContext()
|
/external/skia/include/gpu/ |
D | GrDirectContext.h | 104 static sk_sp<GrDirectContext> MakeDawn(const wgpu::Device&, 106 static sk_sp<GrDirectContext> MakeDawn(const wgpu::Device&);
|
D | GrBackendSurface.h | 90 static GrBackendFormat MakeDawn(wgpu::TextureFormat format) { in MakeDawn() function
|
/external/skia/tools/gpu/dawn/ |
D | DawnTestContext.cpp | 146 return GrDirectContext::MakeDawn(fDevice, options); in makeContext()
|
/external/skia/src/gpu/ |
D | GrDirectContext.cpp | 1145 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
|
D | GrBackendSurface.cpp | 799 return GrBackendFormat::MakeDawn(fDawnInfo.fFormat); in getBackendFormat() 1167 return GrBackendFormat::MakeDawn(dawnInfo.fFormat); in getBackendFormat()
|