/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnCaps.cpp | 165 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()
|
D | GrDawnRenderTarget.cpp | 56 return GrBackendFormat::MakeDawn(fInfo.fFormat); in backendFormat()
|
D | GrDawnTexture.cpp | 83 return GrBackendFormat::MakeDawn(fInfo.fFormat); in backendFormat()
|
/third_party/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 | 70 return GrBackendFormat::MakeDawn(fInfo.fFormat); in backendFormat()
|
D | GrDawnGpu.h | 66 return GrBackendFormat::MakeDawn(wgpu::TextureFormat::Depth24PlusStencil8); in getPreferredStencilFormat()
|
/third_party/flutter/skia/src/gpu/ |
D | GrLegacyDirectContext.cpp | 226 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
|
D | GrBackendSurface.cpp | 572 return GrBackendFormat::MakeDawn(fDawnInfo.fFormat); in getBackendFormat()
|
/third_party/flutter/skia/include/gpu/ |
D | GrContext.h | 75 static sk_sp<GrContext> MakeDawn(const dawn::Device& device, const GrContextOptions& options); 76 static sk_sp<GrContext> MakeDawn(const dawn::Device& device);
|
D | GrBackendSurface.h | 75 static GrBackendFormat MakeDawn(dawn::TextureFormat format) { in MakeDawn() function
|
/third_party/skia/include/gpu/ |
D | GrDirectContext.h | 108 static sk_sp<GrDirectContext> MakeDawn(const wgpu::Device&, 110 static sk_sp<GrDirectContext> MakeDawn(const wgpu::Device&);
|
D | GrBackendSurface.h | 100 static GrBackendFormat MakeDawn(wgpu::TextureFormat format) { in MakeDawn() function
|
/third_party/skia/tools/sk_app/ |
D | DawnWindowContext.cpp | 40 fContext = GrDirectContext::MakeDawn(fDevice, fDisplayParams.fGrContextOptions); in initializeContext()
|
/third_party/flutter/skia/tools/sk_app/ |
D | DawnWindowContext.cpp | 32 fContext = GrContext::MakeDawn(fDevice, fDisplayParams.fGrContextOptions); in initializeContext()
|
/third_party/skia/tools/gpu/dawn/ |
D | DawnTestContext.cpp | 146 return GrDirectContext::MakeDawn(fDevice, options); in makeContext()
|
/third_party/flutter/skia/tools/gpu/dawn/ |
D | DawnTestContext.cpp | 219 return GrContext::MakeDawn(fDevice, options); in makeGrContext()
|
/third_party/skia/src/gpu/ |
D | GrDirectContext.cpp | 1217 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
|
D | GrBackendSurface.cpp | 854 return GrBackendFormat::MakeDawn(fDawnInfo.fFormat); in getBackendFormat() 1222 return GrBackendFormat::MakeDawn(dawnInfo.fFormat); in getBackendFormat()
|