Home
last modified time | relevance | path

Searched refs:_EGLImage (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/egl/main/
Deglimage.h100 _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()
Deglapi.h132 _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,
Degltypedefs.h55 typedef struct _egl_image _EGLImage; typedef
Degldisplay.c283 _EGLImage *image = (_EGLImage *) list; in _eglReleaseDisplayResources()
Deglapi.c1654 _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/
Degl_dri2.h103 _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 *
Degl_dri2_fallbacks.h49 static inline _EGLImage*
110 _EGLImage *img) in dri2_fallback_create_wayland_buffer_from_image()
Degl_dri2.c395 _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 …]
Dplatform_android.c687 static _EGLImage *
786 static _EGLImage *
793 _EGLImage *image; in droid_create_image_from_prime_fd()
833 static _EGLImage *
904 static _EGLImage *
940 static _EGLImage *
Dplatform_x11_dri3.c257 static _EGLImage *
317 static _EGLImage *
Dplatform_drm.c425 static _EGLImage *
451 static _EGLImage *
Dplatform_x11.c1001 static _EGLImage *
1092 static _EGLImage *
Dplatform_wayland.c988 _EGLImage *img) in dri2_wl_create_wayland_buffer_from_image()