Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/dri/
Ddri_context.h73 void dri_destroy_context(__DRIcontext * driContextPriv);
Ddri_context.c222 dri_destroy_context(__DRIcontext * cPriv) in dri_destroy_context() function
Ddrisw.c466 .DestroyContext = dri_destroy_context,
Ddri2.c2237 .DestroyContext = dri_destroy_context,
2258 .DestroyContext = dri_destroy_context,
/external/mesa3d/src/glx/
Ddri_glx.c605 dri_destroy_context(struct glx_context * context) in dri_destroy_context() function
653 .destroy = dri_destroy_context,
686 if (shareList->vtable->destroy != dri_destroy_context) { in dri_create_context()
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c837 dri_destroy_context(__DRIcontext * cPriv) in dri_destroy_context() function
955 .DestroyContext = dri_destroy_context,