Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.c777 .bindContext = driBindContext,
/external/mesa3d/include/GL/internal/
Ddri_interface.h773 int (*bindContext)(__DRIcontext *ctx, member
/external/mesa3d/src/glx/
Ddrisw_glx.c262 if ((*psc->core->bindContext) (pcp->driContext, in drisw_bind_context()
Ddri_glx.c555 if ((*psc->core->bindContext) (pcp->driContext, in dri_bind_context()
Ddri3_glx.c235 if (!(*psc->core->bindContext) (pcp->driContext, dri_draw, dri_read)) in dri3_bind_context()
Ddri2_glx.c154 if (!(*psc->core->bindContext) (pcp->driContext, dri_draw, dri_read)) in dri2_bind_context()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1323 if (unbind || dri2_dpy->core->bindContext(cctx, ddraw, rdraw)) { in dri2_make_current()