Uses of Interface
com.neovisionaries.android.opengl.GLES

Packages that use GLES
com.neovisionaries.android.opengl   
com.neovisionaries.android.opengl.impl   
 

Uses of GLES in com.neovisionaries.android.opengl
 

Methods in com.neovisionaries.android.opengl that return GLES
static GLES GLESFactory.getInstance()
          Get an implementation of GLES interface.
 

Methods in com.neovisionaries.android.opengl with parameters of type GLES
abstract  void GLESRenderer.onDrawFrame(GLES gles)
           
abstract  void GLESRenderer.onSurfaceChanged(GLES gles, int width, int height)
           
abstract  void GLESRenderer.onSurfaceCreated(GLES gles, EGLConfig config)
           
 

Uses of GLES in com.neovisionaries.android.opengl.impl
 

Classes in com.neovisionaries.android.opengl.impl that implement GLES
 class GLESImpl11
          An implementation of GLES interface for OpenGL ES 1.1.
 class GLESImpl20
          An implementation of GLES interface for OpenGL ES 2.0.
 class GLESImpl20_9
          An implementation of GLES interface for OpenGL ES 2.0 (for Android 2.3 and newer).
 class GLESImplBase
          The base implementation of GLES interface.