Home
last modified time | relevance | path

Searched refs:_eglLookupImage (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/egl/main/
Deglimage.h148 _eglLookupImage(EGLImage image, _EGLDisplay *dpy) in _eglLookupImage() function
Deglapi.c1581 _EGLImage *img = _eglLookupImage(image, disp); in eglDestroyImage()
1970 _EGLImage *img = _eglLookupImage(image, disp); in eglExportDRMImageMESA()
2065 img = _eglLookupImage(image, disp); in eglCreateWaylandBufferFromImageWL()
2126 _EGLImage *img = _eglLookupImage(image, disp); in eglExportDMABUFImageQueryMESA()
2149 _EGLImage *img = _eglLookupImage(image, disp); in eglExportDMABUFImageMESA()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c355 img = _eglLookupImage(image, disp); in dri2_lookup_egl_image()