Searched refs:gpu_device (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/core/
H A Dgpu_device_unittest.py6 from telemetry.core import gpu_device namespace
11 device = gpu_device.GPUDevice(1000, 2000, 'test_vendor', 'test_device')
22 device = gpu_device.GPUDevice.FromDict(dictionary)
40 gpu_device.GPUDevice.FromDict(data_copy)
H A Dgpu_info.py5 from telemetry.core import gpu_device namespace
18 self._devices = [gpu_device.GPUDevice.FromDict(d) for d in device_array]
H A Dgpu_info_unittest.py6 from telemetry.core import gpu_device namespace
34 self.assertTrue(isinstance(info.devices[0], gpu_device.GPUDevice))
39 self.assertTrue(isinstance(info.devices[1], gpu_device.GPUDevice))
H A Dsystem_info_unittest.py6 from telemetry.core import gpu_device namespace
27 self.assertTrue(isinstance(info.gpu.devices[0], gpu_device.GPUDevice))
H A Dbrowser_unittest.py8 from telemetry.core import gpu_device namespace
92 self.assertTrue(isinstance(g, gpu_device.GPUDevice))
/external/sepolicy/
H A Dapp.te93 allow appdomain gpu_device:chr_file { rw_file_perms execute };
H A Dsystem_server.te158 allow system_server gpu_device:chr_file rw_file_perms;
H A Dfile_contexts70 /dev/pvrsrvkm u:object_r:gpu_device:s0

Completed in 186 milliseconds