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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
glxapi.h 123 void (*DestroyGLXVideoSourceSGIX)(Display *, GLXVideoSourceSGIX);
126 void *DestroyGLXVideoSourceSGIX;
realglx.c 110 glx.DestroyGLXVideoSourceSGIX = _real_glXDestroyGLXVideoSourceSGIX;
glxapi.c 707 return (t->DestroyGLXVideoSourceSGIX)(dpy, src);
    [all...]
fakeglx.c     [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 123 void (*DestroyGLXVideoSourceSGIX)(Display *, GLXVideoSourceSGIX);
126 void *DestroyGLXVideoSourceSGIX;
realglx.c 110 glx.DestroyGLXVideoSourceSGIX = _real_glXDestroyGLXVideoSourceSGIX;
glxapi.c 707 return (t->DestroyGLXVideoSourceSGIX)(dpy, src);
    [all...]
fakeglx.c     [all...]

Completed in 329 milliseconds