Home
last modified time | relevance | path

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

/external/angle/src/tests/test_utils/
Dangle_test_instantiate.cpp100 bool IsAndroidDevice(const std::string &deviceName) in IsAndroidDevice() function
312 return IsAndroidDevice("Nexus 5X"); in IsNexus5X()
317 return IsAndroidDevice("Nexus 9"); in IsNexus9()
322 return IsAndroidDevice("Pixel XL"); in IsPixelXL()
327 return IsAndroidDevice("Pixel 2"); in IsPixel2()
332 return IsAndroidDevice("Pixel 2 XL"); in IsPixel2XL()
337 return IsAndroidDevice("Pixel 4"); in IsPixel4()
342 return IsAndroidDevice("SHIELD Android TV"); in IsNVIDIAShield()
/external/angle/src/tests/test_expectations/
DGPUTestConfig.cpp441 inline bool IsAndroidDevice(const std::string &deviceName) in IsAndroidDevice() function
459 return IsAndroidDevice("Nexus 5X"); in IsNexus5X()
465 return IsAndroidDevice("Pixel 2"); in IsPixel2()
471 return IsAndroidDevice("Pixel 2 XL"); in IsPixel2XL()
476 return IsAndroidDevice("Pixel 4"); in IsPixel4()
481 return IsAndroidDevice("Pixel 4 XL"); in IsPixel4XL()