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

  /external/chromium_org/third_party/libjingle/source/talk/base/
systeminfo.h 71 struct GpuInfo {
72 GpuInfo() : vendor_id(0), device_id(0) {}
80 bool GetGpuInfo(GpuInfo *info);
systeminfo_unittest.cc 202 TEST(SystemInfoTest, GpuInfo) {
204 talk_base::SystemInfo::GpuInfo gi;
systeminfo.cc 483 bool SystemInfo::GetGpuInfo(GpuInfo *info) {
  /external/chromium_org/third_party/webrtc/base/
systeminfo.h 54 struct GpuInfo {
55 GpuInfo() : vendor_id(0), device_id(0) {}
63 bool GetGpuInfo(GpuInfo *info);
systeminfo_unittest.cc 185 TEST(SystemInfoTest, GpuInfo) {
187 rtc::SystemInfo::GpuInfo gi;
systeminfo.cc 466 bool SystemInfo::GetGpuInfo(GpuInfo *info) {

Completed in 1689 milliseconds