/frameworks/native/opengl/tools/glgen/static/egl/ |
D | EGLImage.java | 24 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()
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGLImage.java | 24 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()
|
D | EGL15.java | 69 public static final EGLImage EGL_NO_IMAGE = null; 156 public static native EGLImage eglCreateImage( in eglCreateImage() 169 EGLImage image in eglDestroyImage()
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreateImage.cpp | 8 EGLImage _returnValue = (EGLImage) 0; in android_eglCreateImage()
|
D | eglCreateImage.java | 3 public static native EGLImage eglCreateImage( in eglCreateImage()
|
D | eglCreateImage.nativeReg | 1 …roid/opengl/EGLDisplay;Landroid/opengl/EGLContext;IJ[JI)Landroid/opengl/EGLImage;", (void *) andro…
|
D | EGL15Header.java-if | 69 public static final EGLImage EGL_NO_IMAGE = null;
|
D | EGL15cHeader.cpp | 169 if (cls == eglimageClass && (EGLImage)handle == EGL_NO_IMAGE) { in toEGLHandle()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_native_client_buffer.txt | 42 AHardwareBuffer object which can be later used to create an EGLImage. 58 Add the following to section 2.5.1 "EGLImage Specification" (as modified by 69 EGLClientBuffer is at least as long as the EGLImage(s) it is bound to,
|
D | EGL_ANDROID_image_native_buffer.txt | 43 ANativeWindowBuffer) as an EGLImage source. 61 Add to section 2.5.1 "EGLImage Specification" (as defined by the
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 243 typedef void *EGLImage; typedef 286 #define EGL_NO_IMAGE EGL_CAST(EGLImage,0) 291 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClie… 292 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage (EGLDisplay dpy, EGLImage image);
|
/frameworks/base/core/jni/ |
D | android_opengl_EGL15.cpp | 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()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 48 EGL_ENTRY(EGLImage, eglCreateImage, EGLDisplay, EGLContext, EGLenum, EGLClientBuffer, const EGLAttr… 49 EGL_ENTRY(EGLBoolean, eglDestroyImage, EGLDisplay, EGLImage)
|
D | eglApi.cpp | 383 EGLImage eglCreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, in eglCreateImage()
|
D | egl_platform_entries.cpp | 1761 typedef EGLImage(EGLAPIENTRYP PFNEGLCREATEIMAGE)(EGLDisplay dpy, EGLContext ctx, EGLenum target, 1772 EGLImage eglCreateImageImpl(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, in eglCreateImageImpl()
|
/frameworks/native/opengl/libs/ |
D | platform_entries.in | 43 EGL_ENTRY(EGLImage, eglCreateImage, EGLDisplay, EGLContext, EGLenum, EGLClientBuffer, const EGLAttr… 44 EGL_ENTRY(EGLBoolean, eglDestroyImage, EGLDisplay, EGLImage)
|
/frameworks/native/opengl/tools/glgen/ |
D | gen | 170 for x in EGLConfig EGLContext EGLDisplay EGLObjectHandle EGLSurface EGLImage EGLSync
|
/frameworks/base/config/ |
D | preloaded-classes | 4477 android.opengl.EGLImage
|
D | boot-image-profile.txt | 44699 Landroid/opengl/EGLImage;
|
/frameworks/base/api/ |
D | current.txt | 32835 …method public static android.opengl.EGLImage eglCreateImage(android.opengl.EGLDisplay, android.ope… 32839 … method public static boolean eglDestroyImage(android.opengl.EGLDisplay, android.opengl.EGLImage); 32874 field public static final android.opengl.EGLImage EGL_NO_IMAGE; 32912 public class EGLImage extends android.opengl.EGLObjectHandle {
|