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

  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GPUStressTestActivity.java 28 GLtestView mView;
40 mView = new GLtestView(getApplication());
GLtestView.java 67 class GLtestView extends GLSurfaceView {
68 private static String TAG = "GLtestView";
71 public GLtestView(Context context) {
76 public GLtestView(Context context, boolean translucent, int depth, int stencil) {

Completed in 183 milliseconds