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

  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.java 149 private static int[] s_configAttribs2 =
163 egl.eglChooseConfig(display, s_configAttribs2, null, 0, num_config);
174 egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 149 private static int[] s_configAttribs2 =
163 egl.eglChooseConfig(display, s_configAttribs2, null, 0, num_config);
174 egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 103 private static int[] s_configAttribs2 =
124 egl.eglChooseConfig(display, s_configAttribs2, null, 0, num_config);
132 egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 103 private static int[] s_configAttribs2 =
124 egl.eglChooseConfig(display, s_configAttribs2, null, 0, num_config);
132 egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 106 private static int[] s_configAttribs2 =
127 egl.eglChooseConfig(display, s_configAttribs2, null, 0, num_config);
135 egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
GLSurfaceView20.java 191 private static int[] s_configAttribs2 = {EGL10.EGL_RED_SIZE, 4, EGL10.EGL_GREEN_SIZE, 4, EGL10.EGL_BLUE_SIZE, 4,
200 egl.eglChooseConfig(display, s_configAttribs2, null, 0, num_config);
212 egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);
GLSurfaceView20API18.java 174 private static int[] s_configAttribs2 = {EGL10.EGL_RED_SIZE, 4, EGL10.EGL_GREEN_SIZE, 4, EGL10.EGL_BLUE_SIZE, 4,
183 egl.eglChooseConfig(display, s_configAttribs2, null, 0, num_config);
195 egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);
  /external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 125 private static int[] s_configAttribs2 =
138 egl.eglChooseConfig(display, s_configAttribs2, null, 0, num_config);
148 egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);

Completed in 296 milliseconds