Home
last modified time | relevance | path

Searched refs:GpuFeatureInfoType (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/gpu/
H A Dcompositor_util.cc52 enum class GpuFeatureInfoType { kCurrent, kForHardwareGpu }; enum
203 GpuFeatureInfoType type) { in GetFeatureStatusImpl()
209 type == GpuFeatureInfoType::kCurrent in GetFeatureStatusImpl()
266 std::unique_ptr<base::ListValue> GetProblemsImpl(GpuFeatureInfoType type) { in GetProblemsImpl()
272 type == GpuFeatureInfoType::kCurrent in GetProblemsImpl()
324 type == GpuFeatureInfoType::kCurrent in GetDriverBugWorkaroundsImpl()
465 return GetFeatureStatusImpl(GpuFeatureInfoType::kCurrent); in GetFeatureStatus()
469 return GetProblemsImpl(GpuFeatureInfoType::kCurrent); in GetProblems()
473 return GetDriverBugWorkaroundsImpl(GpuFeatureInfoType::kCurrent); in GetDriverBugWorkarounds()
477 return GetFeatureStatusImpl(GpuFeatureInfoType::kForHardwareGpu); in GetFeatureStatusForHardwareGpu()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/gpu/
H A Dcompositor_util.cc51 enum class GpuFeatureInfoType { kCurrent, kForHardwareGpu }; enum
220 GpuFeatureInfoType type) { in GetFeatureStatusImpl()
226 type == GpuFeatureInfoType::kCurrent in GetFeatureStatusImpl()
283 std::unique_ptr<base::ListValue> GetProblemsImpl(GpuFeatureInfoType type) { in GetProblemsImpl()
289 type == GpuFeatureInfoType::kCurrent in GetProblemsImpl()
341 type == GpuFeatureInfoType::kCurrent in GetDriverBugWorkaroundsImpl()
481 return GetFeatureStatusImpl(GpuFeatureInfoType::kCurrent); in GetFeatureStatus()
485 return GetProblemsImpl(GpuFeatureInfoType::kCurrent); in GetProblems()
489 return GetDriverBugWorkaroundsImpl(GpuFeatureInfoType::kCurrent); in GetDriverBugWorkarounds()
493 return GetFeatureStatusImpl(GpuFeatureInfoType::kForHardwareGpu); in GetFeatureStatusForHardwareGpu()
[all …]