Home | History | Annotate | Download | only in docs

Lines Matching refs:EGLImage

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 in a client API, the
142 EGLImage target (a texture, a renderbuffer or such) can be
143 used to query the attributes of the EGLImage. We don't have a