Home
last modified time | relevance | path

Searched refs:EGLImage (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/opengl/java/android/opengl/
H A DEGLImage.java24 public class EGLImage extends EGLObjectHandle { class
25 private EGLImage(long handle) { in EGLImage() method in EGLImage
32 if (!(o instanceof EGLImage)) return false; in equals()
34 EGLImage that = (EGLImage) o; in equals()
H A DEGL15.java69 public static final EGLImage EGL_NO_IMAGE = null;
156 public static native EGLImage eglCreateImage( in eglCreateImage()
169 EGLImage image in eglDestroyImage()
/aosp14/frameworks/base/core/jni/
H A Dandroid_opengl_EGL15.cpp169 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()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes5737 android.opengl.EGLImage
H A Dboot-image-profile.txt28524 Landroid/opengl/EGLImage;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes5741 android.opengl.EGLImage
H A Dboot-image-profile.txt38631 Landroid/opengl/EGLImage;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt29578 …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 {