Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1814 angle::SystemInfo *outSystemInfo, in GetSystemInfoVendorIDAndDeviceID() argument
1818 bool isGetSystemInfoSuccess = angle::GetSystemInfo(outSystemInfo); in GetSystemInfoVendorIDAndDeviceID()
1819 if (isGetSystemInfoSuccess && !outSystemInfo->gpus.empty()) in GetSystemInfoVendorIDAndDeviceID()
1821 *outVendor = outSystemInfo->gpus[outSystemInfo->activeGPUIndex].vendorId; in GetSystemInfoVendorIDAndDeviceID()
1822 *outDevice = outSystemInfo->gpus[outSystemInfo->activeGPUIndex].deviceId; in GetSystemInfoVendorIDAndDeviceID()