| Interface | Description |
|---|---|
| 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.
|
| ResolutionStrategy |
Will manipulate the GLSurfaceView.
|
| Class | Description |
|---|---|
| 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. |
| GLSurfaceView20 |
A simple GLSurfaceView sub-class that demonstrates how to perform OpenGL ES 2.0 rendering into a GL Surface.
|
| GLSurfaceView20API18 |
This class is a slightly modified copy of GLSurfaceView20 which extends GLSurfaceViewAPI18 instead of the classic GLSurfaceView.
|
| GLSurfaceViewAPI18 |
This class is a slightly modified copy of android.opengl.GLSurfaceView
from Android 4.3 source code (API 18).
|
| RatioResolutionStrategy |
This
ResolutionStrategy will maintain a given aspect ratio and stretch the GLSurfaceView to the maximum available
screen size. |
| ResolutionStrategy.MeasuredDimension |
Copyright © 2016. All rights reserved.