Home
last modified time | relevance | path

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

/external/chromium_org/gpu/config/
Dgpu_info.h39 struct GPU_EXPORT GPUDevice { struct
44 uint32 vendor_id;
48 uint32 device_id;
52 bool active;
58 std::string vendor_string;
59 std::string device_string;
Dgpu_info.cc37 GPUInfo::GPUDevice::GPUDevice() in GPUDevice() function in gpu::GPUInfo::GPUDevice
/external/chromium_org/tools/telemetry/telemetry/core/
Dgpu_device.py5 class GPUDevice(object): class