Searched refs:bindContext (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/include/GL/internal/ |
H A D | dri_interface.h | 807 int (*bindContext)(__DRIcontext *ctx, member 2083 * context using __DRIcoreExtensionRec::bindContext()); when this happens,
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_util.c | 962 .bindContext = driBindContext,
|
/third_party/mesa3d/src/glx/ |
H A D | dri2_glx.c | 138 if (!(*psc->core->bindContext) (pcp->driContext, dri_draw, dri_read)) in dri2_bind_context()
|
H A D | dri3_glx.c | 211 if (!(*psc->core->bindContext) (pcp->driContext, dri_draw, dri_read)) in dri3_bind_context()
|
H A D | drisw_glx.c | 443 if (!(*psc->core->bindContext) (pcp->driContext, in drisw_bind_context()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.c | 1833 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