Searched refs:bindContext (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/docs/relnotes/ |
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
|
D | 12.0.2.rst | 328 - egl/dri2: dri2_make_current: Set EGL error if bindContext fails
|
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
|
/third_party/mesa3d/include/GL/internal/ |
D | dri_interface.h | 807 int (*bindContext)(__DRIcontext *ctx, member
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_util.c | 962 .bindContext = driBindContext,
|
/third_party/mesa3d/src/glx/ |
D | dri3_glx.c | 211 if (!(*psc->core->bindContext) (pcp->driContext, dri_draw, dri_read)) in dri3_bind_context()
|
D | drisw_glx.c | 443 if (!(*psc->core->bindContext) (pcp->driContext, in drisw_bind_context()
|
D | dri2_glx.c | 138 if (!(*psc->core->bindContext) (pcp->driContext, dri_draw, dri_read)) in dri2_bind_context()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 1833 if (!dri2_dpy->core->bindContext(cctx, ddraw, rdraw)) { in dri2_make_current() 1861 if (dri2_dpy->core->bindContext(cctx, ddraw, rdraw)) { in dri2_make_current()
|