Home
last modified time | relevance | path

Searched refs:bindContext (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/docs/relnotes/
D20.1.4.rst87 - dri2: do not conflate unbind and bindContext() failure
88 - egl/dri2: try to bind old context if bindContext failed
D12.0.2.rst328 - egl/dri2: dri2_make_current: Set EGL error if bindContext fails
D20.2.0.rst3144 - 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/
Ddri_interface.h807 int (*bindContext)(__DRIcontext *ctx, member
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_util.c962 .bindContext = driBindContext,
/third_party/mesa3d/src/glx/
Ddri3_glx.c211 if (!(*psc->core->bindContext) (pcp->driContext, dri_draw, dri_read)) in dri3_bind_context()
Ddrisw_glx.c443 if (!(*psc->core->bindContext) (pcp->driContext, in drisw_bind_context()
Ddri2_glx.c138 if (!(*psc->core->bindContext) (pcp->driContext, dri_draw, dri_read)) in dri2_bind_context()
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1833 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()