Searched refs:SkCommandLineConfigGpu (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/tools/flags/ |
H A D | CommonFlagsConfig.cpp | 283 SkCommandLineConfigGpu::ContextType* outContextType, in parse_option_gpu_api() 390 SkCommandLineConfigGpu::SurfType* surfType) { in parse_option_gpu_surf_type() 392 *surfType = SkCommandLineConfigGpu::SurfType::kDefault; in parse_option_gpu_surf_type() 396 *surfType = SkCommandLineConfigGpu::SurfType::kBackendTexture; in parse_option_gpu_surf_type() 400 *surfType = SkCommandLineConfigGpu::SurfType::kBackendRenderTarget; in parse_option_gpu_surf_type() 445 SkCommandLineConfigGpu::ContextType* outContextType, in get_option_gpu_api() 487 SkCommandLineConfigGpu::SurfType* outSurfType, in get_option_gpu_surf_type() 516 SkCommandLineConfigGpu::SkCommandLineConfigGpu(const SkString& tag, in SkCommandLineConfigGpu() function in SkCommandLineConfigGpu 557 SkCommandLineConfigGpu* parse_command_line_config_gp [all...] |
H A D | CommonFlagsConfig.h | 16 class SkCommandLineConfigGpu; 32 virtual const SkCommandLineConfigGpu* asConfigGpu() const { return nullptr; } in asConfigGpu() 47 // SkCommandLineConfigGpu is a SkCommandLineConfig that extracts information out of the backend 52 class SkCommandLineConfigGpu : public SkCommandLineConfig { class 58 SkCommandLineConfigGpu(const SkString& tag, 75 const SkCommandLineConfigGpu* asConfigGpu() const override { return this; }
|
/third_party/skia/dm/ |
H A D | DMSrcSink.h | 387 GPUSink(const SkCommandLineConfigGpu*, const GrContextOptions&); 398 SkCommandLineConfigGpu::SurfType surfType() const { return fSurfType; } in surfType() 419 SkCommandLineConfigGpu::SurfType fSurfType; 431 GPUThreadTestingSink(const SkCommandLineConfigGpu*, const GrContextOptions&); 448 GPUPersistentCacheTestingSink(const SkCommandLineConfigGpu*, const GrContextOptions&); 465 GPUPrecompileTestingSink(const SkCommandLineConfigGpu*, const GrContextOptions&); 483 GPUOOPRSink(const SkCommandLineConfigGpu*, const GrContextOptions&); 503 GPUDDLSink(const SkCommandLineConfigGpu*, const GrContextOptions&);
|
H A D | DMSrcSink.cpp | 1483 GPUSink::GPUSink(const SkCommandLineConfigGpu* config, in GPUSink() 1509 case SkCommandLineConfigGpu::SurfType::kDefault: in createDstSurface() 1513 case SkCommandLineConfigGpu::SurfType::kBackendTexture: in createDstSurface() 1522 case SkCommandLineConfigGpu::SurfType::kBackendRenderTarget: in createDstSurface() 1602 GPUThreadTestingSink::GPUThreadTestingSink(const SkCommandLineConfigGpu* config, in GPUThreadTestingSink() 1637 GPUPersistentCacheTestingSink::GPUPersistentCacheTestingSink(const SkCommandLineConfigGpu* config, in GPUPersistentCacheTestingSink() 1675 GPUPrecompileTestingSink::GPUPrecompileTestingSink(const SkCommandLineConfigGpu* config, in GPUPrecompileTestingSink() 1724 GPUOOPRSink::GPUOOPRSink(const SkCommandLineConfigGpu* config, const GrContextOptions& ctxOptions) in GPUOOPRSink() 1793 GPUDDLSink::GPUDDLSink(const SkCommandLineConfigGpu* config, const GrContextOptions& ctxOptions) in GPUDDLSink()
|
H A D | DM.cpp | 941 if (const SkCommandLineConfigGpu* gpuConfig = config->asConfigGpu()) { in create_sink()
|
/third_party/skia/tools/skpbench/ |
H A D | skpbench.cpp | 499 const SkCommandLineConfigGpu* config = nullptr; // Initialize for spurious warning. in main() 559 if (config->getSurfType() != SkCommandLineConfigGpu::SurfType::kDefault) { in main()
|
/third_party/skia/bench/ |
H A D | nanobench.cpp | 459 if (gpuConfig->getSurfType() != SkCommandLineConfigGpu::SurfType::kDefault) { in create_config()
|
Completed in 14 milliseconds