Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/libmali/include/EGL/
H A Degl.h289 typedef void *EGLImage; typedef
332 #define EGL_NO_IMAGE EGL_CAST(EGLImage,0)
337 typedef EGLImage (EGLAPIENTRYP PFNEGLCREATEIMAGEPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum targ…
338 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEPROC) (EGLDisplay dpy, EGLImage image);
348 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClie…
349 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage (EGLDisplay dpy, EGLImage image);
/OK3568_Linux_fs/external/libmali/include/FBDEV/
H 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);
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-gbm.c62 EGLImage image;
/OK3568_Linux_fs/external/xserver/
H A DChangeLog30317 make an EGLImage/GBM bo for it. This should reduce normal pixmap
30422 modesetting: No need to free the EGLImage just before freeing the pixmap.