Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/static/egl/
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()
/frameworks/base/opengl/java/android/opengl/
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()
DEGL15.java69 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/
DeglCreateImage.cpp8 EGLImage _returnValue = (EGLImage) 0; in android_eglCreateImage()
DeglCreateImage.java3 public static native EGLImage eglCreateImage( in eglCreateImage()
DeglCreateImage.nativeReg1 …roid/opengl/EGLDisplay;Landroid/opengl/EGLContext;IJ[JI)Landroid/opengl/EGLImage;", (void *) andro…
DEGL15cHeader.cpp169 if (cls == eglimageClass && (EGLImage)handle == EGL_NO_IMAGE) { in toEGLHandle()
DEGL15Header.java-if69 public static final EGLImage EGL_NO_IMAGE = null;
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_native_client_buffer.txt42 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,
DEGL_ANDROID_image_native_buffer.txt43 ANativeWindowBuffer) as an EGLImage source.
61 Add to section 2.5.1 "EGLImage Specification" (as defined by the
/frameworks/native/opengl/include/EGL/
Degl.h243 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/
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()
/frameworks/native/opengl/libs/EGL/
Degl_entries.in48 EGL_ENTRY(EGLImage, eglCreateImage, EGLDisplay, EGLContext, EGLenum, EGLClientBuffer, const EGLAttr…
49 EGL_ENTRY(EGLBoolean, eglDestroyImage, EGLDisplay, EGLImage)
DeglApi.cpp382 EGLImage eglCreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, in eglCreateImage()
Degl_platform_entries.cpp1652 typedef EGLImage(EGLAPIENTRYP PFNEGLCREATEIMAGE)(EGLDisplay dpy, EGLContext ctx, EGLenum target,
1663 EGLImage eglCreateImageImpl(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, in eglCreateImageImpl()
/frameworks/native/opengl/libs/
Dplatform_entries.in43 EGL_ENTRY(EGLImage, eglCreateImage, EGLDisplay, EGLContext, EGLenum, EGLClientBuffer, const EGLAttr…
44 EGL_ENTRY(EGLBoolean, eglDestroyImage, EGLDisplay, EGLImage)
/frameworks/native/opengl/tools/glgen/
Dgen182 for x in EGLConfig EGLContext EGLDisplay EGLObjectHandle EGLSurface EGLImage EGLSync
/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.h268 EGLImage mPlaceholderImage = EGL_NO_IMAGE_KHR;
/frameworks/av/media/libstagefright/renderfright/gl/
DGLESRenderEngine.h252 EGLImage mPlaceholderImage = EGL_NO_IMAGE_KHR;
/frameworks/base/boot/
Dpreloaded-classes5305 android.opengl.EGLImage
Dboot-image-profile.txt28625 Landroid/opengl/EGLImage;
/frameworks/base/config/
Dpreloaded-classes5303 android.opengl.EGLImage
Dboot-image-profile.txt38262 Landroid/opengl/EGLImage;
/frameworks/base/core/api/
Dcurrent.txt27736 …method public static android.opengl.EGLImage eglCreateImage(android.opengl.EGLDisplay, android.ope…
27740 … method public static boolean eglDestroyImage(android.opengl.EGLDisplay, android.opengl.EGLImage);
27775 field public static final android.opengl.EGLImage EGL_NO_IMAGE;
27813 public class EGLImage extends android.opengl.EGLObjectHandle {