Searched refs:EGLImage (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/libmali/include/EGL/ |
| H A D | egl.h | 289 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 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);
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-glamor-gbm.c | 62 EGLImage image;
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 30317 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.
|