Package com.badlogic.gdx.backends.android.surfaceview

Interface Summary
GLBaseSurfaceView.EGLContextFactory An interface for customizing the eglCreateContext and eglDestroyContext calls.
GLBaseSurfaceView.EGLWindowSurfaceFactory An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.
GLBaseSurfaceView.GLWrapper An interface used to wrap a GL interface.
GLBaseSurfaceViewLW.EGLContextFactory An interface for customizing the eglCreateContext and eglDestroyContext calls.
GLBaseSurfaceViewLW.EGLWindowSurfaceFactory An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.
GLBaseSurfaceViewLW.GLWrapper An interface used to wrap a GL interface.
GLSurfaceViewAPI18.EGLContextFactory An interface for customizing the eglCreateContext and eglDestroyContext calls.
GLSurfaceViewAPI18.EGLWindowSurfaceFactory An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.
GLSurfaceViewAPI18.GLWrapper An interface used to wrap a GL interface.
GLSurfaceViewCupcake.GLWrapper An interface used to wrap a GL interface.
ResolutionStrategy Will manipulate the GLSurfaceView.
 

Class Summary
DefaultGLSurfaceView  
DefaultGLSurfaceViewLW  
FillResolutionStrategy This ResolutionStrategy will stretch the GLSurfaceView to full screen.
FixedResolutionStrategy This ResolutionStrategy will place the GLSurfaceView with the given height and width in the center the screen.
GdxEglConfigChooser GLSurfaceView.EGLConfigChooser implementation for GLES 1.x and 2.0.
GLBaseSurfaceView An implementation of SurfaceView that uses the dedicated surface for displaying OpenGL rendering.
GLBaseSurfaceViewLW An implementation of SurfaceView that uses the dedicated surface for displaying OpenGL rendering.
GLDebugHelper A helper class for debugging OpenGL ES applications.
GLSurfaceView20 A simple GLSurfaceView sub-class that demonstrate how to perform OpenGL ES 2.0 rendering into a GL Surface.
GLSurfaceView20LW A simple GLSurfaceView sub-class that demonstrate how to perform OpenGL ES 2.0 rendering into a GL Surface.
GLSurfaceViewAPI18 NOTE: * This class is a slightly modified copy of android.opengl.GLSurfaceView * from Android 4.3 source code (API 18).
GLSurfaceViewCupcake An implementation of SurfaceView that uses the dedicated surface for displaying OpenGL rendering.
RatioResolutionStrategy This ResolutionStrategy will maintain a given aspect ratio and stretch the GLSurfaceView to the maximum available screen size.
ResolutionStrategy.MeasuredDimension  
 

Exception Summary
GLException An exception class for OpenGL errors.
 



Copyright © 2013. All Rights Reserved.