Home
last modified time | relevance | path

Searched refs:fContextType (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/tools/flags/
H A DCommonFlagsConfig.h76 ContextType getContextType() const { return fContextType; } in getContextType()
91 ContextType fContextType; member in SkCommandLineConfigGpu
121 , fContextType(contextType) in SkCommandLineConfigGraphite()
128 ContextType getContextType() const { return fContextType; } in getContextType()
134 ContextType fContextType; member in SkCommandLineConfigGraphite
H A DCommonFlagsConfig.cpp533 , fContextType(contextType) in SkCommandLineConfigGpu()
/third_party/skia/dm/
H A DDMSrcSink.h394 sk_gpu_test::GrContextFactory::ContextType contextType() const { return fContextType; } in contextType()
417 sk_gpu_test::GrContextFactory::ContextType fContextType; member in DM::GPUSink
595 ContextType fContextType; member in DM::GraphiteSink
H A DDMSrcSink.cpp1485 : fContextType(config->getContextType()) in GPUSink()
1557 auto direct = factory.getContextInfo(fContextType, fContextOverrides).directContext(); in onDraw()
2146 : fContextType(config->getContextType()) in GraphiteSink()
2159 auto [_, context] = factory.getContextInfo(fContextType); in draw()

Completed in 10 milliseconds