Home
last modified time | relevance | path

Searched refs:_eglPutSurface (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c477 if (!_eglPutSurface(surf)) in wgl_destroy_surface()
560 _eglPutSurface(dsurf); in wgl_make_current()
561 _eglPutSurface(rsurf); in wgl_make_current()
564 _eglPutSurface(old_dsurf); in wgl_make_current()
565 _eglPutSurface(old_rsurf); in wgl_make_current()
/third_party/mesa3d/src/egl/main/
Deglsurface.h223 _eglPutSurface(_EGLSurface *surf) in _eglPutSurface() function
/third_party/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp134 if (_eglPutSurface(surf)) { in haiku_destroy_surface()
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1720 if (!_eglPutSurface(surf)) in dri2_destroy_surface()
1805 _eglPutSurface(old_dsurf); in dri2_make_current()
1806 _eglPutSurface(old_rsurf); in dri2_make_current()
1848 _eglPutSurface(dsurf); in dri2_make_current()
1849 _eglPutSurface(rsurf); in dri2_make_current()
1852 _eglPutSurface(old_dsurf); in dri2_make_current()
1853 _eglPutSurface(old_rsurf); in dri2_make_current()