Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglimage.h156 _eglLookupImage(EGLImage image, _EGLDisplay *dpy) in _eglLookupImage() function
Deglapi.c1727 _EGLImage *img = _eglLookupImage(image, disp); in eglDestroyImage()
1736 _EGLImage *img = _eglLookupImage(image, disp); in eglDestroyImageKHR()
2143 _EGLImage *img = _eglLookupImage(image, disp); in eglExportDRMImageMESA()
2239 img = _eglLookupImage(image, disp); in eglCreateWaylandBufferFromImageWL()
2300 _EGLImage *img = _eglLookupImage(image, disp); in eglExportDMABUFImageQueryMESA()
2323 _EGLImage *img = _eglLookupImage(image, disp); in eglExportDMABUFImageMESA()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c399 img = _eglLookupImage(image, disp); in dri2_lookup_egl_image()