HomeSort by relevance Sort by last modified time
    Searched defs:EGLContextFactory (Results 1 - 7 of 7) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 296 * Install a custom EGLContextFactory.
305 public void setEGLContextFactory(EGLContextFactory factory) {
378 * Inform the default EGLContextFactory and default EGLConfigChooser
396 * {@link #setEGLContextFactory(EGLContextFactory)} has been called, then the supplied
397 * EGLContextFactory is responsible for creating an OpenGL ES 2.0-compatible context.
698 * {@link GLSurfaceView#setEGLContextFactory(EGLContextFactory)}
700 public interface EGLContextFactory {
705 private class DefaultContextFactory implements EGLContextFactory {
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 352 * Install a custom EGLContextFactory.
361 public void setEGLContextFactory(EGLContextFactory factory) {
435 * Inform the default EGLContextFactory and default EGLConfigChooser
453 * {@link #setEGLContextFactory(EGLContextFactory)} has been called, then the supplied
454 * EGLContextFactory is responsible for creating an OpenGL ES 2.0-compatible context.
746 * {@link GLSurfaceView#setEGLContextFactory(EGLContextFactory)}
748 public interface EGLContextFactory {
753 private class DefaultContextFactory implements EGLContextFactory {
    [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 313 milliseconds