Home
last modified time | relevance | path

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

/external/chromium_org/content/public/browser/
Dgpu_data_manager.h69 virtual bool IsCompleteGpuInfoAvailable() const = 0;
/external/chromium_org/content/browser/gpu/
Dgpu_data_manager_impl.cc63 bool GpuDataManagerImpl::IsCompleteGpuInfoAvailable() const { in IsCompleteGpuInfoAvailable() function in content::GpuDataManagerImpl
65 return private_->IsCompleteGpuInfoAvailable(); in IsCompleteGpuInfoAvailable()
Dgpu_data_manager_impl.h71 virtual bool IsCompleteGpuInfoAvailable() const OVERRIDE; in NON_EXPORTED_BASE()
Dgpu_data_manager_impl_private.h42 bool IsCompleteGpuInfoAvailable() const;
Dgpu_data_manager_impl_private.cc366 if (complete_gpu_info_already_requested_ || IsCompleteGpuInfoAvailable()) in RequestCompleteGpuInfoIfNeeded()
388 bool GpuDataManagerImplPrivate::IsCompleteGpuInfoAvailable() const { in IsCompleteGpuInfoAvailable() function in content::GpuDataManagerImplPrivate
573 if (IsCompleteGpuInfoAvailable()) in UpdateGpuInfo()