OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GSC
(Results
1 - 17
of
17
) sorted by null
/external/autotest/client/site_tests/graphics_KernelMemory/
graphics_KernelMemory.py
14
GSC
= None
17
self.
GSC
= graphics_utils.GraphicsStateChecker()
26
keyvals = self.
GSC
.get_memory_keyvals()
30
self.
GSC
.finalize()
33
if self.
GSC
.get_memory_access_errors() > 0:
/external/autotest/client/site_tests/graphics_GLES2ConformChrome/
graphics_GLES2ConformChrome.py
18
GSC
= None
23
self.
GSC
= graphics_utils.GraphicsStateChecker()
27
if self.
GSC
:
28
keyvals = self.
GSC
.get_memory_keyvals()
32
self.
GSC
.finalize()
/external/autotest/client/site_tests/graphics_Gbm/
graphics_Gbm.py
17
GSC
= None
25
self.
GSC
= graphics_utils.GraphicsStateChecker()
28
if self.
GSC
:
29
self.
GSC
.finalize()
/external/autotest/client/site_tests/graphics_KhronosGLCTSChrome/
graphics_KhronosGLCTSChrome.py
18
GSC
= None
23
self.
GSC
= graphics_utils.GraphicsStateChecker()
27
if self.
GSC
:
28
self.
GSC
.finalize()
/external/autotest/client/site_tests/graphics_PiglitBVT/
graphics_PiglitBVT.py
18
GSC
= None
21
self.
GSC
= graphics_utils.GraphicsStateChecker()
24
if self.
GSC
:
25
keyvals = self.
GSC
.get_memory_keyvals()
29
self.
GSC
.finalize()
/external/autotest/client/site_tests/graphics_GpuReset/
graphics_GpuReset.py
28
GSC
= None
38
self.
GSC
= graphics_utils.GraphicsStateChecker(raise_error_on_hang=False)
41
if self.
GSC
:
42
self.
GSC
.finalize()
119
keyvals = self.
GSC
.get_memory_keyvals()
/external/autotest/client/site_tests/graphics_Piglit/
graphics_Piglit.py
23
GSC
= None
27
self.
GSC
= graphics_utils.GraphicsStateChecker()
30
if self.
GSC
:
31
keyvals = self.
GSC
.get_memory_keyvals()
35
self.
GSC
.finalize()
/external/autotest/client/site_tests/graphics_SanAngeles/
graphics_SanAngeles.py
21
GSC
= None
29
self.
GSC
= graphics_utils.GraphicsStateChecker()
38
if self.
GSC
:
39
keyvals = self.
GSC
.get_memory_keyvals()
43
self.
GSC
.finalize()
/external/autotest/client/site_tests/graphics_WebGLClear/
graphics_WebGLClear.py
32
GSC
= None
40
self.
GSC
= graphics_utils.GraphicsStateChecker()
44
if self.
GSC
:
45
keyvals = self.
GSC
.get_memory_keyvals()
51
self.
GSC
.finalize()
/external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/
graphics_WebGLManyPlanetsDeep.py
20
GSC
= None
30
self.
GSC
= graphics_utils.GraphicsStateChecker()
33
if self.
GSC
:
34
keyvals = self.
GSC
.get_memory_keyvals()
40
self.
GSC
.finalize()
/external/autotest/client/site_tests/graphics_WebGLPerformance/
graphics_WebGLPerformance.py
27
GSC
= None
36
self.
GSC
= graphics_utils.GraphicsStateChecker()
39
if self.
GSC
:
40
keyvals = self.
GSC
.get_memory_keyvals()
46
self.
GSC
.finalize()
/external/autotest/client/site_tests/graphics_VTSwitch/
graphics_VTSwitch.py
36
GSC
= None
43
self.
GSC
= graphics_utils.GraphicsStateChecker()
49
if self.
GSC
:
50
self.
GSC
.finalize()
/external/autotest/client/site_tests/graphics_GLBench/
graphics_GLBench.py
50
GSC
= None
56
self.
GSC
= graphics_utils.GraphicsStateChecker()
64
if self.
GSC
:
65
keyvals = self.
GSC
.get_memory_keyvals()
69
self.
GSC
.finalize()
/external/autotest/client/site_tests/graphics_GLMark2/
graphics_GLMark2.py
38
GSC
= None
44
self.
GSC
= graphics_utils.GraphicsStateChecker()
52
if self.
GSC
:
53
keyvals = self.
GSC
.get_memory_keyvals()
57
self.
GSC
.finalize()
/external/autotest/client/site_tests/graphics_GLAPICheck/
graphics_GLAPICheck.py
20
GSC
= None
184
self.
GSC
= graphics_utils.GraphicsStateChecker()
187
if self.
GSC
:
188
self.
GSC
.finalize()
/external/autotest/client/site_tests/graphics_Stress/
graphics_Stress.py
33
self.
GSC
= graphics_utils.GraphicsStateChecker()
37
if self.
GSC
:
38
keyvals = self.
GSC
.get_memory_keyvals()
42
self.
GSC
.finalize()
/external/autotest/client/site_tests/graphics_WebGLAquarium/
graphics_WebGLAquarium.py
42
GSC
= None
56
self.
GSC
= graphics_utils.GraphicsStateChecker()
75
if self.
GSC
:
76
keyvals = self.
GSC
.get_memory_keyvals()
83
self.
GSC
.finalize()
Completed in 140 milliseconds