Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/main/
Deglimage.h157 _eglLookupImage(EGLImage image, _EGLDisplay *disp) in _eglLookupImage() function
Deglapi.c1818 _EGLImage *img = _eglLookupImage(image, disp); in eglDestroyImage()
1827 _EGLImage *img = _eglLookupImage(image, disp); in eglDestroyImageKHR()
2233 _EGLImage *img = _eglLookupImage(image, disp); in eglExportDRMImageMESA()
2324 img = _eglLookupImage(image, disp); in eglCreateWaylandBufferFromImageWL()
2383 _EGLImage *img = _eglLookupImage(image, disp); in eglExportDMABUFImageQueryMESA()
2404 _EGLImage *img = _eglLookupImage(image, disp); in eglExportDMABUFImageMESA()
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c662 img = _eglLookupImage(image, disp); in dri2_validate_egl_image()