Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/graphics_Gralloc/
Dgraphics_Gralloc.py73 gpu_family = utils.get_gpu_family()
/external/autotest/client/site_tests/graphics_WebGLPerformance/
Dgraphics_WebGLPerformance.py115 if utils.get_gpu_family() == 'pinetrail':
/external/autotest/client/site_tests/graphics_Idle/
Dgraphics_Idle.py43 self._gpu_type = utils.get_gpu_family()
/external/autotest/client/site_tests/graphics_dEQP/
Dgraphics_dEQP.py59 self._gpu_type = utils.get_gpu_family()
/external/autotest/client/bin/
Dsite_utils.py967 def get_gpu_family(): function