| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | eglimage.h | 132 static inline EGLImage 136 return (EGLImage) img; 156 _eglLookupImage(EGLImage image, _EGLDisplay *disp) 168 static inline EGLImage 173 (EGLImage) img : EGL_NO_IMAGE_KHR;
|
| H A D | eglapi.c | 1680 static EGLImage 1687 EGLImage ret; 1707 static EGLImage EGLAPIENTRY 1717 EGLImage EGLAPIENTRY 1722 EGLImage image; 1756 eglDestroyImage(EGLDisplay dpy, EGLImage image) 1765 eglDestroyImageKHR(EGLDisplay dpy, EGLImage image) 2150 static EGLImage EGLAPIENTRY 2156 EGLImage ret; 2171 eglExportDRMImageMESA(EGLDisplay dpy, EGLImage imag [all...] |
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | eglimage.h | 135 static inline EGLImage 139 return (EGLImage) img; 159 _eglLookupImage(EGLImage image, _EGLDisplay *disp) 171 static inline EGLImage 176 (EGLImage) img : EGL_NO_IMAGE_KHR;
|
| H A D | eglapi.c | 1726 static EGLImage 1732 EGLImage ret; 1751 static EGLImage EGLAPIENTRY 1761 EGLImage EGLAPIENTRY 1766 EGLImage image; 1799 eglDestroyImage(EGLDisplay dpy, EGLImage image) 1808 eglDestroyImageKHR(EGLDisplay dpy, EGLImage image) 2193 static EGLImage EGLAPIENTRY 2198 EGLImage ret; 2213 eglExportDRMImageMESA(EGLDisplay dpy, EGLImage imag [all...] |
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_drm_image.spec | 34 This extension provides entry points for integrating EGLImage with the 82 To create a DRM EGLImage, call 95 EGL_DRM_BUFFER_USE_SCANOUT_MESA requests that the created EGLImage 98 EGLImage can be shared with other processes by passing the 127 indicates that we want to create an EGLImage from scratch? 130 creating an EGLImage from an already existing client API 131 resource. This is fine when we're creating the EGLImage from 136 querying the DRM EGLImage attributes (name, handle, and stride)? 139 but it goes against the EGLImage design. EGLImages are opaque 141 client APIs. By referencing an EGLImage i [all...] |
| H A D | WL_create_wayland_buffer_from_image.spec | 41 its contents with a given EGLImage. The expected use case for this is in a 48 The nested compositor can create an EGLImage from a client buffer resource 68 To create a client-side wl_buffer from an EGLImage call 73 The returned buffer will share the contents with the given EGLImage. Any 75 EGLImage will be generated in a nested Wayland compositor using a buffer
|
| H A D | WL_bind_wayland_display.spec | 40 provides a new target for eglCreateImageKHR, to create an EGLImage 120 be sampled from each EGLImage and how they map to rgba components 159 context. If no attributes are given, an EGLImage will be created 161 to create the EGLImage for by using the EGL_WAYLAND_PLANE_WL 163 as defined by the buffer format. Writing to an EGLImage created 165 EGLImage as a renderbuffer etc) will result in undefined behavior. 187 Add EGL_WAYLAND_PLANE_WL attribute to allow creating an EGLImage
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_drm_image.spec | 34 This extension provides entry points for integrating EGLImage with the 82 To create a DRM EGLImage, call 95 EGL_DRM_BUFFER_USE_SCANOUT_MESA requests that the created EGLImage 98 EGLImage can be shared with other processes by passing the 127 indicates that we want to create an EGLImage from scratch? 130 creating an EGLImage from an already existing client API 131 resource. This is fine when we're creating the EGLImage from 136 querying the DRM EGLImage attributes (name, handle, and stride)? 139 but it goes against the EGLImage design. EGLImages are opaque 141 client APIs. By referencing an EGLImage i [all...] |
| H A D | WL_create_wayland_buffer_from_image.spec | 41 its contents with a given EGLImage. The expected use case for this is in a 48 The nested compositor can create an EGLImage from a client buffer resource 68 To create a client-side wl_buffer from an EGLImage call 73 The returned buffer will share the contents with the given EGLImage. Any 75 EGLImage will be generated in a nested Wayland compositor using a buffer
|
| H A D | WL_bind_wayland_display.spec | 40 provides a new target for eglCreateImageKHR, to create an EGLImage 120 be sampled from each EGLImage and how they map to rgba components 159 context. If no attributes are given, an EGLImage will be created 161 to create the EGLImage for by using the EGL_WAYLAND_PLANE_WL 163 as defined by the buffer format. Writing to an EGLImage created 165 EGLImage as a renderbuffer etc) will result in undefined behavior. 187 Add EGL_WAYLAND_PLANE_WL attribute to allow creating an EGLImage
|
| /xsrc/external/mit/MesaLib/dist/include/EGL/ |
| H A D | egl.h | 270 typedef void *EGLImage; typedef in typeref:typename:void * 313 #define EGL_NO_IMAGE EGL_CAST(EGLImage,0) 318 typedef EGLImage (EGLAPIENTRYP PFNEGLCREATEIMAGEPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list); 319 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEPROC) (EGLDisplay dpy, EGLImage image); 329 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list); 330 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage (EGLDisplay dpy, EGLImage image);
|
| H A D | eglext.h | 1186 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMACQUIREIMAGENVPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLImage *pImage, EGLSync sync); 1187 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMRELEASEIMAGENVPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLImage image, EGLSync sync); 1191 EGLAPI EGLBoolean EGLAPIENTRY eglStreamAcquireImageNV (EGLDisplay dpy, EGLStreamKHR stream, EGLImage *pImage, EGLSync sync); 1192 EGLAPI EGLBoolean EGLAPIENTRY eglStreamReleaseImageNV (EGLDisplay dpy, EGLStreamKHR stream, EGLImage image, EGLSync sync);
|
| /xsrc/external/mit/MesaLib.old/dist/include/EGL/ |
| H A D | egl.h | 243 typedef void *EGLImage; typedef in typeref:typename:void * 286 #define EGL_NO_IMAGE EGL_CAST(EGLImage,0) 291 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list); 292 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage (EGLDisplay dpy, EGLImage image);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.1.1.rst | 132 - mesa/st: fix yuv EGLImage's
|
| H A D | 17.1.5.rst | 144 - st/mesa: release EGLImage on EGLImageTarget\* error
|
| H A D | 17.2.3.rst | 124 EGLImage
|
| H A D | 18.1.5.rst | 125 - st/mesa: call resource_changed when binding a EGLImage to a texture
|
| H A D | 10.5.1.rst | 104 - intel: fix EGLImage renderbuffer \_BaseFormat
|
| H A D | 12.0.2.rst | 114 - i965: Fix miptree layout for EGLImage-based renderbuffers
|
| H A D | 19.0.0.rst | 253 - i965: Lift restriction in external textures for EGLImage support
|
| H A D | 19.3.0.rst | 3203 - mesa/st: calculate texture size based on EGLImage miplevel
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | egl_generated.h | 29 typedef void *EGLImage; typedef in typeref:typename:void * 840 #define EGL_NO_IMAGE EGL_CAST(EGLImage,0) 874 typedef EGLImage (GLAPIENTRY *PFNEGLCREATEIMAGEPROC)(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib * attrib_list); 896 typedef EGLBoolean (GLAPIENTRY *PFNEGLDESTROYIMAGEPROC)(EGLDisplay dpy, EGLImage image); 1038 EPOXY_PUBLIC EGLImage (EPOXY_CALLSPEC *epoxy_eglCreateImage)(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib * attrib_list); 1082 EPOXY_PUBLIC EGLBoolean (EPOXY_CALLSPEC *epoxy_eglDestroyImage)(EGLDisplay dpy, EGLImage image);
|
| H A D | egl_generated_dispatch.c | 5036 GEN_THUNKS_RET(EGLImage, eglCreateImage, (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib * attrib_list), (dpy, ctx, target, buffer, attrib_list)) 5058 GEN_THUNKS_RET(EGLBoolean, eglDestroyImage, (EGLDisplay dpy, EGLImage image), (dpy, image))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/tizonia/ |
| H A D | h264dprc.c | 183 EGLImage eglimage)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/tizonia/ |
| H A D | h264dprc.c | 171 EGLImage eglimage)
|