Home
last modified time | relevance | path

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

/third_party/mesa3d/include/GL/internal/
Ddri_interface.h811 int (*unbindContext)(__DRIcontext *ctx); member
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_util.c963 .unbindContext = driUnbindContext
/third_party/mesa3d/src/glx/
Ddri3_glx.c228 (*psc->core->unbindContext) (pcp->driContext); in dri3_unbind_context()
Ddrisw_glx.c463 (*psc->core->unbindContext) (pcp->driContext); in drisw_unbind_context()
Ddri2_glx.c150 (*psc->core->unbindContext) (pcp->driContext); in dri2_unbind_context()
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1822 dri2_dpy->core->unbindContext(old_cctx); in dri2_make_current()