/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/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/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 | 170 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 | 170 if (cls == eglimageClass && (EGLImage)handle == EGL_NO_IMAGE) { in toEGLHandle() 476 EGLImage _returnValue = (EGLImage) 0; in android_eglCreateImage() 525 EGLImage image_native = (EGLImage) fromEGLHandle(_env, eglimageGetHandleID, image); in android_eglDestroyImage() 529 (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 | 382 EGLImage eglCreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, in eglCreateImage()
|
D | egl_platform_entries.cpp | 1659 typedef EGLImage(EGLAPIENTRYP PFNEGLCREATEIMAGE)(EGLDisplay dpy, EGLContext ctx, EGLenum target, 1670 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 | 186 for x in EGLConfig EGLContext EGLDisplay EGLObjectHandle EGLSurface EGLImage EGLSync
|
/frameworks/av/media/libstagefright/renderfright/gl/ |
D | GLESRenderEngine.h | 252 EGLImage mPlaceholderImage = EGL_NO_IMAGE_KHR;
|
/frameworks/base/boot/ |
D | preloaded-classes | 5842 android.opengl.EGLImage
|
D | boot-image-profile.txt | 28239 Landroid/opengl/EGLImage;
|
/frameworks/base/config/ |
D | preloaded-classes | 5846 android.opengl.EGLImage
|
D | boot-image-profile.txt | 38373 Landroid/opengl/EGLImage;
|
/frameworks/base/core/api/ |
D | current.txt | 29670 …method public static android.opengl.EGLImage eglCreateImage(android.opengl.EGLDisplay, android.ope… 29674 … method public static boolean eglDestroyImage(android.opengl.EGLDisplay, android.opengl.EGLImage); 29709 field public static final android.opengl.EGLImage EGL_NO_IMAGE; 29752 public class EGLImage extends android.opengl.EGLObjectHandle {
|