Home
last modified time | relevance | path

Searched refs:SkCommandLineConfigGpu (Results 1 – 14 of 14) sorted by relevance

/external/skqp/tools/flags/
DSkCommonFlagsConfig.cpp228 SkCommandLineConfigGpu::ContextType* outContextType) { in parse_option_gpu_api()
329 SkCommandLineConfigGpu::SurfType* surfType) { in parse_option_gpu_surf_type()
331 *surfType = SkCommandLineConfigGpu::SurfType::kDefault; in parse_option_gpu_surf_type()
335 *surfType = SkCommandLineConfigGpu::SurfType::kBackendTexture; in parse_option_gpu_surf_type()
339 *surfType = SkCommandLineConfigGpu::SurfType::kBackendRenderTarget; in parse_option_gpu_surf_type()
385 SkCommandLineConfigGpu::ContextType* outContextType, in get_option_gpu_api()
395 SkCommandLineConfigGpu::SurfType* outSurfType, in get_option_gpu_surf_type()
424 SkCommandLineConfigGpu::SkCommandLineConfigGpu( in SkCommandLineConfigGpu() function in SkCommandLineConfigGpu
452 SkCommandLineConfigGpu* parse_command_line_config_gpu(const SkString& tag, in parse_command_line_config_gpu()
456 SkCommandLineConfigGpu::ContextType contextType = GrContextFactory::kGL_ContextType; in parse_command_line_config_gpu()
[all …]
DSkCommonFlagsConfig.h16 class SkCommandLineConfigGpu; variable
30 virtual const SkCommandLineConfigGpu* asConfigGpu() const { return nullptr; } in asConfigGpu()
46 class SkCommandLineConfigGpu : public SkCommandLineConfig {
56 SkCommandLineConfigGpu(const SkString& tag, const SkTArray<SkString>& viaParts,
62 const SkCommandLineConfigGpu* asConfigGpu() const override { return this; } in asConfigGpu()
/external/skia/tools/flags/
DCommonFlagsConfig.cpp253 SkCommandLineConfigGpu::ContextType* outContextType, in parse_option_gpu_api()
381 SkCommandLineConfigGpu::SurfType* surfType) { in parse_option_gpu_surf_type()
383 *surfType = SkCommandLineConfigGpu::SurfType::kDefault; in parse_option_gpu_surf_type()
387 *surfType = SkCommandLineConfigGpu::SurfType::kBackendTexture; in parse_option_gpu_surf_type()
391 *surfType = SkCommandLineConfigGpu::SurfType::kBackendRenderTarget; in parse_option_gpu_surf_type()
437 SkCommandLineConfigGpu::ContextType* outContextType, in get_option_gpu_api()
448 SkCommandLineConfigGpu::SurfType* outSurfType, in get_option_gpu_surf_type()
477 SkCommandLineConfigGpu::SkCommandLineConfigGpu(const SkString& tag, in SkCommandLineConfigGpu() function in SkCommandLineConfigGpu
520 SkCommandLineConfigGpu* parse_command_line_config_gpu(const SkString& tag, in parse_command_line_config_gpu()
524 SkCommandLineConfigGpu::ContextType contextType = GrContextFactory::kGL_ContextType; in parse_command_line_config_gpu()
[all …]
DCommonFlagsConfig.h16 class SkCommandLineConfigGpu; variable
31 virtual const SkCommandLineConfigGpu* asConfigGpu() const { return nullptr; } in asConfigGpu()
48 class SkCommandLineConfigGpu : public SkCommandLineConfig {
54 SkCommandLineConfigGpu(const SkString& tag,
72 const SkCommandLineConfigGpu* asConfigGpu() const override { return this; } in asConfigGpu()
/external/skia/dm/
DDMSrcSink.h384 GPUSink(const SkCommandLineConfigGpu*, const GrContextOptions&);
395 SkCommandLineConfigGpu::SurfType surfType() const { return fSurfType; } in surfType()
415 SkCommandLineConfigGpu::SurfType fSurfType;
427 GPUThreadTestingSink(const SkCommandLineConfigGpu*, const GrContextOptions&);
444 GPUPersistentCacheTestingSink(const SkCommandLineConfigGpu*, const GrContextOptions&);
461 GPUPrecompileTestingSink(const SkCommandLineConfigGpu*, const GrContextOptions&);
479 GPUOOPRSink(const SkCommandLineConfigGpu*, const GrContextOptions&);
499 GPUDDLSink(const SkCommandLineConfigGpu*, const GrContextOptions&);
DDMSrcSink.cpp1471 GPUSink::GPUSink(const SkCommandLineConfigGpu* config, in GPUSink()
1498 case SkCommandLineConfigGpu::SurfType::kDefault: in createDstSurface()
1502 case SkCommandLineConfigGpu::SurfType::kBackendTexture: in createDstSurface()
1511 case SkCommandLineConfigGpu::SurfType::kBackendRenderTarget: in createDstSurface()
1591 GPUThreadTestingSink::GPUThreadTestingSink(const SkCommandLineConfigGpu* config, in GPUThreadTestingSink()
1626 GPUPersistentCacheTestingSink::GPUPersistentCacheTestingSink(const SkCommandLineConfigGpu* config, in GPUPersistentCacheTestingSink()
1664 GPUPrecompileTestingSink::GPUPrecompileTestingSink(const SkCommandLineConfigGpu* config, in GPUPrecompileTestingSink()
1713 GPUOOPRSink::GPUOOPRSink(const SkCommandLineConfigGpu* config, const GrContextOptions& ctxOptions) in GPUOOPRSink()
1782 GPUDDLSink::GPUDDLSink(const SkCommandLineConfigGpu* config, const GrContextOptions& ctxOptions) in GPUDDLSink()
DDM.cpp950 if (const SkCommandLineConfigGpu* gpuConfig = config->asConfigGpu()) { in create_sink()
/external/skqp/dm/
DDMSrcSink.h346 SkCommandLineConfigGpu::SurfType surfType, int samples, bool diText,
358 SkCommandLineConfigGpu::SurfType surfType() const { return fSurfType; } in surfType()
372 SkCommandLineConfigGpu::SurfType fSurfType;
386 SkCommandLineConfigGpu::SurfType surfType, int samples, bool diText,
408 SkCommandLineConfigGpu::SurfType surfType, int samples,
DDMSrcSink.cpp1397 SkCommandLineConfigGpu::SurfType surfType, in GPUSink()
1448 case SkCommandLineConfigGpu::SurfType::kDefault: in onDraw()
1452 case SkCommandLineConfigGpu::SurfType::kBackendTexture: in onDraw()
1459 case SkCommandLineConfigGpu::SurfType::kBackendRenderTarget: in onDraw()
1520 SkCommandLineConfigGpu::SurfType surfType, in GPUThreadTestingSink()
1565 SkCommandLineConfigGpu::SurfType surfType, in GPUPersistentCacheTestingSink()
DDM.cpp863 if (const SkCommandLineConfigGpu* gpuConfig = config->asConfigGpu()) { in create_sink()
/external/skqp/tools/skpbench/
Dskpbench.cpp338 const SkCommandLineConfigGpu* config = nullptr; // Initialize for spurious warning. in main()
385 if (config->getSurfType() != SkCommandLineConfigGpu::SurfType::kDefault) { in main()
/external/skia/tools/skpbench/
Dskpbench.cpp498 const SkCommandLineConfigGpu* config = nullptr; // Initialize for spurious warning. in main()
558 if (config->getSurfType() != SkCommandLineConfigGpu::SurfType::kDefault) { in main()
/external/skqp/bench/
Dnanobench.cpp420 if (gpuConfig->getSurfType() != SkCommandLineConfigGpu::SurfType::kDefault) { in create_config()
/external/skia/bench/
Dnanobench.cpp480 if (gpuConfig->getSurfType() != SkCommandLineConfigGpu::SurfType::kDefault) { in create_config()