HomeSort by relevance Sort by last modified time
    Searched refs:GLSurfaceViewStubActivity (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/graphics/src/android/opengl/cts/
GLSurfaceViewTest.java 31 ActivityInstrumentationTestCase2<GLSurfaceViewStubActivity> {
43 private GLSurfaceViewStubActivity mActivity;
46 super("com.android.cts.stub", GLSurfaceViewStubActivity.class);
  /cts/tests/src/android/opengl/cts/
GLSurfaceViewStubActivity.java 30 public class GLSurfaceViewStubActivity extends Activity {
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java 28 import android.opengl.cts.GLSurfaceViewStubActivity;
66 public class CameraGLTest extends ActivityInstrumentationTestCase2<GLSurfaceViewStubActivity> {
93 super(PACKAGE, GLSurfaceViewStubActivity.class);
102 GLSurfaceViewStubActivity.setRenderer(mRenderer);
103 GLSurfaceViewStubActivity.setRenderMode(GLSurfaceView.RENDERMODE_WHEN_DIRTY);
104 GLSurfaceViewStubActivity.setGlVersion(2);
106 GLSurfaceViewStubActivity stubActivity = getActivity();
117 GLSurfaceViewStubActivity.resetRenderMode();
118 GLSurfaceViewStubActivity.resetRenderer();
119 GLSurfaceViewStubActivity.resetGlVersion()
    [all...]

Completed in 170 milliseconds