Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/main/
Deglimage.h159 _eglLookupImage(EGLImage image, _EGLDisplay *disp) in _eglLookupImage() function
Deglapi.c1807 _EGLImage *img = _eglLookupImage(image, disp); in eglDestroyImage()
1816 _EGLImage *img = _eglLookupImage(image, disp); in eglDestroyImageKHR()
2222 _EGLImage *img = _eglLookupImage(image, disp); in eglExportDRMImageMESA()
2313 img = _eglLookupImage(image, disp); in eglCreateWaylandBufferFromImageWL()
2372 _EGLImage *img = _eglLookupImage(image, disp); in eglExportDMABUFImageQueryMESA()
2393 _EGLImage *img = _eglLookupImage(image, disp); in eglExportDMABUFImageMESA()
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c659 img = _eglLookupImage(image, disp); in dri2_validate_egl_image()