Searched refs:GetDriverBugWorkarounds (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/browser/gpu/
H A Dcompositor_util.h45 CONTENT_EXPORT base::Value* GetDriverBugWorkarounds();
H A Dcompositor_util.cc377 base::Value* GetDriverBugWorkarounds() { function in namespace:content::__anon7181
379 GpuDataManagerImpl::GetInstance()->GetDriverBugWorkarounds(workaround_list);
H A Dgpu_data_manager_impl.h125 void GetDriverBugWorkarounds(base::ListValue* workarounds) const;
H A Dgpu_data_manager_impl.cc190 void GpuDataManagerImpl::GetDriverBugWorkarounds( function in class:content::GpuDataManagerImpl
193 private_->GetDriverBugWorkarounds(workarounds);
H A Dgpu_data_manager_impl_private.h79 void GetDriverBugWorkarounds(base::ListValue* workarounds) const;
H A Dgpu_internals_ui.cc397 feature_status->Set("workarounds", GetDriverBugWorkarounds());
H A Dgpu_data_manager_impl_private.cc759 void GpuDataManagerImplPrivate::GetDriverBugWorkarounds( function in class:content::GpuDataManagerImplPrivate
/external/chromium_org/content/browser/devtools/
H A Ddevtools_system_info_handler.cc127 gpu_dict->Set(kDriverBugWorkarounds, GetDriverBugWorkarounds());

Completed in 230 milliseconds