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

  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_context.c 167 dri_destroy_context(__DRIcontext * cPriv) function
203 * in dri_destroy_context which should cover all the cases.
  /external/mesa3d/src/glx/
dri_glx.c 512 dri_destroy_context(struct glx_context * context) function
561 dri_destroy_context,
590 if (shareList->vtable->destroy != dri_destroy_context) {
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 815 dri_destroy_context(__DRIcontext * cPriv) function
900 .DestroyContext = dri_destroy_context,

Completed in 137 milliseconds