Home
last modified time | relevance | path

Searched refs:EGLDisplayImpl (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLDisplayImpl.java21 public class EGLDisplayImpl extends EGLDisplay { class
24 public EGLDisplayImpl(long dpy) { in EGLDisplayImpl() method in EGLDisplayImpl
33 EGLDisplayImpl that = (EGLDisplayImpl) o; in equals()
DEGLImpl.java28 private EGLDisplayImpl mDisplay = new EGLDisplayImpl(-1);
114 mDisplay = new EGLDisplayImpl(value); in eglGetDisplay()
134 mDisplay = new EGLDisplayImpl(value); in eglGetCurrentDisplay()
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java93 EGLDisplay EGL_NO_DISPLAY = new com.google.android.gles_jni.EGLDisplayImpl(0);
/frameworks/base/
Dcompiled-classes-phone6371 com.google.android.gles_jni.EGLDisplayImpl