Searched refs:EGLDisplayImpl (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLDisplayImpl.java21 public class EGLDisplayImpl extends EGLDisplay { class in inherits:EGLDisplay
24 public EGLDisplayImpl(int dpy) { method in class:EGLDisplayImpl
33 EGLDisplayImpl that = (EGLDisplayImpl) o;
H A DEGLImpl.java28 private EGLDisplayImpl mDisplay = new EGLDisplayImpl(-1);
114 mDisplay = new EGLDisplayImpl(value);
134 mDisplay = new EGLDisplayImpl(value);
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java93 EGLDisplay EGL_NO_DISPLAY = new com.google.android.gles_jni.EGLDisplayImpl(0);

Completed in 465 milliseconds