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()
1089 .destroy = dri2_destroy_context,
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1649 dri2_destroy_context(_EGLDisplay *disp, _EGLContext *ctx) in dri2_destroy_context() function
1874 dri2_destroy_context(disp, old_ctx); in dri2_make_current()
3669 .DestroyContext = dri2_destroy_context,