OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RENDERING_TIMEOUT
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsSurfaceView.java
24
private final long
RENDERING_TIMEOUT
= 1900; // in msec, close to 2 secs
25
private final WatchDog mWatchDog = new WatchDog(
RENDERING_TIMEOUT
);
GlVboPerfTest.java
28
private static final long
RENDERING_TIMEOUT
= 5 * 60;
102
.waitForGlPlanetsCompletionWithTimeout(
RENDERING_TIMEOUT
);
Completed in 122 milliseconds