Searched refs:outSystemInfo (Results 1 – 1 of 1) sorted by relevance
1811 angle::SystemInfo *outSystemInfo, in GetSystemInfoVendorIDAndDeviceID() argument1820 bool isGetSystemInfoSuccess = angle::GetSystemInfo(outSystemInfo); in GetSystemInfoVendorIDAndDeviceID()1823 if (isGetSystemInfoSuccess && !outSystemInfo->gpus.empty()) in GetSystemInfoVendorIDAndDeviceID()1829 *outVendor = outSystemInfo->gpus[outSystemInfo->activeGPUIndex].vendorId; in GetSystemInfoVendorIDAndDeviceID()1830 *outDevice = outSystemInfo->gpus[outSystemInfo->activeGPUIndex].deviceId; in GetSystemInfoVendorIDAndDeviceID()1834 for (const angle::GPUDeviceInfo &gpu : outSystemInfo->gpus) in GetSystemInfoVendorIDAndDeviceID()