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

/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/J2D_GL/
H A Dglx.h229 typedef XID GLXContextID; typedef
419 extern GLXContextID glXGetContextIDEXT(const GLXContext context);
423 extern GLXContext glXImportContextEXT(Display *dpy, GLXContextID contextID);
H A Dglxext.h465 extern GLXContextID glXGetContextIDEXT (const GLXContext);
466 extern GLXContext glXImportContextEXT (Display *, GLXContextID);
471 typedef GLXContextID ( * PFNGLXGETCONTEXTIDEXTPROC) (const GLXContext context);
472 typedef GLXContext ( * PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);

Completed in 50 milliseconds