OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkCommandLineConfigGpu
(Results
1 - 4
of
4
) sorted by null
/external/skia/tools/flags/
SkCommonFlagsConfig.h
20
class
SkCommandLineConfigGpu
;
35
virtual const
SkCommandLineConfigGpu
* asConfigGpu() const { return nullptr; }
47
//
SkCommandLineConfigGpu
is a SkCommandLineConfig that extracts information out of the backend
52
class
SkCommandLineConfigGpu
: public SkCommandLineConfig {
56
SkCommandLineConfigGpu
(const SkString& tag, const SkTArray<SkString>& viaParts,
59
const
SkCommandLineConfigGpu
* asConfigGpu() const override { return this; }
SkCommonFlagsConfig.cpp
181
SkCommandLineConfigGpu
::
SkCommandLineConfigGpu
(
238
SkCommandLineConfigGpu
::ContextType* outContextType) {
356
SkCommandLineConfigGpu
* parse_command_line_config_gpu(const SkString& tag,
361
SkCommandLineConfigGpu
::ContextType contextType = GrContextFactory::kGL_ContextType;
411
return new
SkCommandLineConfigGpu
(tag, vias, contextType, useNVPR, useInstanced, useDIText,
/external/skia/tools/skpbench/
skpbench.cpp
236
const
SkCommandLineConfigGpu
* config = nullptr; // Initialize for spurious warning.
/external/skia/dm/
DM.cpp
850
if (const
SkCommandLineConfigGpu
* gpuConfig = config->asConfigGpu()) {
[
all
...]
Completed in 4634 milliseconds