HomeSort by relevance Sort by last modified time
    Searched refs:dri_destroy_context (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/state_trackers/dri/
dri_context.h 73 void dri_destroy_context(__DRIcontext * driContextPriv);
dri_context.c 171 dri_destroy_context(__DRIcontext * cPriv) function
205 * in dri_destroy_context which should cover all the cases.
drisw.c 448 .DestroyContext = dri_destroy_context,
dri2.c     [all...]
  /external/mesa3d/src/glx/
dri_glx.c 524 dri_destroy_context(struct glx_context * context) function
572 .destroy = dri_destroy_context,
605 if (shareList->vtable->destroy != dri_destroy_context) {
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 827 dri_destroy_context(__DRIcontext * cPriv) function
945 .DestroyContext = dri_destroy_context,

Completed in 234 milliseconds