Searched refs:dri2_destroy_context (Results 1 – 2 of 2) sorted by relevance
114 dri2_destroy_context(struct glx_context *context) in dri2_destroy_context() function197 if (shareList->vtable->destroy != dri2_destroy_context) { in dri2_create_context()1049 .destroy = dri2_destroy_context,
1258 dri2_destroy_context(_EGLDriver *drv, _EGLDisplay *disp, _EGLContext *ctx) in dri2_destroy_context() function1331 dri2_destroy_context(drv, disp, old_ctx); in dri2_make_current()2953 dri2_drv->base.API.DestroyContext = dri2_destroy_context; in _eglBuiltInDriverDRI2()