HomeSort by relevance Sort by last modified time
    Searched refs:GPUInfo (Results 26 - 50 of 70) sorted by null

12 3

  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl_private.h 29 const gpu::GPUInfo& gpu_info);
32 gpu::GPUInfo GetGPUInfo() const;
55 void UpdateGpuInfo(const gpu::GPUInfo& gpu_info);
184 const gpu::GPUInfo& gpu_info);
194 void UpdateGpuSwitchingManager(const gpu::GPUInfo& gpu_info);
221 gpu::GPUInfo gpu_info_;
browser_gpu_channel_host_factory.h 84 gpu::GPUInfo gpu_info() { return gpu_info_; }
91 const gpu::GPUInfo& gpu_info);
101 gpu::GPUInfo gpu_info_;
gpu_process_host_ui_shim.h 94 void OnGraphicsInfoCollected(const gpu::GPUInfo& gpu_info);
gpu_process_host.h 59 typedef base::Callback<void(const IPC::ChannelHandle&, const gpu::GPUInfo&)>
103 // and GPUInfo, we call the callback.
156 void OnInitialized(bool result, const gpu::GPUInfo& gpu_info);
gpu_data_manager_impl.cc 22 const std::string& gpu_blacklist_json, const gpu::GPUInfo& gpu_info) {
37 gpu::GPUInfo GpuDataManagerImpl::GetGPUInfo() const {
130 void GpuDataManagerImpl::UpdateGpuInfo(const gpu::GPUInfo& gpu_info) {
gpu_data_manager_impl_private_unittest.cc 168 GPUInfo gpu_info;
216 GPUInfo gpu_info;
300 GPUInfo gpu_info;
331 GPUInfo gpu_info;
517 GPUInfo gpu_info;
522 // Not enough GPUInfo.
570 GPUInfo gpu_info;
580 // Full GPUInfo, the entry applies.
586 // SetGLStrings() has no effects because GPUInfo already got these strings.
644 GPUInfo gpu_info
    [all...]
gpu_data_manager_impl_private.cc 107 void UpdateStats(const gpu::GPUInfo& gpu_info,
240 void ApplyAndroidWorkarounds(const gpu::GPUInfo& gpu_info,
314 const gpu::GPUInfo& gpu_info) {
364 gpu::GPUInfo GpuDataManagerImplPrivate::GetGPUInfo() const {
505 // If GPUInfo already got GL strings, do nothing. This is for the rare
512 gpu::GPUInfo gpu_info = gpu_info_;
546 gpu::GPUInfo gpu_info;
551 // cancelling GPUInfo gathering as it allows us to proceed with loading the
584 void GpuDataManagerImplPrivate::UpdateGpuInfo(const gpu::GPUInfo& gpu_info) {
    [all...]
  /external/chromium_org/gpu/config/
gpu_control_list_entry_unittest.cc 25 const GPUInfo& gpu_info() const {
67 GPUInfo gpu_info_;
253 GPUInfo gpu_info;
516 GPUInfo gpu_info;
539 GPUInfo gpu_info;
567 GPUInfo gpu_info;
606 GPUInfo gpu_info;
612 GPUInfo::GPUDevice gpu_device;
639 GPUInfo gpu_info;
645 GPUInfo::GPUDevice gpu_device
    [all...]
gpu_info_collector.cc 83 bool CollectGraphicsInfoGL(GPUInfo* gpu_info) {
131 void MergeGPUInfoGL(GPUInfo* basic_gpu_info,
132 const GPUInfo& context_gpu_info) {
gpu_info_collector_win.cc 210 bool D3D11ShouldWork(const GPUInfo& gpu_info) {
373 GPUInfo* gpu_info) {
452 bool CollectContextGraphicsInfo(GPUInfo* gpu_info) {
549 bool CollectBasicGraphicsInfo(GPUInfo* gpu_info) {
626 bool CollectDriverInfoGL(GPUInfo* gpu_info) {
639 void MergeGPUInfo(GPUInfo* basic_gpu_info,
640 const GPUInfo& context_gpu_info) {
653 bool DetermineActiveGPU(GPUInfo* gpu_info) {
gpu_control_list_unittest.cc 36 const GPUInfo& gpu_info() const {
67 GPUInfo gpu_info_;
317 GPUInfo gpu_info;
386 GPUInfo gpu_info;
432 GPUInfo gpu_info;
gpu_control_list.h 22 struct GPUInfo;
56 OsType os, std::string os_version, const GPUInfo& gpu_info);
299 const GPUInfo& gpu_info) const;
303 bool NeedsMoreInfo(const GPUInfo& gpu_info) const;
gpu_test_config.cc 150 bool GPUTestBotConfig::SetGPUInfo(const GPUInfo& gpu_info) {
227 bool GPUTestBotConfig::LoadCurrentConfig(const GPUInfo* gpu_info) {
230 GPUInfo my_gpu_info;
  /external/chromium/chrome/common/
child_process_logging_linux.cc 60 void SetGpuInfo(const GPUInfo& gpu_info) {
child_process_logging_win.cc 129 void SetGpuInfo(const GPUInfo& gpu_info) {
chrome_content_client.cc 175 void ChromeContentClient::SetGpuInfo(const GPUInfo& gpu_info) {
  /external/chromium_org/chrome/common/
chrome_content_client.h 23 virtual void SetGpuInfo(const gpu::GPUInfo& gpu_info) OVERRIDE;
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.h 97 const gpu::GPUInfo& gpu_info,
110 const gpu::GPUInfo& gpu_info() const { return gpu_info_; }
183 const gpu::GPUInfo& gpu_info);
249 const gpu::GPUInfo gpu_info_;
  /external/chromium_org/content/gpu/
gpu_main.cc 62 bool StartSandboxLinux(const gpu::GPUInfo&, GpuWatchdogThread*, bool);
181 gpu::GPUInfo gpu_info;
204 // Warm up resources that don't need access to GPUInfo.
372 void WarmUpSandboxNvidia(const gpu::GPUInfo& gpu_info,
384 bool StartSandboxLinux(const gpu::GPUInfo& gpu_info,
gpu_child_thread.cc 45 const gpu::GPUInfo& gpu_info,
  /external/chromium_org/tools/telemetry/telemetry/core/
system_info_unittest.py 23 self.assertTrue(isinstance(info.gpu, gpu_info.GPUInfo))
  /external/chromium/chrome/browser/
gpu_data_manager.cc 24 GPUInfo gpu_info;
47 void GpuDataManager::UpdateGpuInfo(const GPUInfo& gpu_info) {
54 const GPUInfo& GpuDataManager::gpu_info() const {
186 // If gpu is blacklisted, no further GPUInfo will be collected.
197 // Notify clients that GpuInfo state has changed
  /external/chromium_org/content/common/gpu/
gpu_messages.h 130 IPC_STRUCT_TRAITS_BEGIN(gpu::GPUInfo::GPUDevice)
137 IPC_STRUCT_TRAITS_BEGIN(gpu::GPUInfo)
332 gpu::GPUInfo /* stats about GPU process*/)
344 ::gpu::GPUInfo /* gpu_info */)
379 gpu::GPUInfo /* GPU logging stats */)
    [all...]
  /external/chromium_org/content/browser/devtools/
devtools_protocol_constants.cc 238 namespace GPUInfo {
242 } // GPUInfo
devtools_protocol_constants.h 239 namespace GPUInfo {
243 } // GPUInfo

Completed in 3623 milliseconds

12 3