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

/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.4.rst87 - dri2: do not conflate unbind and bindContext() failure
88 - egl/dri2: try to bind old context if bindContext failed
H A D12.0.2.rst328 - egl/dri2: dri2_make_current: Set EGL error if bindContext fails
H A D20.2.0.rst3144 - dri2: do not conflate unbind and bindContext() failure
3145 - egl/dri2: try to bind old context if bindContext failed
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglxdriswrast.c151 return (*screen->core->bindContext)(context->driContext,
185 return (*screen->core->bindContext)(context->driContext,
H A Dglxdri.c312 return (*screen->core->bindContext)(context->driContext,
346 return (*screen->core->bindContext)(context->driContext,
H A Dglxdri2.c261 return (*screen->core->bindContext)(context->driContext,
295 return (*screen->core->bindContext)(context->driContext,
/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxdriswrast.c145 return (*screen->core->bindContext) (context->driContext,
H A Dglxdri2.c259 return (*screen->core->bindContext) (context->driContext,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/
H A Ddri_util.c803 .bindContext = driBindContext,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/common/
H A Ddri_util.c821 .bindContext = driBindContext,
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Ddri3_glx.c210 if (!(*psc->core->bindContext) (pcp->driContext, dri_draw, dri_read))
H A Ddri_glx.c636 if ((*psc->core->bindContext) (pcp->driContext,
H A Ddrisw_glx.c424 if ((*psc->core->bindContext) (pcp->driContext,
H A Ddri2_glx.c154 if (!(*psc->core->bindContext) (pcp->driContext, dri_draw, dri_read))
/xsrc/external/mit/MesaLib.old/dist/include/GL/internal/
H A Ddri_interface.h855 int (*bindContext)(__DRIcontext *ctx, member in struct:__DRIcoreExtensionRec
2088 * context using __DRIcoreExtensionRec::bindContext()); when this happens,
/xsrc/external/mit/MesaLib/dist/include/GL/internal/
H A Ddri_interface.h847 int (*bindContext)(__DRIcontext *ctx, member in struct:__DRIcoreExtensionRec
2119 * context using __DRIcoreExtensionRec::bindContext()); when this happens,
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Ddri3_glx.c210 if (!(*psc->core->bindContext) (pcp->driContext, dri_draw, dri_read))
H A Ddrisw_glx.c409 if ((*psc->core->bindContext) (pcp->driContext,
H A Ddri2_glx.c154 if (!(*psc->core->bindContext) (pcp->driContext, dri_draw, dri_read))
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c1811 if (!dri2_dpy->core->bindContext(cctx, ddraw, rdraw)) {
1814 /* dri2_dpy->core->bindContext failed. We cannot tell for sure why, but
1839 if (dri2_dpy->core->bindContext(cctx, ddraw, rdraw)) {
1862 /* dri2_dpy->core->bindContext succeeded, so take a reference on the
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2.c1515 if (!unbind && !dri2_dpy->core->bindContext(cctx, ddraw, rdraw)) {
1535 /* dri2_dpy->core->bindContext failed. We cannot tell for sure why, but

Completed in 45 milliseconds