Home
last modified time | relevance | path

Searched refs:bindContext (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/include/GL/internal/
H A Ddri_interface.h807 int (*bindContext)(__DRIcontext *ctx, member
2083 * context using __DRIcoreExtensionRec::bindContext()); when this happens,
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_util.c962 .bindContext = driBindContext,
/third_party/mesa3d/src/glx/
H A Ddri2_glx.c138 if (!(*psc->core->bindContext) (pcp->driContext, dri_draw, dri_read)) in dri2_bind_context()
H A Ddri3_glx.c211 if (!(*psc->core->bindContext) (pcp->driContext, dri_draw, dri_read)) in dri3_bind_context()
H A Ddrisw_glx.c443 if (!(*psc->core->bindContext) (pcp->driContext, in drisw_bind_context()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c1833 if (!dri2_dpy->core->bindContext(cctx, ddraw, rdraw)) { in dri2_make_current()
1836 /* dri2_dpy->core->bindContext failed. We cannot tell for sure why, but in dri2_make_current()
1861 if (dri2_dpy->core->bindContext(cctx, ddraw, rdraw)) { in dri2_make_current()
1884 /* dri2_dpy->core->bindContext succeeded, so take a reference on the in dri2_make_current()

Completed in 15 milliseconds