Home | History | Annotate | Download | only in specs

Lines Matching refs:To

80 Additions to the EGL 1.4 Specification:
82 To create a DRM EGLImage, call
104 To create a process local handle or a global DRM name for a
113 If <name> is non-NULL, a global name is assigned to the image and
114 written to <name>, the handle (local to the DRM file descriptor,
115 for use with DRM kernel modesetting API) is written to <handle> if
116 non-NULL and the stride (in bytes) is written to <stride>, if
127 indicates that we want to create an EGLImage from scratch?
132 an existing DRM buffer name, it doesn't seem right to overload
133 the function to also allocate the underlying resource.
140 handles to a 2D array of pixels, which can be passed between
143 used to query the attributes of the EGLImage. We don't have a