Searched refs:EGLImage (Results 1 – 2 of 2) sorted by relevance
243 typedef void *EGLImage; typedef286 #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);
724 typedef void *EGLImage; typedef767 #define EGL_NO_IMAGE ((EGLImage)0)772 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClie…773 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage (EGLDisplay dpy, EGLImage image);
Completed in 10 milliseconds