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

/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXSurfaceData.h52 * If a GLXDrawable has a corresponding X11 Drawable, it is stored here. For
57 * GLXDrawable drawable;
58 * The native handle to the GLXDrawable at the core of this surface. A
59 * GLXDrawable can be a Window, GLXWindow, GLXPixmap, or GLXPbuffer.
72 GLXDrawable drawable;
H A DOGLFuncs_md.h42 typedef GLXDrawable (GLAPIENTRY *glXGetCurrentDrawableType)(void);
46 typedef void (GLAPIENTRY *glXSwapBuffersType)(Display *dpy, GLXDrawable drawable);
63 typedef void (GLAPIENTRY *glXQueryDrawableType)(Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
65 typedef Bool (GLAPIENTRY *glXMakeContextCurrentType)(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
66 typedef GLXDrawable (GLAPIENTRY *glXGetCurrentReadDrawableType)(void);
68 typedef void (GLAPIENTRY *glXSelectEventType)(Display *dpy, GLXDrawable draw, unsigned long event_mask);
69 typedef void (GLAPIENTRY *glXGetSelectedEventType)(Display *dpy, GLXDrawable draw, unsigned long *event_mask);
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/J2D_GL/
H A Dglxext.h336 GLXDrawable drawable; /* i.d. of Drawable */
359 extern void glXQueryDrawable (Display *, GLXDrawable, int, unsigned int *);
361 extern Bool glXMakeContextCurrent (Display *, GLXDrawable, GLXDrawable, GLXContext);
362 extern GLXDrawable glXGetCurrentReadDrawable (void);
365 extern void glXSelectEvent (Display *, GLXDrawable, unsigned long);
366 extern void glXGetSelectedEvent (Display *, GLXDrawable, unsigned long *);
378 typedef void ( * PFNGLXQUERYDRAWABLEPROC) (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
380 typedef Bool ( * PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable rea
[all...]
H A Dglx.h225 typedef XID GLXDrawable; typedef
243 extern Bool glXMakeCurrent( Display *dpy, GLXDrawable drawable,
249 extern void glXSwapBuffers( Display *dpy, GLXDrawable drawable );
267 extern GLXDrawable glXGetCurrentDrawable( void );
317 extern void glXQueryDrawable( Display *dpy, GLXDrawable draw, int attribute,
324 extern Bool glXMakeContextCurrent( Display *dpy, GLXDrawable draw,
325 GLXDrawable read, GLXContext ctx );
327 extern GLXDrawable glXGetCurrentReadDrawable( void );
332 extern void glXSelectEvent( Display *dpy, GLXDrawable drawable,
335 extern void glXGetSelectedEvent( Display *dpy, GLXDrawable drawabl
[all...]

Completed in 49 milliseconds