HomeSort by relevance Sort by last modified time
    Searched refs:GPUDevice (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/gpu/config/
gpu_info.h 39 struct GPU_EXPORT GPUDevice {
40 GPUDevice();
41 ~GPUDevice();
87 GPUDevice gpu;
90 std::vector<GPUDevice> secondary_gpus;
203 // Markers indicating that a GPUDevice is being described.
gpu_info.cc 10 const gpu::GPUInfo::GPUDevice& device) {
37 GPUInfo::GPUDevice::GPUDevice()
43 GPUInfo::GPUDevice::~GPUDevice() { }
74 GPUDevice gpu;
75 std::vector<GPUDevice> secondary_gpus;
gpu_info_collector_linux.cc 113 GPUInfo::GPUDevice gpu;
gpu_control_list_unittest.cc 500 GPUInfo::GPUDevice integrated_gpu;
gpu_control_list.cc     [all...]
gpu_control_list_entry_unittest.cc 1091 GPUInfo::GPUDevice second_gpu;
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/
gpu_device_unittest.py 11 device = gpu_device.GPUDevice(1000, 2000, 'test_vendor', 'test_device')
22 device = gpu_device.GPUDevice.FromDict(dictionary)
40 gpu_device.GPUDevice.FromDict(data_copy)
gpu_info.py 18 self._devices = [gpu_device.GPUDevice.FromDict(d) for d in device_array]
29 GPUDevice's required attributes)
gpu_info_unittest.py 34 self.assertTrue(isinstance(info.devices[0], gpu_device.GPUDevice))
39 self.assertTrue(isinstance(info.devices[1], gpu_device.GPUDevice))
gpu_device.py 5 class GPUDevice(object):
39 """Constructs a GPUDevice from a dictionary. Requires the
system_info_unittest.py 27 self.assertTrue(isinstance(info.gpu.devices[0], gpu_device.GPUDevice))
browser_unittest.py 92 self.assertTrue(isinstance(g, gpu_device.GPUDevice))
  /external/chromium_org/content/browser/devtools/
devtools_system_info_handler.cc 87 const gpu::GPUInfo::GPUDevice& device) {
  /external/chromium_org/content/browser/gpu/
gpu_internals_ui.cc 97 std::string GPUDeviceToString(const gpu::GPUInfo::GPUDevice& gpu) {
gpu_data_manager_impl_private_unittest.cc 706 gpu::GPUInfo::GPUDevice intel_gpu;
  /external/chromium_org/content/common/gpu/
gpu_messages.h 152 IPC_STRUCT_TRAITS_BEGIN(gpu::GPUInfo::GPUDevice)
    [all...]

Completed in 218 milliseconds