Home
last modified time | relevance | path

Searched refs:dri_destroy_context (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/frontends/dri/
Ddri_context.h73 void dri_destroy_context(__DRIcontext * driContextPriv);
Ddri_context.c230 dri_destroy_context(__DRIcontext * cPriv) in dri_destroy_context() function
Ddrisw.c580 .DestroyContext = dri_destroy_context,
Ddri2.c2359 .DestroyContext = dri_destroy_context,
2380 .DestroyContext = dri_destroy_context,
/external/mesa3d/src/glx/
Ddri_glx.c497 dri_destroy_context(struct glx_context * context) in dri_destroy_context() function
545 .destroy = dri_destroy_context,
578 if (shareList->vtable->destroy != dri_destroy_context) { in dri_create_context()
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c843 dri_destroy_context(__DRIcontext * cPriv) in dri_destroy_context() function
961 .DestroyContext = dri_destroy_context,