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

  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
GLSurfaceView20.java 43 public class GLSurfaceView20 extends GLSurfaceView {
53 public GLSurfaceView20 (Context context, ResolutionStrategy resolutionStrategy, int targetGLESVersion) {
55 GLSurfaceView20.targetGLESVersion = targetGLESVersion;
60 public GLSurfaceView20 (Context context, ResolutionStrategy resolutionStrategy) {
64 public GLSurfaceView20 (Context context, boolean translucent, int depth, int stencil, ResolutionStrategy resolutionStrategy) {
144 Log.w(TAG, "creating OpenGL ES " + GLSurfaceView20.targetGLESVersion + ".0 context");
146 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, GLSurfaceView20.targetGLESVersion,
151 if ((!success || context == null) && GLSurfaceView20.targetGLESVersion > 2) {
153 GLSurfaceView20.targetGLESVersion = 2;
GLSurfaceView20API18.java 32 /** <b>This class is a slightly modified copy of GLSurfaceView20 which extends GLSurfaceViewAPI18 instead of the classic GLSurfaceView.
139 GLSurfaceView20.EGL_CONTEXT_PRIORITY_LEVEL_IMG, GLSurfaceView20.EGL_CONTEXT_PRIORITY_LOW_IMG,
GLSurfaceViewAPI18.java 784 GLSurfaceView20.EGL_CONTEXT_PRIORITY_LEVEL_IMG, GLSurfaceView20.EGL_CONTEXT_PRIORITY_LOW_IMG,
    [all...]
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidGraphicsLiveWallpaper.java 29 import com.badlogic.gdx.backends.android.surfaceview.GLSurfaceView20;
87 GLSurfaceView20 view = new GLSurfaceView20(application.getContext(), resolutionStrategy) {
AndroidGraphics.java 40 import com.badlogic.gdx.backends.android.surfaceview.GLSurfaceView20;
129 if ((sdkVersion >= 11 && view instanceof GLSurfaceView20) || view instanceof GLSurfaceView20API18) {
152 GLSurfaceView20 view = new GLSurfaceView20(application.getContext(), resolutionStrategy, config.useGL30 ? 3 : 2);

Completed in 796 milliseconds