Home
last modified time | relevance | path

Searched refs:mStartSignal (Results 1 – 2 of 2) sorted by relevance

/cts/tests/openglperf2/src/android/opengl2/cts/primitive/
DGLPrimitiveActivity.java36 private CountDownLatch mStartSignal = new CountDownLatch(1); field in GLPrimitiveActivity
70 mStartSignal.countDown(); in onCreate()
123 mStartSignal.await(); in run()
/cts/tests/openglperf2/src/android/opengl2/cts/reference/
DGLGameActivity.java49 private CountDownLatch mStartSignal = new CountDownLatch(1); field in GLGameActivity
65 mStartSignal.countDown(); in onCreate()
113 mStartSignal.await(); in run()