Searched refs:EGLImage (Results 1 – 9 of 9) sorted by relevance
24 public class EGLImage extends EGLObjectHandle { class25 private EGLImage(long handle) { in EGLImage() method in EGLImage32 if (!(o instanceof EGLImage)) return false; in equals()34 EGLImage that = (EGLImage) o; in equals()
69 public static final EGLImage EGL_NO_IMAGE = null;156 public static native EGLImage eglCreateImage( in eglCreateImage()169 EGLImage image in eglDestroyImage()
169 if (cls == eglimageClass && (EGLImage)handle == EGL_NO_IMAGE) { in toEGLHandle()475 EGLImage _returnValue = (EGLImage) 0; in android_eglCreateImage()524 EGLImage image_native = (EGLImage) fromEGLHandle(_env, eglimageGetHandleID, image); in android_eglDestroyImage()528 (EGLImage)image_native in android_eglDestroyImage()
5737 android.opengl.EGLImage
28524 Landroid/opengl/EGLImage;
5741 android.opengl.EGLImage
38631 Landroid/opengl/EGLImage;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
29578 …method public static android.opengl.EGLImage eglCreateImage(android.opengl.EGLDisplay, android.ope…29582 … method public static boolean eglDestroyImage(android.opengl.EGLDisplay, android.opengl.EGLImage);29617 field public static final android.opengl.EGLImage EGL_NO_IMAGE;29660 public class EGLImage extends android.opengl.EGLObjectHandle {