/external/chromium_org/gpu/config/ |
gpu_info_collector.h | 28 GPU_EXPORT bool CollectBasicGraphicsInfo(GPUInfo* gpu_info); 33 GPU_EXPORT bool CollectContextGraphicsInfo(GPUInfo* gpu_info); 41 GPU_EXPORT bool CollectGraphicsInfoGL(GPUInfo* gpu_info); 44 GPU_EXPORT bool CollectDriverInfoGL(GPUInfo* gpu_info); 46 // Merge GPUInfo from CollectContextGraphicsInfo into basic GPUInfo. 49 GPU_EXPORT void MergeGPUInfo(GPUInfo* basic_gpu_info, 50 const GPUInfo& context_gpu_info); 53 GPU_EXPORT void MergeGPUInfoGL(GPUInfo* basic_gpu_info, 54 const GPUInfo& context_gpu_info) [all...] |
gpu_info_collector_ozone.cc | 11 bool CollectContextGraphicsInfo(GPUInfo* gpu_info) { 22 bool CollectBasicGraphicsInfo(GPUInfo* gpu_info) { 27 bool CollectDriverInfoGL(GPUInfo* gpu_info) { 32 void MergeGPUInfo(GPUInfo* basic_gpu_info, 33 const GPUInfo& context_gpu_info) { 37 bool DetermineActiveGPU(GPUInfo* gpu_info) {
|
gpu_util.h | 18 struct GPUInfo; 24 // Collect basic GPUInfo, compute the driver bug workarounds for the current 28 // With provided GPUInfo, compute the driver bug workarounds for the current 31 const GPUInfo& gpu_inco, CommandLine* command_line);
|
gpu_info.cc | 9 void EnumerateGPUDevice(gpu::GPUInfo::Enumerator* enumerator, 10 const gpu::GPUInfo::GPUDevice& device) { 23 GPUInfo::GPUDevice::GPUDevice() 28 GPUInfo::GPUDevice::~GPUDevice() { } 30 GPUInfo::GPUInfo() 42 GPUInfo::~GPUInfo() { } 44 void GPUInfo::EnumerateFields(Enumerator* enumerator) const { 81 // GPUInfo which fits within the current padding then it will not be caught [all...] |
gpu_info_collector_unittest.cc | 111 GPUInfo test_values_; 120 GPUInfo gpu_info; 129 GPUInfo gpu_info; 137 GPUInfo gpu_info; 144 GPUInfo gpu_info; 151 GPUInfo gpu_info; 158 GPUInfo gpu_info; 165 GPUInfo gpu_info; 172 GPUInfo gpu_info; 179 GPUInfo gpu_info [all...] |
gpu_info_collector_android.cc | 91 bool CollectContextGraphicsInfo(GPUInfo* gpu_info) { 102 bool CollectBasicGraphicsInfo(GPUInfo* gpu_info) { 114 bool CollectDriverInfoGL(GPUInfo* gpu_info) { 122 void MergeGPUInfo(GPUInfo* basic_gpu_info, 123 const GPUInfo& context_gpu_info) { 127 bool DetermineActiveGPU(GPUInfo* gpu_info) {
|
gpu_info.h | 24 struct GPU_EXPORT GPUInfo { 44 GPUInfo(); 45 ~GPUInfo(); 51 // Whether more GPUInfo fields might be collected in the future. 172 // Markers indicating that "auxiliary" attributes of the GPUInfo
|
gpu_info_collector_x11.cc | 102 bool CollectPCIVideoCardInfo(GPUInfo* gpu_info) { 131 GPUInfo::GPUDevice gpu; 168 bool FindAndSetActiveGPU(GPUInfo* gpu_info, uint32 active_vendor) { 170 GPUInfo::GPUDevice* device = NULL; 179 GPUInfo::GPUDevice temp = gpu_info->gpu; 187 bool CollectContextGraphicsInfo(GPUInfo* gpu_info) { 217 GPUInfo gpu_info; 226 bool CollectBasicGraphicsInfo(GPUInfo* gpu_info) { 264 bool CollectDriverInfoGL(GPUInfo* gpu_info) { 289 void MergeGPUInfo(GPUInfo* basic_gpu_info [all...] |
gpu_test_config.h | 17 struct GPUInfo; 100 bool SetGPUInfo(const GPUInfo& gpu_info); 113 // If gpu_info is NULL, collect GPUInfo first. 114 bool LoadCurrentConfig(const GPUInfo* gpu_info);
|
gpu_driver_bug_list_unittest.cc | 23 const GPUInfo& gpu_info() const { 46 GPUInfo gpu_info_; 59 GPUInfo gpu_info; 71 GPUInfo gpu_info;
|
gpu_info_unittest.cc | 10 // Test that an empty GPUInfo has valid members 12 GPUInfo gpu_info;
|
gpu_blacklist_unittest.cc | 22 const GPUInfo& gpu_info() const { 76 GPUInfo gpu_info_;
|
gpu_util.cc | 57 GPUInfo gpu_info; 64 const GPUInfo& gpu_info, CommandLine* command_line) {
|
/external/chromium/chrome/common/ |
chrome_content_client.h | 18 virtual void SetGpuInfo(const GPUInfo& gpu_info);
|
child_process_logging.h | 15 struct GPUInfo; 61 void SetGpuInfo(const GPUInfo& gpu_info);
|
/external/chromium/chrome/browser/ |
gpu_data_manager.h | 28 // Requests complete GPUinfo if it has not already been requested 31 // Only update if the current GPUInfo is not finalized. 32 void UpdateGpuInfo(const GPUInfo& gpu_info); 34 const GPUInfo& gpu_info() const; 83 // If flags hasn't been set and GPUInfo is available, run through blacklist 95 GPUInfo gpu_info_;
|
/external/chromium_org/content/public/browser/ |
gpu_data_manager.h | 23 struct GPUInfo; 40 const gpu::GPUInfo& gpu_info) = 0; 44 virtual gpu::GPUInfo GetGPUInfo() const = 0; 60 // Requests complete GPUinfo if it has not already been requested
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
system_info.py | 13 self._gpu = gpu_info.GPUInfo.FromDict(gpu_dict) 23 gpu (object containing GPUInfo's required attributes) 39 """A GPUInfo object describing the graphics processor(s) on the system."""
|
gpu_info_unittest.py | 31 info = gpu_info.GPUInfo.FromDict(data) 64 gpu_info.GPUInfo.FromDict(data_copy) 77 gpu_info.GPUInfo.FromDict(data)
|
gpu_info.py | 7 class GPUInfo(object): 22 """Constructs a GPUInfo from a dictionary of attributes.
|
/external/chromium_org/content/browser/renderer_host/ |
gpu_message_filter.h | 23 struct GPUInfo; 71 const gpu::GPUInfo& gpu_info);
|
/external/chromium_org/content/gpu/ |
gpu_child_thread.h | 42 const gpu::GPUInfo& gpu_info, 89 gpu::GPUInfo gpu_info_;
|
/external/chromium_org/content/browser/devtools/ |
devtools_system_info_handler.cc | 29 class AuxGPUInfoEnumerator : public gpu::GPUInfo::Enumerator { 81 const gpu::GPUInfo::GPUDevice& device) { 104 gpu::GPUInfo gpu_info = GpuDataManagerImpl::GetInstance()->GetGPUInfo();
|
/external/chromium_org/content/browser/gpu/ |
gpu_data_manager_impl.h | 60 const gpu::GPUInfo& gpu_info) OVERRIDE; 62 virtual gpu::GPUInfo GetGPUInfo() const OVERRIDE; 89 // Only update if the current GPUInfo is not finalized. If blacklist is 91 void UpdateGpuInfo(const gpu::GPUInfo& gpu_info);
|
/external/chromium_org/content/public/common/ |
content_client.h | 34 struct GPUInfo; 93 virtual void SetGpuInfo(const gpu::GPUInfo& gpu_info) {}
|