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()1081 .destroy = dri2_destroy_context,
1388 dri2_destroy_context(_EGLDriver *drv, _EGLDisplay *disp, _EGLContext *ctx) in dri2_destroy_context() function1524 dri2_destroy_context(drv, disp, old_ctx); in dri2_make_current()3192 dri2_drv->API.DestroyContext = dri2_destroy_context; in _eglBuiltInDriver()