| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.1.4.rst | 87 - dri2: do not conflate unbind and bindContext() failure 88 - egl/dri2: try to bind old context if bindContext failed
|
| H A D | 12.0.2.rst | 328 - egl/dri2: dri2_make_current: Set EGL error if bindContext fails
|
| H A D | 20.2.0.rst | 3144 - 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 D | glxdriswrast.c | 151 return (*screen->core->bindContext)(context->driContext, 185 return (*screen->core->bindContext)(context->driContext,
|
| H A D | glxdri.c | 312 return (*screen->core->bindContext)(context->driContext, 346 return (*screen->core->bindContext)(context->driContext,
|
| H A D | glxdri2.c | 261 return (*screen->core->bindContext)(context->driContext, 295 return (*screen->core->bindContext)(context->driContext,
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | glxdriswrast.c | 145 return (*screen->core->bindContext) (context->driContext,
|
| H A D | glxdri2.c | 259 return (*screen->core->bindContext) (context->driContext,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/ |
| H A D | dri_util.c | 803 .bindContext = driBindContext,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/common/ |
| H A D | dri_util.c | 821 .bindContext = driBindContext,
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | dri3_glx.c | 210 if (!(*psc->core->bindContext) (pcp->driContext, dri_draw, dri_read))
|
| H A D | dri_glx.c | 636 if ((*psc->core->bindContext) (pcp->driContext,
|
| H A D | drisw_glx.c | 424 if ((*psc->core->bindContext) (pcp->driContext,
|
| H A D | dri2_glx.c | 154 if (!(*psc->core->bindContext) (pcp->driContext, dri_draw, dri_read))
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/internal/ |
| H A D | dri_interface.h | 855 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 D | dri_interface.h | 847 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 D | dri3_glx.c | 210 if (!(*psc->core->bindContext) (pcp->driContext, dri_draw, dri_read))
|
| H A D | drisw_glx.c | 409 if ((*psc->core->bindContext) (pcp->driContext,
|
| H A D | dri2_glx.c | 154 if (!(*psc->core->bindContext) (pcp->driContext, dri_draw, dri_read))
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | egl_dri2.c | 1811 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 D | egl_dri2.c | 1515 if (!unbind && !dri2_dpy->core->bindContext(cctx, ddraw, rdraw)) { 1535 /* dri2_dpy->core->bindContext failed. We cannot tell for sure why, but
|