Home | History | Annotate | Download | only in functional

Lines Matching full:gpu

14   """GPU Tests Runner."""
17 """Fetch the pid of the GPU process."""
20 if x['type'] == 'GPU':
25 """Check if gpu is enabled in the machine before running any tests."""
26 self.NavigateToURL('about:gpu')
30 The about:gpu page fetches status for features asynchronously, so use
42 # about:gpu page starts a gpu process. Restart the browser to clear
43 # the state. We could kill the gpu process, but navigating to a page
44 # after killing the gpu can lead to flakiness.
53 url = self.GetFileURLForDataPath('pyauto_private', 'gpu', url)
56 lambda: self._GetGpuPID() is not None), msg='No process for GPU')
59 """Verify there's only one gpu process shared across all uses."""
62 'gpu', 'WebGLField.html')
70 # Verify there's only 1 gpu process.
73 if x['type'] == 'GPU':