Searched refs:DestroyGLXVideoSourceSGIX (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.h123 void (*DestroyGLXVideoSourceSGIX)(Display *, GLXVideoSourceSGIX); member in struct:_glxapi_table
126 void *DestroyGLXVideoSourceSGIX; member in struct:_glxapi_table
H A Drealglx.c110 glx.DestroyGLXVideoSourceSGIX = _real_glXDestroyGLXVideoSourceSGIX;
H A Dglxapi.c707 return (t->DestroyGLXVideoSourceSGIX)(dpy, src);
H A Dfakeglx.c2999 glx.DestroyGLXVideoSourceSGIX = Fake_glXDestroyGLXVideoSourceSGIX;

Completed in 175 milliseconds