Home
last modified time | relevance | path

Searched refs:getContextType (Results 1 – 5 of 5) sorted by relevance

/external/skia/tests/
DTestConfigParsing.cpp44 REPORTER_ASSERT(reporter, configs[0]->asConfigGpu()->getContextType() in DEF_TEST()
184 REPORTER_ASSERT(reporter, configs[32]->asConfigGpu()->getContextType() == in DEF_TEST()
191 REPORTER_ASSERT(reporter, configs[42]->asConfigGpu()->getContextType() == in DEF_TEST()
195 REPORTER_ASSERT(reporter, configs[43]->asConfigGpu()->getContextType() == in DEF_TEST()
198 REPORTER_ASSERT(reporter, configs[33]->asConfigGpu()->getContextType() == in DEF_TEST()
202 REPORTER_ASSERT(reporter, configs[34]->asConfigGpu()->getContextType() == in DEF_TEST()
207 REPORTER_ASSERT(reporter, configs[35]->asConfigGpu()->getContextType() == in DEF_TEST()
211 REPORTER_ASSERT(reporter, configs[36]->asConfigGpu()->getContextType() == in DEF_TEST()
216 REPORTER_ASSERT(reporter, configs[37]->asConfigGpu()->getContextType() == in DEF_TEST()
219 REPORTER_ASSERT(reporter, configs[38]->asConfigGpu()->getContextType() == in DEF_TEST()
[all …]
/external/skia/tools/flags/
DSkCommonFlagsConfig.h61 ContextType getContextType() const { return fContextType; } in getContextType() function
/external/skia/tools/skpbench/
Dskpbench.cpp282 factory.getContextInfo(config->getContextType(), config->getContextOverrides()); in main()
/external/skia/bench/
Dnanobench.cpp417 const auto ctxType = gpuConfig->getContextType(); in create_config()
/external/skia/dm/
DDM.cpp847 GrContextFactory::ContextType contextType = gpuConfig->getContextType(); in create_sink()