Home
last modified time | relevance | path

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

/external/mesa3d/include/GL/internal/
Ddri_interface.h595 int (*unbindContext)(__DRIcontext *ctx); member
/external/mesa3d/src/glx/
Ddrisw_glx.c295 (*psc->core->unbindContext) (pcp->driContext); in drisw_unbind_context()
Ddri_glx.c557 (*psc->core->unbindContext) (pcp->driContext); in dri_unbind_context()
Ddri2_glx.c177 (*psc->core->unbindContext) (pcp->driContext); in dri2_unbind_context()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c912 dri2_dpy->core->unbindContext(old_cctx); in dri2_make_current()