Searched refs:dri2_destroy_context (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Ddri2_glx.c114 dri2_destroy_context(struct glx_context *context) function in typeref:typename:void
197 if (shareList->vtable->destroy != dri2_destroy_context) {
1088 .destroy = dri2_destroy_context,
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Ddri2_glx.c114 dri2_destroy_context(struct glx_context *context) function in typeref:typename:void
1021 .destroy = dri2_destroy_context,
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2.c1342 dri2_destroy_context(_EGLDriver *drv, _EGLDisplay *disp, _EGLContext *ctx) function in typeref:typename:EGLBoolean
1549 dri2_destroy_context(drv, disp, old_ctx);
3303 dri2_drv->API.DestroyContext = dri2_destroy_context;
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c1650 dri2_destroy_context(_EGLDisplay *disp, _EGLContext *ctx) function in typeref:typename:EGLBoolean
1875 dri2_destroy_context(disp, old_ctx);
3687 .DestroyContext = dri2_destroy_context,

Completed in 86 milliseconds