Home
last modified time | relevance | path

Searched refs:outSystemInfo (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1811 angle::SystemInfo *outSystemInfo, in GetSystemInfoVendorIDAndDeviceID() argument
1820 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()