Searched refs:bindContext (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.c | 807 .bindContext = driBindContext,
|
/external/mesa3d/src/glx/ |
D | drisw_glx.c | 258 if ((*psc->core->bindContext) (pcp->driContext, in drisw_bind_context()
|
D | dri_glx.c | 636 if ((*psc->core->bindContext) (pcp->driContext, in dri_bind_context()
|
D | dri3_glx.c | 210 if (!(*psc->core->bindContext) (pcp->driContext, dri_draw, dri_read)) in dri3_bind_context()
|
D | dri2_glx.c | 154 if (!(*psc->core->bindContext) (pcp->driContext, dri_draw, dri_read)) in dri2_bind_context()
|
/external/mesa3d/include/GL/internal/ |
D | dri_interface.h | 791 int (*bindContext)(__DRIcontext *ctx, member
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 1516 if (unbind || dri2_dpy->core->bindContext(cctx, ddraw, rdraw)) { in dri2_make_current()
|