Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c480 if (_eglPutSurface(surf)) in egl_g3d_destroy_surface()
529 if (_eglPutSurface(old_draw)) in egl_g3d_make_current()
531 if (_eglPutSurface(old_read)) in egl_g3d_make_current()
541 _eglPutSurface(draw); in egl_g3d_make_current()
542 _eglPutSurface(read); in egl_g3d_make_current()
545 _eglPutSurface(old_draw); in egl_g3d_make_current()
546 _eglPutSurface(old_read); in egl_g3d_make_current()
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c784 if (_eglPutSurface(old_dsurf)) in GLX_eglMakeCurrent()
786 if (_eglPutSurface(old_rsurf)) in GLX_eglMakeCurrent()
798 _eglPutSurface(dsurf); in GLX_eglMakeCurrent()
799 _eglPutSurface(rsurf); in GLX_eglMakeCurrent()
802 _eglPutSurface(old_dsurf); in GLX_eglMakeCurrent()
803 _eglPutSurface(old_rsurf); in GLX_eglMakeCurrent()
1003 if (_eglPutSurface(surf)) in GLX_eglDestroySurface()
/external/mesa3d/src/egl/main/
Deglsurface.h118 _eglPutSurface(_EGLSurface *surf) in _eglPutSurface() function
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c932 _eglPutSurface(dsurf); in dri2_make_current()
933 _eglPutSurface(rsurf); in dri2_make_current()
936 _eglPutSurface(old_dsurf); in dri2_make_current()
937 _eglPutSurface(old_rsurf); in dri2_make_current()
Dplatform_drm.c157 if (!_eglPutSurface(surf)) in dri2_destroy_surface()
Dplatform_android.c235 if (!_eglPutSurface(surf)) in droid_destroy_surface()
Dplatform_wayland.c214 if (!_eglPutSurface(surf)) in dri2_destroy_surface()
Dplatform_x11.c304 if (!_eglPutSurface(surf)) in dri2_destroy_surface()