Home
last modified time | relevance | path

Searched refs:INTENT_EXTRA_OFFSCREEN (Results 1 – 3 of 3) sorted by relevance

/cts/tests/openglperf2/src/android/opengl2/cts/
DGLActivityIntentKeys.java24 public final static String INTENT_EXTRA_OFFSCREEN = "offscreen"; field in GLActivityIntentKeys
/cts/tests/openglperf2/src/android/opengl2/cts/primitive/
DGLPrimitiveBenchmark.java126 intent.putExtra(GLActivityIntentKeys.INTENT_EXTRA_OFFSCREEN, offscreen); in runBenchmark()
DGLPrimitiveActivity.java53 mOffscreen = intent.getBooleanExtra(GLActivityIntentKeys.INTENT_EXTRA_OFFSCREEN, false); in onCreate()