Lines Matching defs:image
90 /* An image is a display resource */
108 * Increment reference count for the image.
120 * Decrement reference count for the image.
130 * Link an image to its display and return the handle of the link.
142 * Unlink a linked image from its display.
143 * Accessing an unlinked image should generate EGL_BAD_PARAMETER error.
153 * Lookup a handle to find the linked image.
154 * Return NULL if the handle has no corresponding linked image.
157 _eglLookupImage(EGLImage image, _EGLDisplay *disp)
159 _EGLImage *img = (_EGLImage *) image;
167 * Return the handle of a linked image, or EGL_NO_IMAGE_KHR.