Searched refs:GLXVideoSourceSGIX (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.h | 122 GLXVideoSourceSGIX (*CreateGLXVideoSourceSGIX)(Display *, int, VLServer, VLPath, int, VLNode); 123 void (*DestroyGLXVideoSourceSGIX)(Display *, GLXVideoSourceSGIX);
|
D | realglx.h | 192 extern GLXVideoSourceSGIX 196 _real_glXDestroyGLXVideoSourceSGIX(Display *dpy, GLXVideoSourceSGIX src);
|
D | glxapi.c | 690 GLXVideoSourceSGIX PUBLIC 701 glXDestroyGLXVideoSourceSGIX(Display *dpy, GLXVideoSourceSGIX src) in glXDestroyGLXVideoSourceSGIX()
|
D | fakeglx.c | 2456 static GLXVideoSourceSGIX 2469 Fake_glXDestroyGLXVideoSourceSGIX(Display *dpy, GLXVideoSourceSGIX src) in Fake_glXDestroyGLXVideoSourceSGIX()
|
/external/mesa3d/include/GL/ |
D | glxext.h | 455 typedef XID GLXVideoSourceSGIX; typedef 651 extern GLXVideoSourceSGIX glXCreateGLXVideoSourceSGIX (Display *display, int screen, VLServer serve… 652 extern void glXDestroyGLXVideoSourceSGIX (Display *dpy, GLXVideoSourceSGIX glxvideosource); 654 typedef GLXVideoSourceSGIX ( * PFNGLXCREATEGLXVIDEOSOURCESGIXPROC) (Display *display, int screen, V… 655 typedef void ( * PFNGLXDESTROYGLXVIDEOSOURCESGIXPROC) (Display *dpy, GLXVideoSourceSGIX glxvideosou…
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_api.c | 2250 PUBLIC GLXVideoSourceSGIX 2264 glXDestroyGLXVideoSourceSGIX(Display *dpy, GLXVideoSourceSGIX src) in glXDestroyGLXVideoSourceSGIX()
|