Searched refs:_EGLImage (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | eglimage.h | 100 _eglInitImage(_EGLImage *img, _EGLDisplay *dpy) in _eglInitImage() 109 static inline _EGLImage * 110 _eglGetImage(_EGLImage *img) in _eglGetImage() 122 _eglPutImage(_EGLImage *img) in _eglPutImage() 133 _eglLinkImage(_EGLImage *img) in _eglLinkImage() 145 _eglUnlinkImage(_EGLImage *img) in _eglUnlinkImage() 155 static inline _EGLImage * 158 _EGLImage *img = (_EGLImage *) image; in _eglLookupImage() 169 _eglGetImageHandle(_EGLImage *img) in _eglGetImageHandle()
|
D | eglapi.h | 132 _EGLImage *(*CreateImageKHR)(_EGLDriver *drv, _EGLDisplay *dpy, 137 _EGLImage *image); 158 _EGLImage *(*CreateDRMImageMESA)(_EGLDriver *drv, _EGLDisplay *disp, 161 _EGLImage *img, EGLint *name, 174 _EGLImage *img); 191 _EGLImage *img, EGLint *fourcc, 195 _EGLImage *img, EGLint *fds,
|
D | egltypedefs.h | 55 typedef struct _egl_image _EGLImage; typedef
|
D | egldisplay.c | 283 _EGLImage *image = (_EGLImage *) list; in _eglReleaseDisplayResources()
|
D | eglapi.c | 1654 _EGLImage *img; in _eglCreateImageCommon() 1706 _eglDestroyImageCommon(_EGLDisplay *disp, _EGLImage *img) in _eglDestroyImageCommon() 1727 _EGLImage *img = _eglLookupImage(image, disp); in eglDestroyImage() 1736 _EGLImage *img = _eglLookupImage(image, disp); in eglDestroyImageKHR() 2123 _EGLImage *img; in eglCreateDRMImageMESA() 2143 _EGLImage *img = _eglLookupImage(image, disp); in eglExportDRMImageMESA() 2229 _EGLImage *img; in eglCreateWaylandBufferFromImageWL() 2300 _EGLImage *img = _eglLookupImage(image, disp); in eglExportDMABUFImageQueryMESA() 2323 _EGLImage *img = _eglLookupImage(image, disp); in eglExportDMABUFImageMESA()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.h | 103 _EGLImage* (*create_image)(_EGLDriver *drv, _EGLDisplay *dpy, 139 _EGLDriver *drv, _EGLDisplay *dpy, _EGLImage *img); 334 _EGLImage base; 354 _EGL_DRIVER_TYPECAST(dri2_egl_image, _EGLImage, obj) 394 _EGLImage * 399 _EGLImage *
|
D | egl_dri2_fallbacks.h | 49 static inline _EGLImage* 110 _EGLImage *img) in dri2_fallback_create_wayland_buffer_from_image()
|
D | egl_dri2.c | 395 _EGLImage *img; in dri2_lookup_egl_image() 1815 static _EGLImage* 1825 static _EGLImage * 1871 static _EGLImage * 1936 static _EGLImage * 1997 static _EGLImage * 2094 _EGLImage *img) in dri2_create_wayland_buffer_from_image() 2101 static _EGLImage * 2398 _EGLImage * 2403 _EGLImage *res; in dri2_create_image_dma_buf() [all …]
|
D | platform_android.c | 687 static _EGLImage * 786 static _EGLImage * 793 _EGLImage *image; in droid_create_image_from_prime_fd() 833 static _EGLImage * 904 static _EGLImage * 940 static _EGLImage *
|
D | platform_x11_dri3.c | 257 static _EGLImage * 317 static _EGLImage *
|
D | platform_drm.c | 425 static _EGLImage * 451 static _EGLImage *
|
D | platform_x11.c | 1001 static _EGLImage * 1092 static _EGLImage *
|
D | platform_wayland.c | 988 _EGLImage *img) in dri2_wl_create_wayland_buffer_from_image()
|