Home | History | Annotate | Download | only in config

Lines Matching defs:gpu_info_

23     return gpu_info_;
59 gpu_info_.gpu.vendor_id = 0x10de;
60 gpu_info_.gpu.device_id = 0x0640;
61 gpu_info_.driver_vendor = "NVIDIA";
62 gpu_info_.driver_version = "1.6.18";
63 gpu_info_.driver_date = "7-14-2009";
64 gpu_info_.machine_model_name = "MacBookPro";
65 gpu_info_.machine_model_version = "7.1";
66 gpu_info_.gl_vendor = "NVIDIA Corporation";
67 gpu_info_.gl_renderer = "NVIDIA GeForce GT 120 OpenGL Engine";
68 gpu_info_.performance_stats.graphics = 5.0;
69 gpu_info_.performance_stats.gaming = 5.0;
70 gpu_info_.performance_stats.overall = 5.0;
77 GPUInfo gpu_info_;