Home
last modified time | relevance | path

Searched refs:GraphicsStateChecker (Results 1 – 18 of 18) sorted by relevance

/external/autotest/client/site_tests/graphics_KernelMemory/
Dgraphics_KernelMemory.py17 self.GSC = graphics_utils.GraphicsStateChecker()
/external/autotest/client/site_tests/graphics_Gbm/
Dgraphics_Gbm.py25 self.GSC = graphics_utils.GraphicsStateChecker()
/external/autotest/client/site_tests/graphics_KhronosGLCTSChrome/
Dgraphics_KhronosGLCTSChrome.py23 self.GSC = graphics_utils.GraphicsStateChecker()
/external/autotest/client/site_tests/graphics_GLES2ConformChrome/
Dgraphics_GLES2ConformChrome.py23 self.GSC = graphics_utils.GraphicsStateChecker()
/external/autotest/client/site_tests/graphics_PiglitBVT/
Dgraphics_PiglitBVT.py21 self.GSC = graphics_utils.GraphicsStateChecker()
/external/autotest/client/site_tests/graphics_WebGLClear/
Dgraphics_WebGLClear.py40 self.GSC = graphics_utils.GraphicsStateChecker()
/external/autotest/client/site_tests/graphics_GpuReset/
Dgraphics_GpuReset.py38 self.GSC = graphics_utils.GraphicsStateChecker(raise_error_on_hang=False)
/external/autotest/client/site_tests/graphics_SanAngeles/
Dgraphics_SanAngeles.py29 self.GSC = graphics_utils.GraphicsStateChecker()
/external/autotest/client/site_tests/graphics_WebGLPerformance/
Dgraphics_WebGLPerformance.py36 self.GSC = graphics_utils.GraphicsStateChecker()
/external/autotest/client/site_tests/graphics_Piglit/
Dgraphics_Piglit.py27 self.GSC = graphics_utils.GraphicsStateChecker()
/external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/
Dgraphics_WebGLManyPlanetsDeep.py30 self.GSC = graphics_utils.GraphicsStateChecker()
/external/autotest/client/site_tests/graphics_GLMark2/
Dgraphics_GLMark2.py44 self.GSC = graphics_utils.GraphicsStateChecker()
/external/autotest/client/site_tests/graphics_VTSwitch/
Dgraphics_VTSwitch.py43 self.GSC = graphics_utils.GraphicsStateChecker()
/external/autotest/client/site_tests/graphics_Stress/
Dgraphics_Stress.py33 self.GSC = graphics_utils.GraphicsStateChecker()
/external/autotest/client/site_tests/graphics_GLAPICheck/
Dgraphics_GLAPICheck.py184 self.GSC = graphics_utils.GraphicsStateChecker()
/external/autotest/client/site_tests/graphics_GLBench/
Dgraphics_GLBench.py56 self.GSC = graphics_utils.GraphicsStateChecker()
/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dgraphics_WebGLAquarium.py56 self.GSC = graphics_utils.GraphicsStateChecker()
/external/autotest/client/cros/graphics/
Dgraphics_utils.py989 class GraphicsStateChecker(object): class