Flutter Engine
The Flutter Engine
|
#include <CommonFlagsConfig.h>
Public Types | |
enum class | SurfType { kDefault , kBackendTexture , kBackendRenderTarget } |
typedef skgpu::ContextType | ContextType |
typedef sk_gpu_test::GrContextFactory::ContextOverrides | ContextOverrides |
Public Member Functions | |
SkCommandLineConfigGpu (const SkString &tag, const skia_private::TArray< SkString > &viaParts, ContextType contextType, bool fakeGLESVer2, uint32_t surfaceFlags, int samples, SkColorType colorType, SkAlphaType alphaType, bool useStencilBuffers, int testPersistentCache, bool testPrecompile, bool useDDLSink, bool slug, bool serializedSlug, bool remoteSlug, bool reducedShaders, SurfType) | |
const SkCommandLineConfigGpu * | asConfigGpu () const override |
ContextType | getContextType () const |
ContextOverrides | getContextOverrides () const |
uint32_t | getSurfaceFlags () const |
int | getSamples () const |
SkColorType | getColorType () const |
SkAlphaType | getAlphaType () const |
int | getTestPersistentCache () const |
bool | getTestPrecompile () const |
bool | getUseDDLSink () const |
bool | getSlug () const |
bool | getSerializedSlug () const |
bool | getRemoteSlug () const |
bool | getReducedShaders () const |
SurfType | getSurfType () const |
Public Member Functions inherited from SkCommandLineConfig | |
SkCommandLineConfig (const SkString &tag, const SkString &backend, const skia_private::TArray< SkString > &viaParts) | |
virtual | ~SkCommandLineConfig () |
virtual const SkCommandLineConfigGpu * | asConfigGpu () const |
virtual const SkCommandLineConfigGraphite * | asConfigGraphite () const |
virtual const SkCommandLineConfigSvg * | asConfigSvg () const |
const SkString & | getTag () const |
const SkString & | getBackend () const |
sk_sp< SkColorSpace > | refColorSpace () const |
const skia_private::TArray< SkString > & | getViaParts () const |
Definition at line 53 of file CommonFlagsConfig.h.
Definition at line 57 of file CommonFlagsConfig.h.
Definition at line 56 of file CommonFlagsConfig.h.
|
strong |
Enumerator | |
---|---|
kDefault | |
kBackendTexture | |
kBackendRenderTarget |
Definition at line 55 of file CommonFlagsConfig.h.
SkCommandLineConfigGpu::SkCommandLineConfigGpu | ( | const SkString & | tag, |
const skia_private::TArray< SkString > & | viaParts, | ||
ContextType | contextType, | ||
bool | fakeGLESVer2, | ||
uint32_t | surfaceFlags, | ||
int | samples, | ||
SkColorType | colorType, | ||
SkAlphaType | alphaType, | ||
bool | useStencilBuffers, | ||
int | testPersistentCache, | ||
bool | testPrecompile, | ||
bool | useDDLSink, | ||
bool | slug, | ||
bool | serializedSlug, | ||
bool | remoteSlug, | ||
bool | reducedShaders, | ||
SurfType | surfType | ||
) |
Definition at line 569 of file CommonFlagsConfig.cpp.
|
inlineoverridevirtual |
Reimplemented from SkCommandLineConfig.
Definition at line 77 of file CommonFlagsConfig.h.
|
inline |
Definition at line 83 of file CommonFlagsConfig.h.
|
inline |
Definition at line 82 of file CommonFlagsConfig.h.
|
inline |
Definition at line 79 of file CommonFlagsConfig.h.
|
inline |
Definition at line 78 of file CommonFlagsConfig.h.
|
inline |
Definition at line 90 of file CommonFlagsConfig.h.
|
inline |
Definition at line 89 of file CommonFlagsConfig.h.
|
inline |
Definition at line 81 of file CommonFlagsConfig.h.
|
inline |
Definition at line 88 of file CommonFlagsConfig.h.
|
inline |
Definition at line 87 of file CommonFlagsConfig.h.
|
inline |
Definition at line 80 of file CommonFlagsConfig.h.
|
inline |
Definition at line 91 of file CommonFlagsConfig.h.
|
inline |
Definition at line 84 of file CommonFlagsConfig.h.
|
inline |
Definition at line 85 of file CommonFlagsConfig.h.
|
inline |
Definition at line 86 of file CommonFlagsConfig.h.