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

/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXGraphicsConfig.h66 * The GLXCtxInfo structure contains the native GLXContext information
70 * GLXContext context;
72 * GLXContext is made current (active).
76 * whence this GLXContext was created. It is provided here for convenience.
84 GLXContext context;
H A DOGLFuncs_md.h40 typedef void (GLAPIENTRY *glXDestroyContextType)(Display *dpy, GLXContext ctx);
41 typedef GLXContext (GLAPIENTRY *glXGetCurrentContextType)(void);
43 typedef Bool (GLAPIENTRY *glXIsDirectType)(Display *dpy, GLXContext ctx);
64 typedef GLXContext (GLAPIENTRY *glXCreateNewContextType)(Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
65 typedef Bool (GLAPIENTRY *glXMakeContextCurrentType)(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
67 typedef int (GLAPIENTRY *glXQueryContextType)(Display *dpy, GLXContext ctx, int attribute, int *value);
H A DGLXGraphicsConfig.c48 static GLXContext sharedContext = 0;
412 * Initializes a new OGLContext, which includes the native GLXContext handle
416 GLXGC_InitOGLContext(GLXFBConfig fbconfig, GLXContext context,
471 GLXContext context;
503 // create the GLXContext for this GLXGraphicsConfig
591 // initialize the OGLContext, which wraps the GLXFBConfig and GLXContext
/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...]
H A Dglxext.h360 extern GLXContext glXCreateNewContext (Display *, GLXFBConfig, int, GLXContext, Bool);
361 extern Bool glXMakeContextCurrent (Display *, GLXDrawable, GLXDrawable, GLXContext);
364 extern int glXQueryContext (Display *, GLXContext, int, int *);
379 typedef GLXContext ( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
380 typedef Bool ( * PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
383 typedef int ( * PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value);
437 extern Bool glXMakeCurrentReadSGI (Display *, GLXDrawable, GLXDrawable, GLXContext);
440 typedef Bool ( * PFNGLXMAKECURRENTREADSGIPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ct
[all...]

Completed in 36 milliseconds