Searched refs:bindContext (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.c | 777 .bindContext = driBindContext,
|
/external/mesa3d/include/GL/internal/ |
D | dri_interface.h | 773 int (*bindContext)(__DRIcontext *ctx, member
|
/external/mesa3d/src/glx/ |
D | drisw_glx.c | 262 if ((*psc->core->bindContext) (pcp->driContext, in drisw_bind_context()
|
D | dri_glx.c | 555 if ((*psc->core->bindContext) (pcp->driContext, in dri_bind_context()
|
D | dri3_glx.c | 235 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/src/egl/drivers/dri2/ |
D | egl_dri2.c | 1323 if (unbind || dri2_dpy->core->bindContext(cctx, ddraw, rdraw)) { in dri2_make_current()
|