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

  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
GLSurfaceViewAPI18.java 175 public class GLSurfaceViewAPI18 extends SurfaceView implements SurfaceHolder.Callback {
176 private final static String TAG = "GLSurfaceViewAPI18";
224 public GLSurfaceViewAPI18(Context context) {
233 public GLSurfaceViewAPI18(Context context, AttributeSet attrs) {
770 * {@link GLSurfaceViewAPI18#setEGLContextFactory(EGLContextFactory)}
807 * {@link GLSurfaceViewAPI18#setEGLWindowSurfaceFactory(EGLWindowSurfaceFactory)}
    [all...]
GLSurfaceView20API18.java 32 /** <b>This class is a slightly modified copy of GLSurfaceView20 which extends GLSurfaceViewAPI18 instead of the classic GLSurfaceView.
44 public class GLSurfaceView20API18 extends GLSurfaceViewAPI18 {
132 static class ContextFactory implements GLSurfaceViewAPI18.EGLContextFactory {
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidGraphics.java 42 import com.badlogic.gdx.backends.android.surfaceview.GLSurfaceViewAPI18;
164 if (view instanceof GLSurfaceViewAPI18) ((GLSurfaceViewAPI18)view).onPause();
171 if (view instanceof GLSurfaceViewAPI18) ((GLSurfaceViewAPI18)view).onResume();
665 if (view instanceof GLSurfaceViewAPI18) ((GLSurfaceViewAPI18)view).setRenderMode(renderMode);
679 if (view instanceof GLSurfaceViewAPI18) ((GLSurfaceViewAPI18)view).requestRender();
AndroidGraphicsLiveWallpaper.java 31 import com.badlogic.gdx.backends.android.surfaceview.GLSurfaceViewAPI18;
60 // getHolder in created GLSurfaceView and GLSurfaceViewAPI18 instances
112 if (view instanceof GLSurfaceView || view instanceof GLSurfaceViewAPI18) {

Completed in 104 milliseconds