Searched defs:GLXContext (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/J2D_GL/
H A Dglx.h223 typedef struct __GLXcontextRec *GLXContext; typedef in typeref:struct:__GLXcontextRec
238 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
239 GLXContext shareList, Bool direct );
241 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
244 GLXContext ctx);
246 extern void glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
260 extern Bool glXIsDirect( Display *dpy, GLXContext ctx );
265 extern GLXContext glXGetCurrentContext( void );
320 extern GLXContext glXCreateNewContex
[all...]

Completed in 32 milliseconds