OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDriverBugWorkarounds
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/content/browser/gpu/
compositor_util.h
27
CONTENT_EXPORT base::Value*
GetDriverBugWorkarounds
();
gpu_data_manager_impl.h
121
void
GetDriverBugWorkarounds
(base::ListValue* workarounds) const;
compositor_util.cc
408
base::Value*
GetDriverBugWorkarounds
() {
410
GpuDataManagerImpl::GetInstance()->
GetDriverBugWorkarounds
(workaround_list);
gpu_data_manager_impl.cc
180
void GpuDataManagerImpl::
GetDriverBugWorkarounds
(
183
private_->
GetDriverBugWorkarounds
(workarounds);
gpu_data_manager_impl_private.h
73
void
GetDriverBugWorkarounds
(base::ListValue* workarounds) const;
gpu_internals_ui.cc
340
feature_status->Set("workarounds",
GetDriverBugWorkarounds
());
gpu_data_manager_impl_private.cc
845
void GpuDataManagerImplPrivate::
GetDriverBugWorkarounds
(
[
all
...]
/external/chromium_org/content/browser/renderer_host/
compositing_iosurface_shader_programs_mac.cc
339
manager->
GetDriverBugWorkarounds
(&workarounds);
Completed in 146 milliseconds