Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/khronos/EGL/
A 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);
/AliOS-Things-master/components/SDL2/include/
A DSDL_egl.h724 typedef void *EGLImage; typedef
767 #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