Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/main/
Deglimage.h101 _eglInitImage(_EGLImage *img, _EGLDisplay *disp) in _eglInitImage()
110 static inline _EGLImage *
111 _eglGetImage(_EGLImage *img) in _eglGetImage()
123 _eglPutImage(_EGLImage *img) in _eglPutImage()
134 _eglLinkImage(_EGLImage *img) in _eglLinkImage()
146 _eglUnlinkImage(_EGLImage *img) in _eglUnlinkImage()
156 static inline _EGLImage *
159 _EGLImage *img = (_EGLImage *) image; in _eglLookupImage()
170 _eglGetImageHandle(_EGLImage *img) in _eglGetImageHandle()
Degldriver.h131 _EGLImage *(*CreateImageKHR)(_EGLDisplay *disp, _EGLContext *ctx,
134 EGLBoolean (*DestroyImageKHR)(_EGLDisplay *disp, _EGLImage *image);
154 _EGLImage *(*CreateDRMImageMESA)(_EGLDisplay *disp, const EGLint *attr_list);
155 EGLBoolean (*ExportDRMImageMESA)(_EGLDisplay *disp, _EGLImage *img,
166 struct wl_buffer *(*CreateWaylandBufferFromImageWL)(_EGLDisplay *disp, _EGLImage *img);
185 EGLBoolean (*ExportDMABUFImageQueryMESA)(_EGLDisplay *disp, _EGLImage *img,
188 EGLBoolean (*ExportDMABUFImageMESA)(_EGLDisplay *disp, _EGLImage *img,
Degltypedefs.h57 typedef struct _egl_image _EGLImage; typedef
Degldisplay.c339 _EGLImage *image = (_EGLImage *) list; in _eglReleaseDisplayResources()
Deglapi.c1747 _EGLImage *img; in _eglCreateImageCommon()
1798 _eglDestroyImageCommon(_EGLDisplay *disp, _EGLImage *img) in _eglDestroyImageCommon()
1818 _EGLImage *img = _eglLookupImage(image, disp); in eglDestroyImage()
1827 _EGLImage *img = _eglLookupImage(image, disp); in eglDestroyImageKHR()
2213 _EGLImage *img; in eglCreateDRMImageMESA()
2233 _EGLImage *img = _eglLookupImage(image, disp); in eglExportDRMImageMESA()
2315 _EGLImage *img; in eglCreateWaylandBufferFromImageWL()
2383 _EGLImage *img = _eglLookupImage(image, disp); in eglExportDMABUFImageQueryMESA()
2404 _EGLImage *img = _eglLookupImage(image, disp); in eglExportDMABUFImageMESA()
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.h127 _EGLImage* (*create_image)(_EGLDisplay *disp, _EGLContext *ctx,
160 _EGLImage *img);
412 _EGLImage base;
426 _EGL_DRIVER_TYPECAST(dri2_egl_image, _EGLImage, obj)
490 _EGLImage *
494 _EGLImage *
498 _EGLImage *
Degl_dri2.c659 _EGLImage *img; in dri2_validate_egl_image()
2226 static _EGLImage*
2235 _EGLImage *
2281 static _EGLImage *
2346 static _EGLImage *
2410 static _EGLImage *
2506 dri2_create_wayland_buffer_from_image(_EGLDisplay *disp, _EGLImage *img) in dri2_create_wayland_buffer_from_image()
2515 static _EGLImage *
2852 _EGLImage *
2857 _EGLImage *res; in dri2_create_image_dma_buf()
[all …]
Dplatform_x11_dri3.c288 static _EGLImage *
338 static _EGLImage *
395 static _EGLImage *
Dplatform_drm.c467 static _EGLImage *
493 static _EGLImage *
Dplatform_ohos.c720 static _EGLImage *
746 static _EGLImage *
Dplatform_android.c1113 static _EGLImage *
1154 static _EGLImage *
Dplatform_x11.c1080 static _EGLImage *
1161 static _EGLImage *
Dplatform_wayland.c1632 dri2_wl_create_wayland_buffer_from_image(_EGLDisplay *disp, _EGLImage *img) in dri2_wl_create_wayland_buffer_from_image()
/third_party/mesa3d/docs/relnotes/
D7.10.rst585 - egl: Move attributes in \_EGLImage to \_EGLImageAttribs.