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

/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/J2D_GL/
H A Dglxext.h321 typedef XID GLXVideoSourceSGIX; typedef
448 extern GLXVideoSourceSGIX glXCreateGLXVideoSourceSGIX (Display *, int, VLServer, VLPath, int, VLNode);
449 extern void glXDestroyGLXVideoSourceSGIX (Display *, GLXVideoSourceSGIX);
451 typedef GLXVideoSourceSGIX ( * PFNGLXCREATEGLXVIDEOSOURCESGIXPROC) (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
452 typedef void ( * PFNGLXDESTROYGLXVIDEOSOURCESGIXPROC) (Display *dpy, GLXVideoSourceSGIX glxvideosource);

Completed in 32 milliseconds