Home
last modified time | relevance | path

Searched refs:dri2_destroy_context (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/glx/
Ddri2_glx.c114 dri2_destroy_context(struct glx_context *context) in dri2_destroy_context() function
197 if (shareList->vtable->destroy != dri2_destroy_context) { in dri2_create_context()
1049 .destroy = dri2_destroy_context,
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1258 dri2_destroy_context(_EGLDriver *drv, _EGLDisplay *disp, _EGLContext *ctx) in dri2_destroy_context() function
1331 dri2_destroy_context(drv, disp, old_ctx); in dri2_make_current()
2953 dri2_drv->base.API.DestroyContext = dri2_destroy_context; in _eglBuiltInDriverDRI2()