Searched defs:GPUDevice (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/core/
H A Dgpu_device.py5 class GPUDevice(object): class in inherits:object
39 """Constructs a GPUDevice from a dictionary. Requires the
/external/chromium_org/gpu/config/
H A Dgpu_info.cc10 const gpu::GPUInfo::GPUDevice& device) {
37 GPUInfo::GPUDevice::GPUDevice() function in class:gpu::GPUInfo::GPUDevice
43 GPUInfo::GPUDevice::~GPUDevice() { }
74 GPUDevice gpu;
75 std::vector<GPUDevice> secondary_gpus;
H A Dgpu_info.h39 struct GPU_EXPORT GPUDevice { struct in struct:gpu::GPUInfo
40 GPUDevice();
41 ~GPUDevice();
87 GPUDevice gpu;
90 std::vector<GPUDevice> secondary_gpus;
203 // Markers indicating that a GPUDevice is being described.

Completed in 461 milliseconds