Home
last modified time | relevance | path

Searched refs:EGLDisplayImpl (Results 1 – 6 of 6) 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/config/
Dpreloaded-classes3236 com.google.android.gles_jni.EGLDisplayImpl
Dcompiled-classes-phone6499 com.google.android.gles_jni.EGLDisplayImpl
Dboot-image-profile.txt41887 HSPLcom/google/android/gles_jni/EGLDisplayImpl;-><init>(J)V
41888 HSPLcom/google/android/gles_jni/EGLDisplayImpl;->equals(Ljava/lang/Object;)Z
53331 Lcom/google/android/gles_jni/EGLDisplayImpl;