Home
last modified time | relevance | path

Searched refs:apple_glx_destroy_context (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/glx/apple/
Dapple_glx_context.h76 void apple_glx_destroy_context(void **ptr, Display * dpy);
Dapple_glx_context.c213 apple_glx_destroy_context(void **ptr, Display * dpy) in apple_glx_destroy_context() function
/external/mesa3d/src/glx/
Dapplegl_glx.c48 apple_glx_destroy_context(&gc->driContext, gc->psc->dpy); in applegl_destroy_context()