Home
last modified time | relevance | path

Searched refs:kAllowSRGBWithoutDecodeControl (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/gpu/
DGrContextFactory.h61 kAllowSRGBWithoutDecodeControl = 0x4, enumerator
DGrContextFactory.cpp262 if (ContextOverrides::kAllowSRGBWithoutDecodeControl & overrides) { in getContextInfoInternal()
/external/skia/tools/flags/
DSkCommonFlagsConfig.cpp231 fContextOverrides |= ContextOverrides::kAllowSRGBWithoutDecodeControl; in SkCommandLineConfigGpu()