Searched refs:mDevicePreferences (Results 1 – 2 of 2) sorted by relevance
325 mDevicePreferences.push_back(dawn_native::DeviceType::DiscreteGPU); in ParseArgs()327 mDevicePreferences.push_back(dawn_native::DeviceType::IntegratedGPU); in ParseArgs()329 mDevicePreferences.push_back(dawn_native::DeviceType::CPU); in ParseArgs()478 for (dawn_native::DeviceType devicePreference : mDevicePreferences) { in SelectPreferredAdapterProperties()510 if (!mDevicePreferences.empty()) { in SelectPreferredAdapterProperties()
260 std::vector<dawn_native::DeviceType> mDevicePreferences; variable