Home
last modified time | relevance | path

Searched refs:unbindContext (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.c808 .unbindContext = driUnbindContext
/external/mesa3d/src/glx/
Ddrisw_glx.c272 (*psc->core->unbindContext) (pcp->driContext); in drisw_unbind_context()
Ddri_glx.c649 (*psc->core->unbindContext) (pcp->driContext); in dri_unbind_context()
Ddri3_glx.c227 (*psc->core->unbindContext) (pcp->driContext); in dri3_unbind_context()
Ddri2_glx.c176 (*psc->core->unbindContext) (pcp->driContext); in dri2_unbind_context()
/external/mesa3d/include/GL/internal/
Ddri_interface.h795 int (*unbindContext)(__DRIcontext *ctx); member
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1511 dri2_dpy->core->unbindContext(old_cctx); in dri2_make_current()