|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.opengl.impl.x11.GLX
public class GLX
Provides access to the X11-specific OpenGL vendor extensions.
See GL
for more information.
Constructor Summary | |
---|---|
GLX()
|
Method Summary | |
---|---|
static int |
DefaultScreen(long display)
|
static int |
dispatch_glXBindHyperpipeSGIX0(long dpy,
int hpId,
long procAddress)
Entry point (through function pointer) to C language function: int glXBindHyperpipeSGIX(Display * dpy, int hpId); |
static boolean |
dispatch_glXBindSwapBarrierNV0(long dpy,
int group,
int barrier,
long procAddress)
Entry point (through function pointer) to C language function: Bool glXBindSwapBarrierNV(Display * dpy, GLuint group, GLuint barrier); |
static int |
dispatch_glXBindVideoImageNV0(long dpy,
int VideoDevice,
long pbuf,
int iVideoBuffer,
long procAddress)
Entry point (through function pointer) to C language function: int glXBindVideoImageNV(Display * dpy, GLXVideoDeviceNV VideoDevice, XID pbuf, int iVideoBuffer); |
static int |
dispatch_glXDestroyHyperpipeConfigSGIX0(long dpy,
int hpId,
long procAddress)
Entry point (through function pointer) to C language function: int glXDestroyHyperpipeConfigSGIX(Display * dpy, int hpId); |
static void |
dispatch_glXDestroyPbuffer0(long dpy,
long pbuf,
long procAddress)
Entry point (through function pointer) to C language function: void glXDestroyPbuffer(Display * dpy, XID pbuf); |
static void |
dispatch_glXDestroyPixmap0(long dpy,
long pixmap,
long procAddress)
Entry point (through function pointer) to C language function: void glXDestroyPixmap(Display * dpy, XID pixmap); |
static void |
dispatch_glXDestroyWindow0(long dpy,
long window,
long procAddress)
Entry point (through function pointer) to C language function: void glXDestroyWindow(Display * dpy, XID window); |
static long |
dispatch_glXGetCurrentDisplay0(long procAddress)
Entry point (through function pointer) to C language function: Display * glXGetCurrentDisplay(void); |
static long |
dispatch_glXGetCurrentReadDrawable0(long procAddress)
Entry point (through function pointer) to C language function: XID glXGetCurrentReadDrawable(void); |
static long |
dispatch_glXGetProcAddress0(java.lang.String procname,
long procAddress)
Entry point (through function pointer) to C language function: __GLXextFuncPtr glXGetProcAddress(const GLubyte * procname); |
static boolean |
dispatch_glXJoinSwapGroupNV0(long dpy,
long drawable,
int group,
long procAddress)
Entry point (through function pointer) to C language function: Bool glXJoinSwapGroupNV(Display * dpy, XID drawable, GLuint group); |
static boolean |
dispatch_glXMakeContextCurrent0(long dpy,
long draw,
long read,
long ctx,
long procAddress)
Entry point (through function pointer) to C language function: Bool glXMakeContextCurrent(Display * dpy, XID draw, XID read, GLXContext ctx); |
static void |
dispatch_glXReleaseTexImageEXT0(long dpy,
long drawable,
int buffer,
long procAddress)
Entry point (through function pointer) to C language function: void glXReleaseTexImageEXT(Display * dpy, XID drawable, int buffer); |
static int |
dispatch_glXReleaseVideoDeviceNV0(long dpy,
int screen,
int VideoDevice,
long procAddress)
Entry point (through function pointer) to C language function: int glXReleaseVideoDeviceNV(Display * dpy, int screen, GLXVideoDeviceNV VideoDevice); |
static int |
dispatch_glXReleaseVideoImageNV0(long dpy,
long pbuf,
long procAddress)
Entry point (through function pointer) to C language function: int glXReleaseVideoImageNV(Display * dpy, XID pbuf); |
static boolean |
dispatch_glXResetFrameCountNV0(long dpy,
int screen,
long procAddress)
Entry point (through function pointer) to C language function: Bool glXResetFrameCountNV(Display * dpy, int screen); |
static void |
dispatch_glXSelectEvent0(long dpy,
long drawable,
long mask,
long procAddress)
Entry point (through function pointer) to C language function: void glXSelectEvent(Display * dpy, XID drawable, unsigned long mask); |
static long |
dlopen(java.lang.String name)
|
static long |
dlsym(java.lang.String name)
|
static GLXProcAddressTable |
getGLXProcAddressTable()
|
static int |
glXBindHyperpipeSGIX(long dpy,
int hpId)
Entry point (through function pointer) to C language function: int glXBindHyperpipeSGIX(Display * dpy, int hpId); |
static boolean |
glXBindSwapBarrierNV(long dpy,
int group,
int barrier)
Entry point (through function pointer) to C language function: Bool glXBindSwapBarrierNV(Display * dpy, GLuint group, GLuint barrier); |
static void |
glXBindTexImageEXT(long dpy,
long drawable,
int buffer,
int[] attrib_list,
int attrib_list_offset)
Entry point (through function pointer) to C language function: void glXBindTexImageEXT(Display * dpy, XID drawable, int buffer, const int * attrib_list); |
static void |
glXBindTexImageEXT(long dpy,
long drawable,
int buffer,
java.nio.IntBuffer attrib_list)
Entry point (through function pointer) to C language function: void glXBindTexImageEXT(Display * dpy, XID drawable, int buffer, const int * attrib_list); |
static int |
glXBindVideoImageNV(long dpy,
int VideoDevice,
long pbuf,
int iVideoBuffer)
Entry point (through function pointer) to C language function: int glXBindVideoImageNV(Display * dpy, GLXVideoDeviceNV VideoDevice, XID pbuf, int iVideoBuffer); |
static GLXFBConfig[] |
glXChooseFBConfig(long dpy,
int screen,
int[] attribList,
int attribList_offset,
int[] nitems,
int nitems_offset)
Entry point (through function pointer) to C language function: GLXFBConfig * glXChooseFBConfig(Display * dpy, int screen, const int * attribList, int * nitems); |
static GLXFBConfig[] |
glXChooseFBConfig(long dpy,
int screen,
java.nio.IntBuffer attribList,
java.nio.IntBuffer nitems)
Entry point (through function pointer) to C language function: GLXFBConfig * glXChooseFBConfig(Display * dpy, int screen, const int * attribList, int * nitems); |
static XVisualInfo |
glXChooseVisual(long dpy,
int screen,
int[] attribList,
int attribList_offset)
Interface to C language function: XVisualInfo * glXChooseVisual(Display * dpy, int screen, int * attribList); |
static XVisualInfo |
glXChooseVisual(long dpy,
int screen,
java.nio.IntBuffer attribList)
Interface to C language function: XVisualInfo * glXChooseVisual(Display * dpy, int screen, int * attribList); |
static void |
glXCopyContext(long dpy,
long src,
long dst,
long mask)
Interface to C language function: void glXCopyContext(Display * dpy, GLXContext src, GLXContext dst, unsigned long mask); |
static long |
glXCreateContext(long dpy,
XVisualInfo vis,
long shareList,
boolean direct)
Interface to C language function: GLXContext glXCreateContext(Display * dpy, XVisualInfo * vis, GLXContext shareList, Bool direct); |
static long |
glXCreateGLXPixmap(long dpy,
XVisualInfo visual,
long pixmap)
Interface to C language function: XID glXCreateGLXPixmap(Display * dpy, XVisualInfo * visual, XID pixmap); |
static long |
glXCreateNewContext(long dpy,
GLXFBConfig config,
int renderType,
long shareList,
boolean direct)
Entry point (through function pointer) to C language function: GLXContext glXCreateNewContext(Display * dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct); |
static long |
glXCreatePbuffer(long dpy,
GLXFBConfig config,
int[] attribList,
int attribList_offset)
Entry point (through function pointer) to C language function: XID glXCreatePbuffer(Display * dpy, GLXFBConfig config, const int * attribList); |
static long |
glXCreatePbuffer(long dpy,
GLXFBConfig config,
java.nio.IntBuffer attribList)
Entry point (through function pointer) to C language function: XID glXCreatePbuffer(Display * dpy, GLXFBConfig config, const int * attribList); |
static long |
glXCreatePixmap(long dpy,
GLXFBConfig config,
long pixmap,
int[] attribList,
int attribList_offset)
Entry point (through function pointer) to C language function: XID glXCreatePixmap(Display * dpy, GLXFBConfig config, XID pixmap, const int * attribList); |
static long |
glXCreatePixmap(long dpy,
GLXFBConfig config,
long pixmap,
java.nio.IntBuffer attribList)
Entry point (through function pointer) to C language function: XID glXCreatePixmap(Display * dpy, GLXFBConfig config, XID pixmap, const int * attribList); |
static long |
glXCreateWindow(long dpy,
GLXFBConfig config,
long win,
int[] attribList,
int attribList_offset)
Entry point (through function pointer) to C language function: XID glXCreateWindow(Display * dpy, GLXFBConfig config, XID win, const int * attribList); |
static long |
glXCreateWindow(long dpy,
GLXFBConfig config,
long win,
java.nio.IntBuffer attribList)
Entry point (through function pointer) to C language function: XID glXCreateWindow(Display * dpy, GLXFBConfig config, XID win, const int * attribList); |
static void |
glXDestroyContext(long dpy,
long ctx)
Interface to C language function: void glXDestroyContext(Display * dpy, GLXContext ctx); |
static void |
glXDestroyGLXPixmap(long dpy,
long pixmap)
Interface to C language function: void glXDestroyGLXPixmap(Display * dpy, XID pixmap); |
static int |
glXDestroyHyperpipeConfigSGIX(long dpy,
int hpId)
Entry point (through function pointer) to C language function: int glXDestroyHyperpipeConfigSGIX(Display * dpy, int hpId); |
static void |
glXDestroyPbuffer(long dpy,
long pbuf)
Entry point (through function pointer) to C language function: void glXDestroyPbuffer(Display * dpy, XID pbuf); |
static void |
glXDestroyPixmap(long dpy,
long pixmap)
Entry point (through function pointer) to C language function: void glXDestroyPixmap(Display * dpy, XID pixmap); |
static void |
glXDestroyWindow(long dpy,
long window)
Entry point (through function pointer) to C language function: void glXDestroyWindow(Display * dpy, XID window); |
static int |
glXGetAGPOffsetMESA(java.nio.Buffer pointer)
Entry point (through function pointer) to C language function: unsigned int glXGetAGPOffsetMESA(const void * pointer); |
static java.lang.String |
glXGetClientString(long dpy,
int name)
Interface to C language function: const char * glXGetClientString(Display * dpy, int name); |
static int |
glXGetConfig(long dpy,
XVisualInfo visual,
int attrib,
int[] value,
int value_offset)
Interface to C language function: int glXGetConfig(Display * dpy, XVisualInfo * visual, int attrib, int * value); |
static int |
glXGetConfig(long dpy,
XVisualInfo visual,
int attrib,
java.nio.IntBuffer value)
Interface to C language function: int glXGetConfig(Display * dpy, XVisualInfo * visual, int attrib, int * value); |
static long |
glXGetCurrentContext()
Interface to C language function: GLXContext glXGetCurrentContext(void); |
static long |
glXGetCurrentDisplay()
Entry point (through function pointer) to C language function: Display * glXGetCurrentDisplay(void); |
static long |
glXGetCurrentDrawable()
Interface to C language function: XID glXGetCurrentDrawable(void); |
static long |
glXGetCurrentReadDrawable()
Entry point (through function pointer) to C language function: XID glXGetCurrentReadDrawable(void); |
static int |
glXGetFBConfigAttrib(long dpy,
GLXFBConfig config,
int attribute,
int[] value,
int value_offset)
Entry point (through function pointer) to C language function: int glXGetFBConfigAttrib(Display * dpy, GLXFBConfig config, int attribute, int * value); |
static int |
glXGetFBConfigAttrib(long dpy,
GLXFBConfig config,
int attribute,
java.nio.IntBuffer value)
Entry point (through function pointer) to C language function: int glXGetFBConfigAttrib(Display * dpy, GLXFBConfig config, int attribute, int * value); |
static GLXFBConfig[] |
glXGetFBConfigs(long dpy,
int screen,
int[] nelements,
int nelements_offset)
Entry point (through function pointer) to C language function: GLXFBConfig * glXGetFBConfigs(Display * dpy, int screen, int * nelements); |
static GLXFBConfig[] |
glXGetFBConfigs(long dpy,
int screen,
java.nio.IntBuffer nelements)
Entry point (through function pointer) to C language function: GLXFBConfig * glXGetFBConfigs(Display * dpy, int screen, int * nelements); |
static long |
glXGetProcAddress(java.lang.String procname)
Entry point (through function pointer) to C language function: __GLXextFuncPtr glXGetProcAddress(const GLubyte * procname); |
static long |
glXGetProcAddressARB(java.lang.String arg0)
Interface to C language function: __GLXextFuncPtr glXGetProcAddressARB(const GLubyte * ); |
static void |
glXGetSelectedEvent(long dpy,
long drawable,
long[] mask,
int mask_offset)
Entry point (through function pointer) to C language function: void glXGetSelectedEvent(Display * dpy, XID drawable, unsigned long * mask); |
static void |
glXGetSelectedEvent(long dpy,
long drawable,
java.nio.LongBuffer mask)
Entry point (through function pointer) to C language function: void glXGetSelectedEvent(Display * dpy, XID drawable, unsigned long * mask); |
static int |
glXGetVideoDeviceNV(long dpy,
int screen,
int numVideoDevices,
int[] pVideoDevice,
int pVideoDevice_offset)
Entry point (through function pointer) to C language function: int glXGetVideoDeviceNV(Display * dpy, int screen, int numVideoDevices, GLXVideoDeviceNV * pVideoDevice); |
static int |
glXGetVideoDeviceNV(long dpy,
int screen,
int numVideoDevices,
java.nio.IntBuffer pVideoDevice)
Entry point (through function pointer) to C language function: int glXGetVideoDeviceNV(Display * dpy, int screen, int numVideoDevices, GLXVideoDeviceNV * pVideoDevice); |
static int |
glXGetVideoInfoNV(long dpy,
int screen,
int VideoDevice,
long[] pulCounterOutputVideo,
int pulCounterOutputVideo_offset,
long[] pulCounterOutputPbuffer,
int pulCounterOutputPbuffer_offset)
Entry point (through function pointer) to C language function: int glXGetVideoInfoNV(Display * dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long * pulCounterOutputVideo, unsigned long * pulCounterOutputPbuffer); |
static int |
glXGetVideoInfoNV(long dpy,
int screen,
int VideoDevice,
java.nio.LongBuffer pulCounterOutputVideo,
java.nio.LongBuffer pulCounterOutputPbuffer)
Entry point (through function pointer) to C language function: int glXGetVideoInfoNV(Display * dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long * pulCounterOutputVideo, unsigned long * pulCounterOutputPbuffer); |
static XVisualInfo |
glXGetVisualFromFBConfig(long dpy,
GLXFBConfig config)
Entry point (through function pointer) to C language function: XVisualInfo * glXGetVisualFromFBConfig(Display * dpy, GLXFBConfig config); |
static int |
glXHyperpipeAttribSGIX(long dpy,
int timeSlice,
int attrib,
int size,
java.nio.Buffer attribList)
Entry point (through function pointer) to C language function: int glXHyperpipeAttribSGIX(Display * dpy, int timeSlice, int attrib, int size, void * attribList); |
static int |
glXHyperpipeConfigSGIX(long dpy,
int networkId,
int npipes,
GLXHyperpipeConfigSGIX cfg,
int[] hpId,
int hpId_offset)
Entry point (through function pointer) to C language function: int glXHyperpipeConfigSGIX(Display * dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX * cfg, int * hpId); |
static int |
glXHyperpipeConfigSGIX(long dpy,
int networkId,
int npipes,
GLXHyperpipeConfigSGIX cfg,
java.nio.IntBuffer hpId)
Entry point (through function pointer) to C language function: int glXHyperpipeConfigSGIX(Display * dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX * cfg, int * hpId); |
static boolean |
glXIsDirect(long dpy,
long ctx)
Interface to C language function: Bool glXIsDirect(Display * dpy, GLXContext ctx); |
static boolean |
glXJoinSwapGroupNV(long dpy,
long drawable,
int group)
Entry point (through function pointer) to C language function: Bool glXJoinSwapGroupNV(Display * dpy, XID drawable, GLuint group); |
static boolean |
glXMakeContextCurrent(long dpy,
long draw,
long read,
long ctx)
Entry point (through function pointer) to C language function: Bool glXMakeContextCurrent(Display * dpy, XID draw, XID read, GLXContext ctx); |
static boolean |
glXMakeCurrent(long dpy,
long drawable,
long ctx)
Interface to C language function: Bool glXMakeCurrent(Display * dpy, XID drawable, GLXContext ctx); |
static int |
glXQueryContext(long dpy,
long ctx,
int attribute,
int[] value,
int value_offset)
Entry point (through function pointer) to C language function: int glXQueryContext(Display * dpy, GLXContext ctx, int attribute, int * value); |
static int |
glXQueryContext(long dpy,
long ctx,
int attribute,
java.nio.IntBuffer value)
Entry point (through function pointer) to C language function: int glXQueryContext(Display * dpy, GLXContext ctx, int attribute, int * value); |
static void |
glXQueryDrawable(long dpy,
long draw,
int attribute,
int[] value,
int value_offset)
Entry point (through function pointer) to C language function: void glXQueryDrawable(Display * dpy, XID draw, int attribute, unsigned int * value); |
static void |
glXQueryDrawable(long dpy,
long draw,
int attribute,
java.nio.IntBuffer value)
Entry point (through function pointer) to C language function: void glXQueryDrawable(Display * dpy, XID draw, int attribute, unsigned int * value); |
static boolean |
glXQueryExtension(long dpy,
int[] errorb,
int errorb_offset,
int[] event,
int event_offset)
Interface to C language function: Bool glXQueryExtension(Display * dpy, int * errorb, int * event); |
static boolean |
glXQueryExtension(long dpy,
java.nio.IntBuffer errorb,
java.nio.IntBuffer event)
Interface to C language function: Bool glXQueryExtension(Display * dpy, int * errorb, int * event); |
static java.lang.String |
glXQueryExtensionsString(long dpy,
int screen)
Interface to C language function: const char * glXQueryExtensionsString(Display * dpy, int screen); |
static boolean |
glXQueryFrameCountNV(long dpy,
int screen,
int[] count,
int count_offset)
Entry point (through function pointer) to C language function: Bool glXQueryFrameCountNV(Display * dpy, int screen, GLuint * count); |
static boolean |
glXQueryFrameCountNV(long dpy,
int screen,
java.nio.IntBuffer count)
Entry point (through function pointer) to C language function: Bool glXQueryFrameCountNV(Display * dpy, int screen, GLuint * count); |
static int |
glXQueryHyperpipeAttribSGIX(long dpy,
int timeSlice,
int attrib,
int size,
java.nio.Buffer attribList)
Entry point (through function pointer) to C language function: int glXQueryHyperpipeAttribSGIX(Display * dpy, int timeSlice, int attrib, int size, void * attribList); |
static int |
glXQueryHyperpipeBestAttribSGIX(long dpy,
int timeSlice,
int attrib,
int size,
java.nio.Buffer attribList,
java.nio.Buffer returnAttribList)
Entry point (through function pointer) to C language function: int glXQueryHyperpipeBestAttribSGIX(Display * dpy, int timeSlice, int attrib, int size, void * attribList, void * returnAttribList); |
static GLXHyperpipeConfigSGIX |
glXQueryHyperpipeConfigSGIX(long dpy,
int hpId,
int[] npipes,
int npipes_offset)
Entry point (through function pointer) to C language function: GLXHyperpipeConfigSGIX * glXQueryHyperpipeConfigSGIX(Display * dpy, int hpId, int * npipes); |
static GLXHyperpipeConfigSGIX |
glXQueryHyperpipeConfigSGIX(long dpy,
int hpId,
java.nio.IntBuffer npipes)
Entry point (through function pointer) to C language function: GLXHyperpipeConfigSGIX * glXQueryHyperpipeConfigSGIX(Display * dpy, int hpId, int * npipes); |
static GLXHyperpipeNetworkSGIX |
glXQueryHyperpipeNetworkSGIX(long dpy,
int[] npipes,
int npipes_offset)
Entry point (through function pointer) to C language function: GLXHyperpipeNetworkSGIX * glXQueryHyperpipeNetworkSGIX(Display * dpy, int * npipes); |
static GLXHyperpipeNetworkSGIX |
glXQueryHyperpipeNetworkSGIX(long dpy,
java.nio.IntBuffer npipes)
Entry point (through function pointer) to C language function: GLXHyperpipeNetworkSGIX * glXQueryHyperpipeNetworkSGIX(Display * dpy, int * npipes); |
static boolean |
glXQueryMaxSwapGroupsNV(long dpy,
int screen,
int[] maxGroups,
int maxGroups_offset,
int[] maxBarriers,
int maxBarriers_offset)
Entry point (through function pointer) to C language function: Bool glXQueryMaxSwapGroupsNV(Display * dpy, int screen, GLuint * maxGroups, GLuint * maxBarriers); |
static boolean |
glXQueryMaxSwapGroupsNV(long dpy,
int screen,
java.nio.IntBuffer maxGroups,
java.nio.IntBuffer maxBarriers)
Entry point (through function pointer) to C language function: Bool glXQueryMaxSwapGroupsNV(Display * dpy, int screen, GLuint * maxGroups, GLuint * maxBarriers); |
static java.lang.String |
glXQueryServerString(long dpy,
int screen,
int name)
Interface to C language function: const char * glXQueryServerString(Display * dpy, int screen, int name); |
static boolean |
glXQuerySwapGroupNV(long dpy,
long drawable,
int[] group,
int group_offset,
int[] barrier,
int barrier_offset)
Entry point (through function pointer) to C language function: Bool glXQuerySwapGroupNV(Display * dpy, XID drawable, GLuint * group, GLuint * barrier); |
static boolean |
glXQuerySwapGroupNV(long dpy,
long drawable,
java.nio.IntBuffer group,
java.nio.IntBuffer barrier)
Entry point (through function pointer) to C language function: Bool glXQuerySwapGroupNV(Display * dpy, XID drawable, GLuint * group, GLuint * barrier); |
static boolean |
glXQueryVersion(long dpy,
int[] maj,
int maj_offset,
int[] min,
int min_offset)
Interface to C language function: Bool glXQueryVersion(Display * dpy, int * maj, int * min); |
static boolean |
glXQueryVersion(long dpy,
java.nio.IntBuffer maj,
java.nio.IntBuffer min)
Interface to C language function: Bool glXQueryVersion(Display * dpy, int * maj, int * min); |
static void |
glXReleaseTexImageEXT(long dpy,
long drawable,
int buffer)
Entry point (through function pointer) to C language function: void glXReleaseTexImageEXT(Display * dpy, XID drawable, int buffer); |
static int |
glXReleaseVideoDeviceNV(long dpy,
int screen,
int VideoDevice)
Entry point (through function pointer) to C language function: int glXReleaseVideoDeviceNV(Display * dpy, int screen, GLXVideoDeviceNV VideoDevice); |
static int |
glXReleaseVideoImageNV(long dpy,
long pbuf)
Entry point (through function pointer) to C language function: int glXReleaseVideoImageNV(Display * dpy, XID pbuf); |
static boolean |
glXResetFrameCountNV(long dpy,
int screen)
Entry point (through function pointer) to C language function: Bool glXResetFrameCountNV(Display * dpy, int screen); |
static void |
glXSelectEvent(long dpy,
long drawable,
long mask)
Entry point (through function pointer) to C language function: void glXSelectEvent(Display * dpy, XID drawable, unsigned long mask); |
static int |
glXSendPbufferToVideoNV(long dpy,
long pbuf,
int iBufferType,
long[] pulCounterPbuffer,
int pulCounterPbuffer_offset,
boolean bBlock)
Entry point (through function pointer) to C language function: int glXSendPbufferToVideoNV(Display * dpy, XID pbuf, int iBufferType, unsigned long * pulCounterPbuffer, GLboolean bBlock); |
static int |
glXSendPbufferToVideoNV(long dpy,
long pbuf,
int iBufferType,
java.nio.LongBuffer pulCounterPbuffer,
boolean bBlock)
Entry point (through function pointer) to C language function: int glXSendPbufferToVideoNV(Display * dpy, XID pbuf, int iBufferType, unsigned long * pulCounterPbuffer, GLboolean bBlock); |
static void |
glXSwapBuffers(long dpy,
long drawable)
Interface to C language function: void glXSwapBuffers(Display * dpy, XID drawable); |
static void |
glXUseXFont(long font,
int first,
int count,
int list)
Interface to C language function: void glXUseXFont(XID font, int first, int count, int list); |
static void |
glXWaitGL()
Interface to C language function: void glXWaitGL(void); |
static void |
glXWaitX()
Interface to C language function: void glXWaitX(void); |
static long |
RootWindow(long display,
int screen)
|
static long |
XCreatePixmap(long arg0,
long arg1,
int arg2,
int arg3,
int arg4)
Interface to C language function: XID XCreatePixmap(Display * , XID, unsigned int, unsigned int, unsigned int); |
static boolean |
XF86VidModeGetGammaRamp(long display,
int screen,
int size,
short[] red_array,
int red_array_offset,
short[] green_array,
int green_array_offset,
short[] blue_array,
int blue_array_offset)
Interface to C language function: Bool XF86VidModeGetGammaRamp(Display * display, int screen, int size, unsigned short * red_array, unsigned short * green_array, unsigned short * blue_array); |
static boolean |
XF86VidModeGetGammaRamp(long display,
int screen,
int size,
java.nio.ShortBuffer red_array,
java.nio.ShortBuffer green_array,
java.nio.ShortBuffer blue_array)
Interface to C language function: Bool XF86VidModeGetGammaRamp(Display * display, int screen, int size, unsigned short * red_array, unsigned short * green_array, unsigned short * blue_array); |
static boolean |
XF86VidModeGetGammaRampSize(long display,
int screen,
int[] size,
int size_offset)
Interface to C language function: Bool XF86VidModeGetGammaRampSize(Display * display, int screen, int * size); |
static boolean |
XF86VidModeGetGammaRampSize(long display,
int screen,
java.nio.IntBuffer size)
Interface to C language function: Bool XF86VidModeGetGammaRampSize(Display * display, int screen, int * size); |
static boolean |
XF86VidModeSetGammaRamp(long display,
int screen,
int size,
short[] red_array,
int red_array_offset,
short[] green_array,
int green_array_offset,
short[] blue_array,
int blue_array_offset)
Interface to C language function: Bool XF86VidModeSetGammaRamp(Display * display, int screen, int size, unsigned short * red_array, unsigned short * green_array, unsigned short * blue_array); |
static boolean |
XF86VidModeSetGammaRamp(long display,
int screen,
int size,
java.nio.ShortBuffer red_array,
java.nio.ShortBuffer green_array,
java.nio.ShortBuffer blue_array)
Interface to C language function: Bool XF86VidModeSetGammaRamp(Display * display, int screen, int size, unsigned short * red_array, unsigned short * green_array, unsigned short * blue_array); |
static int |
XFreePixmap(long arg0,
long arg1)
Interface to C language function: int XFreePixmap(Display * , XID); |
static XVisualInfo[] |
XGetVisualInfo(long arg0,
long arg1,
XVisualInfo arg2,
int[] arg3,
int arg3_offset)
Interface to C language function: XVisualInfo * XGetVisualInfo(Display * , long, XVisualInfo * , int * ); |
static XVisualInfo[] |
XGetVisualInfo(long arg0,
long arg1,
XVisualInfo arg2,
java.nio.IntBuffer arg3)
Interface to C language function: XVisualInfo * XGetVisualInfo(Display * , long, XVisualInfo * , int * ); |
static boolean |
XineramaEnabled(long display)
Interface to C language function: Bool XineramaEnabled(Display * display); |
static long |
XOpenDisplay(java.lang.String arg0)
Interface to C language function: Display * XOpenDisplay(const char * ); |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int VisualNoMask
public static final int VisualIDMask
public static final int VisualScreenMask
public static final int VisualDepthMask
public static final int VisualClassMask
public static final int VisualRedMaskMask
public static final int VisualGreenMaskMask
public static final int VisualBlueMaskMask
public static final int VisualColormapSizeMask
public static final int VisualBitsPerRGBMask
public static final int VisualAllMask
public static final int GLX_USE_GL
public static final int GLX_BUFFER_SIZE
public static final int GLX_LEVEL
public static final int GLX_RGBA
public static final int GLX_DOUBLEBUFFER
public static final int GLX_STEREO
public static final int GLX_AUX_BUFFERS
public static final int GLX_RED_SIZE
public static final int GLX_GREEN_SIZE
public static final int GLX_BLUE_SIZE
public static final int GLX_ALPHA_SIZE
public static final int GLX_DEPTH_SIZE
public static final int GLX_STENCIL_SIZE
public static final int GLX_ACCUM_RED_SIZE
public static final int GLX_ACCUM_GREEN_SIZE
public static final int GLX_ACCUM_BLUE_SIZE
public static final int GLX_ACCUM_ALPHA_SIZE
public static final int GLX_BAD_SCREEN
public static final int GLX_BAD_ATTRIBUTE
public static final int GLX_NO_EXTENSION
public static final int GLX_BAD_VISUAL
public static final int GLX_BAD_CONTEXT
public static final int GLX_BAD_VALUE
public static final int GLX_BAD_ENUM
public static final int GLX_VENDOR
public static final int GLX_VERSION
public static final int GLX_EXTENSIONS
public static final int GLX_CONFIG_CAVEAT
public static final long GLX_DONT_CARE
public static final int GLX_SLOW_CONFIG
public static final int GLX_NON_CONFORMANT_CONFIG
public static final int GLX_X_VISUAL_TYPE
public static final int GLX_TRANSPARENT_TYPE
public static final int GLX_TRANSPARENT_INDEX_VALUE
public static final int GLX_TRANSPARENT_RED_VALUE
public static final int GLX_TRANSPARENT_GREEN_VALUE
public static final int GLX_TRANSPARENT_BLUE_VALUE
public static final int GLX_TRANSPARENT_ALPHA_VALUE
public static final int GLX_MAX_PBUFFER_WIDTH
public static final int GLX_MAX_PBUFFER_HEIGHT
public static final int GLX_MAX_PBUFFER_PIXELS
public static final int GLX_PRESERVED_CONTENTS
public static final int GLX_LARGEST_PBUFFER
public static final int GLX_WIDTH
public static final int GLX_HEIGHT
public static final int GLX_EVENT_MASK
public static final int GLX_DRAWABLE_TYPE
public static final int GLX_FBCONFIG_ID
public static final int GLX_VISUAL_ID
public static final int GLX_WINDOW_BIT
public static final int GLX_PIXMAP_BIT
public static final int GLX_PBUFFER_BIT
public static final int GLX_AUX_BUFFERS_BIT
public static final int GLX_FRONT_LEFT_BUFFER_BIT
public static final int GLX_FRONT_RIGHT_BUFFER_BIT
public static final int GLX_BACK_LEFT_BUFFER_BIT
public static final int GLX_BACK_RIGHT_BUFFER_BIT
public static final int GLX_DEPTH_BUFFER_BIT
public static final int GLX_STENCIL_BUFFER_BIT
public static final int GLX_ACCUM_BUFFER_BIT
public static final int GLX_RENDER_TYPE
public static final int GLX_X_RENDERABLE
public static final int GLX_NONE
public static final int GLX_TRUE_COLOR
public static final int GLX_DIRECT_COLOR
public static final int GLX_PSEUDO_COLOR
public static final int GLX_STATIC_COLOR
public static final int GLX_GRAY_SCALE
public static final int GLX_STATIC_GRAY
public static final int GLX_TRANSPARENT_RGB
public static final int GLX_TRANSPARENT_INDEX
public static final int GLX_RGBA_TYPE
public static final int GLX_COLOR_INDEX_TYPE
public static final int GLX_COLOR_INDEX_BIT
public static final int GLX_RGBA_BIT
public static final int GLX_SCREEN
public static final int GLX_PBUFFER_CLOBBER_MASK
public static final int GLX_DAMAGED
public static final int GLX_SAVED
public static final int GLX_WINDOW
public static final int GLX_PBUFFER
public static final int GLX_PBUFFER_HEIGHT
public static final int GLX_PBUFFER_WIDTH
public static final int GLX_SAMPLE_BUFFERS
public static final int GLX_SAMPLES
public static final int GLX_GLXEXT_VERSION
public static final int GLX_SAMPLE_BUFFERS_ARB
public static final int GLX_SAMPLES_ARB
public static final int GLX_RGBA_FLOAT_TYPE_ARB
public static final int GLX_RGBA_FLOAT_BIT_ARB
public static final int GLX_SAMPLE_BUFFERS_SGIS
public static final int GLX_SAMPLES_SGIS
public static final int GLX_X_VISUAL_TYPE_EXT
public static final int GLX_TRANSPARENT_TYPE_EXT
public static final int GLX_TRANSPARENT_INDEX_VALUE_EXT
public static final int GLX_TRANSPARENT_RED_VALUE_EXT
public static final int GLX_TRANSPARENT_GREEN_VALUE_EXT
public static final int GLX_TRANSPARENT_BLUE_VALUE_EXT
public static final int GLX_TRANSPARENT_ALPHA_VALUE_EXT
public static final int GLX_NONE_EXT
public static final int GLX_TRUE_COLOR_EXT
public static final int GLX_DIRECT_COLOR_EXT
public static final int GLX_PSEUDO_COLOR_EXT
public static final int GLX_STATIC_COLOR_EXT
public static final int GLX_GRAY_SCALE_EXT
public static final int GLX_STATIC_GRAY_EXT
public static final int GLX_TRANSPARENT_RGB_EXT
public static final int GLX_TRANSPARENT_INDEX_EXT
public static final int GLX_VISUAL_CAVEAT_EXT
public static final int GLX_SLOW_VISUAL_EXT
public static final int GLX_NON_CONFORMANT_VISUAL_EXT
public static final int GLX_SHARE_CONTEXT_EXT
public static final int GLX_VISUAL_ID_EXT
public static final int GLX_SCREEN_EXT
public static final int GLX_WINDOW_BIT_SGIX
public static final int GLX_PIXMAP_BIT_SGIX
public static final int GLX_RGBA_BIT_SGIX
public static final int GLX_COLOR_INDEX_BIT_SGIX
public static final int GLX_DRAWABLE_TYPE_SGIX
public static final int GLX_RENDER_TYPE_SGIX
public static final int GLX_X_RENDERABLE_SGIX
public static final int GLX_FBCONFIG_ID_SGIX
public static final int GLX_RGBA_TYPE_SGIX
public static final int GLX_COLOR_INDEX_TYPE_SGIX
public static final int GLX_PBUFFER_BIT_SGIX
public static final int GLX_BUFFER_CLOBBER_MASK_SGIX
public static final int GLX_FRONT_LEFT_BUFFER_BIT_SGIX
public static final int GLX_FRONT_RIGHT_BUFFER_BIT_SGIX
public static final int GLX_BACK_LEFT_BUFFER_BIT_SGIX
public static final int GLX_BACK_RIGHT_BUFFER_BIT_SGIX
public static final int GLX_AUX_BUFFERS_BIT_SGIX
public static final int GLX_DEPTH_BUFFER_BIT_SGIX
public static final int GLX_STENCIL_BUFFER_BIT_SGIX
public static final int GLX_ACCUM_BUFFER_BIT_SGIX
public static final int GLX_SAMPLE_BUFFERS_BIT_SGIX
public static final int GLX_MAX_PBUFFER_WIDTH_SGIX
public static final int GLX_MAX_PBUFFER_HEIGHT_SGIX
public static final int GLX_MAX_PBUFFER_PIXELS_SGIX
public static final int GLX_OPTIMAL_PBUFFER_WIDTH_SGIX
public static final int GLX_OPTIMAL_PBUFFER_HEIGHT_SGIX
public static final int GLX_PRESERVED_CONTENTS_SGIX
public static final int GLX_LARGEST_PBUFFER_SGIX
public static final int GLX_WIDTH_SGIX
public static final int GLX_HEIGHT_SGIX
public static final int GLX_EVENT_MASK_SGIX
public static final int GLX_DAMAGED_SGIX
public static final int GLX_SAVED_SGIX
public static final int GLX_WINDOW_SGIX
public static final int GLX_PBUFFER_SGIX
public static final int GLX_SYNC_FRAME_SGIX
public static final int GLX_SYNC_SWAP_SGIX
public static final int GLX_DIGITAL_MEDIA_PBUFFER_SGIX
public static final int GLX_BLENDED_RGBA_SGIS
public static final int GLX_MULTISAMPLE_SUB_RECT_WIDTH_SGIS
public static final int GLX_MULTISAMPLE_SUB_RECT_HEIGHT_SGIS
public static final int GLX_SAMPLE_BUFFERS_3DFX
public static final int GLX_SAMPLES_3DFX
public static final int GLX_VISUAL_SELECT_GROUP_SGIX
public static final int GLX_SWAP_METHOD_OML
public static final int GLX_SWAP_EXCHANGE_OML
public static final int GLX_SWAP_COPY_OML
public static final int GLX_SWAP_UNDEFINED_OML
public static final int GLX_FLOAT_COMPONENTS_NV
public static final int GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX
public static final int GLX_BAD_HYPERPIPE_CONFIG_SGIX
public static final int GLX_BAD_HYPERPIPE_SGIX
public static final int GLX_HYPERPIPE_DISPLAY_PIPE_SGIX
public static final int GLX_HYPERPIPE_RENDER_PIPE_SGIX
public static final int GLX_PIPE_RECT_SGIX
public static final int GLX_PIPE_RECT_LIMITS_SGIX
public static final int GLX_HYPERPIPE_STEREO_SGIX
public static final int GLX_HYPERPIPE_PIXEL_AVERAGE_SGIX
public static final int GLX_HYPERPIPE_ID_SGIX
public static final int GLX_VIDEO_OUT_COLOR_NV
public static final int GLX_VIDEO_OUT_ALPHA_NV
public static final int GLX_VIDEO_OUT_DEPTH_NV
public static final int GLX_VIDEO_OUT_COLOR_AND_ALPHA_NV
public static final int GLX_VIDEO_OUT_COLOR_AND_DEPTH_NV
public static final int GLX_VIDEO_OUT_FRAME_NV
public static final int GLX_VIDEO_OUT_FIELD_1_NV
public static final int GLX_VIDEO_OUT_FIELD_2_NV
public static final int GLX_BIND_TO_TEXTURE_RGB_EXT
public static final int GLX_BIND_TO_TEXTURE_RGBA_EXT
public static final int GLX_BIND_TO_MIPMAP_TEXTURE_EXT
public static final int GLX_BIND_TO_TEXTURE_TARGETS_EXT
public static final int GLX_Y_INVERTED_EXT
public static final int GLX_TEXTURE_FORMAT_EXT
public static final int GLX_TEXTURE_TARGET_EXT
public static final int GLX_MIPMAP_TEXTURE_EXT
public static final int GLX_TEXTURE_FORMAT_NONE_EXT
public static final int GLX_TEXTURE_FORMAT_RGB_EXT
public static final int GLX_TEXTURE_FORMAT_RGBA_EXT
public static final int GLX_TEXTURE_1D_BIT_EXT
public static final int GLX_TEXTURE_2D_BIT_EXT
public static final int GLX_TEXTURE_RECTANGLE_BIT_EXT
public static final int GLX_TEXTURE_1D_EXT
public static final int GLX_TEXTURE_2D_EXT
public static final int GLX_TEXTURE_RECTANGLE_EXT
public static final int GLX_FRONT_LEFT_EXT
public static final int GLX_FRONT_RIGHT_EXT
public static final int GLX_BACK_LEFT_EXT
public static final int GLX_BACK_RIGHT_EXT
public static final int GLX_FRONT_EXT
public static final int GLX_BACK_EXT
public static final int GLX_AUX0_EXT
public static final int GLX_AUX1_EXT
public static final int GLX_AUX2_EXT
public static final int GLX_AUX3_EXT
public static final int GLX_AUX4_EXT
public static final int GLX_AUX5_EXT
public static final int GLX_AUX6_EXT
public static final int GLX_AUX7_EXT
public static final int GLX_AUX8_EXT
public static final int GLX_AUX9_EXT
public static final int GLX_VERSION_1_3
public static final int GLX_VERSION_1_4
Constructor Detail |
---|
public GLX()
Method Detail |
---|
public static long XCreatePixmap(long arg0, long arg1, int arg2, int arg3, int arg4)
XID XCreatePixmap(Display * , XID, unsigned int, unsigned int, unsigned int);
public static boolean XF86VidModeGetGammaRamp(long display, int screen, int size, java.nio.ShortBuffer red_array, java.nio.ShortBuffer green_array, java.nio.ShortBuffer blue_array)
Bool XF86VidModeGetGammaRamp(Display * display, int screen, int size, unsigned short * red_array, unsigned short * green_array, unsigned short * blue_array);
public static boolean XF86VidModeGetGammaRamp(long display, int screen, int size, short[] red_array, int red_array_offset, short[] green_array, int green_array_offset, short[] blue_array, int blue_array_offset)
Bool XF86VidModeGetGammaRamp(Display * display, int screen, int size, unsigned short * red_array, unsigned short * green_array, unsigned short * blue_array);
public static boolean XF86VidModeGetGammaRampSize(long display, int screen, java.nio.IntBuffer size)
Bool XF86VidModeGetGammaRampSize(Display * display, int screen, int * size);
public static boolean XF86VidModeGetGammaRampSize(long display, int screen, int[] size, int size_offset)
Bool XF86VidModeGetGammaRampSize(Display * display, int screen, int * size);
public static boolean XF86VidModeSetGammaRamp(long display, int screen, int size, java.nio.ShortBuffer red_array, java.nio.ShortBuffer green_array, java.nio.ShortBuffer blue_array)
Bool XF86VidModeSetGammaRamp(Display * display, int screen, int size, unsigned short * red_array, unsigned short * green_array, unsigned short * blue_array);
public static boolean XF86VidModeSetGammaRamp(long display, int screen, int size, short[] red_array, int red_array_offset, short[] green_array, int green_array_offset, short[] blue_array, int blue_array_offset)
Bool XF86VidModeSetGammaRamp(Display * display, int screen, int size, unsigned short * red_array, unsigned short * green_array, unsigned short * blue_array);
public static int XFreePixmap(long arg0, long arg1)
int XFreePixmap(Display * , XID);
public static XVisualInfo[] XGetVisualInfo(long arg0, long arg1, XVisualInfo arg2, java.nio.IntBuffer arg3)
XVisualInfo * XGetVisualInfo(Display * , long, XVisualInfo * , int * );
public static XVisualInfo[] XGetVisualInfo(long arg0, long arg1, XVisualInfo arg2, int[] arg3, int arg3_offset)
XVisualInfo * XGetVisualInfo(Display * , long, XVisualInfo * , int * );
public static long XOpenDisplay(java.lang.String arg0)
Display * XOpenDisplay(const char * );
public static boolean XineramaEnabled(long display)
Bool XineramaEnabled(Display * display);
public static int glXBindHyperpipeSGIX(long dpy, int hpId)
int glXBindHyperpipeSGIX(Display * dpy, int hpId);
public static int dispatch_glXBindHyperpipeSGIX0(long dpy, int hpId, long procAddress)
int glXBindHyperpipeSGIX(Display * dpy, int hpId);
public static boolean glXBindSwapBarrierNV(long dpy, int group, int barrier)
Bool glXBindSwapBarrierNV(Display * dpy, GLuint group, GLuint barrier);
public static boolean dispatch_glXBindSwapBarrierNV0(long dpy, int group, int barrier, long procAddress)
Bool glXBindSwapBarrierNV(Display * dpy, GLuint group, GLuint barrier);
public static void glXBindTexImageEXT(long dpy, long drawable, int buffer, java.nio.IntBuffer attrib_list)
void glXBindTexImageEXT(Display * dpy, XID drawable, int buffer, const int * attrib_list);
public static void glXBindTexImageEXT(long dpy, long drawable, int buffer, int[] attrib_list, int attrib_list_offset)
void glXBindTexImageEXT(Display * dpy, XID drawable, int buffer, const int * attrib_list);
public static int glXBindVideoImageNV(long dpy, int VideoDevice, long pbuf, int iVideoBuffer)
int glXBindVideoImageNV(Display * dpy, GLXVideoDeviceNV VideoDevice, XID pbuf, int iVideoBuffer);
public static int dispatch_glXBindVideoImageNV0(long dpy, int VideoDevice, long pbuf, int iVideoBuffer, long procAddress)
int glXBindVideoImageNV(Display * dpy, GLXVideoDeviceNV VideoDevice, XID pbuf, int iVideoBuffer);
public static GLXFBConfig[] glXChooseFBConfig(long dpy, int screen, java.nio.IntBuffer attribList, java.nio.IntBuffer nitems)
GLXFBConfig * glXChooseFBConfig(Display * dpy, int screen, const int * attribList, int * nitems);
public static GLXFBConfig[] glXChooseFBConfig(long dpy, int screen, int[] attribList, int attribList_offset, int[] nitems, int nitems_offset)
GLXFBConfig * glXChooseFBConfig(Display * dpy, int screen, const int * attribList, int * nitems);
public static XVisualInfo glXChooseVisual(long dpy, int screen, java.nio.IntBuffer attribList)
XVisualInfo * glXChooseVisual(Display * dpy, int screen, int * attribList);
public static XVisualInfo glXChooseVisual(long dpy, int screen, int[] attribList, int attribList_offset)
XVisualInfo * glXChooseVisual(Display * dpy, int screen, int * attribList);
public static void glXCopyContext(long dpy, long src, long dst, long mask)
void glXCopyContext(Display * dpy, GLXContext src, GLXContext dst, unsigned long mask);
public static long glXCreateContext(long dpy, XVisualInfo vis, long shareList, boolean direct)
GLXContext glXCreateContext(Display * dpy, XVisualInfo * vis, GLXContext shareList, Bool direct);
public static long glXCreateGLXPixmap(long dpy, XVisualInfo visual, long pixmap)
XID glXCreateGLXPixmap(Display * dpy, XVisualInfo * visual, XID pixmap);
public static long glXCreateNewContext(long dpy, GLXFBConfig config, int renderType, long shareList, boolean direct)
GLXContext glXCreateNewContext(Display * dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct);
public static long glXCreatePbuffer(long dpy, GLXFBConfig config, java.nio.IntBuffer attribList)
XID glXCreatePbuffer(Display * dpy, GLXFBConfig config, const int * attribList);
public static long glXCreatePbuffer(long dpy, GLXFBConfig config, int[] attribList, int attribList_offset)
XID glXCreatePbuffer(Display * dpy, GLXFBConfig config, const int * attribList);
public static long glXCreatePixmap(long dpy, GLXFBConfig config, long pixmap, java.nio.IntBuffer attribList)
XID glXCreatePixmap(Display * dpy, GLXFBConfig config, XID pixmap, const int * attribList);
public static long glXCreatePixmap(long dpy, GLXFBConfig config, long pixmap, int[] attribList, int attribList_offset)
XID glXCreatePixmap(Display * dpy, GLXFBConfig config, XID pixmap, const int * attribList);
public static long glXCreateWindow(long dpy, GLXFBConfig config, long win, java.nio.IntBuffer attribList)
XID glXCreateWindow(Display * dpy, GLXFBConfig config, XID win, const int * attribList);
public static long glXCreateWindow(long dpy, GLXFBConfig config, long win, int[] attribList, int attribList_offset)
XID glXCreateWindow(Display * dpy, GLXFBConfig config, XID win, const int * attribList);
public static void glXDestroyContext(long dpy, long ctx)
void glXDestroyContext(Display * dpy, GLXContext ctx);
public static void glXDestroyGLXPixmap(long dpy, long pixmap)
void glXDestroyGLXPixmap(Display * dpy, XID pixmap);
public static int glXDestroyHyperpipeConfigSGIX(long dpy, int hpId)
int glXDestroyHyperpipeConfigSGIX(Display * dpy, int hpId);
public static int dispatch_glXDestroyHyperpipeConfigSGIX0(long dpy, int hpId, long procAddress)
int glXDestroyHyperpipeConfigSGIX(Display * dpy, int hpId);
public static void glXDestroyPbuffer(long dpy, long pbuf)
void glXDestroyPbuffer(Display * dpy, XID pbuf);
public static void dispatch_glXDestroyPbuffer0(long dpy, long pbuf, long procAddress)
void glXDestroyPbuffer(Display * dpy, XID pbuf);
public static void glXDestroyPixmap(long dpy, long pixmap)
void glXDestroyPixmap(Display * dpy, XID pixmap);
public static void dispatch_glXDestroyPixmap0(long dpy, long pixmap, long procAddress)
void glXDestroyPixmap(Display * dpy, XID pixmap);
public static void glXDestroyWindow(long dpy, long window)
void glXDestroyWindow(Display * dpy, XID window);
public static void dispatch_glXDestroyWindow0(long dpy, long window, long procAddress)
void glXDestroyWindow(Display * dpy, XID window);
public static int glXGetAGPOffsetMESA(java.nio.Buffer pointer)
unsigned int glXGetAGPOffsetMESA(const void * pointer);
public static java.lang.String glXGetClientString(long dpy, int name)
const char * glXGetClientString(Display * dpy, int name);
public static int glXGetConfig(long dpy, XVisualInfo visual, int attrib, java.nio.IntBuffer value)
int glXGetConfig(Display * dpy, XVisualInfo * visual, int attrib, int * value);
public static int glXGetConfig(long dpy, XVisualInfo visual, int attrib, int[] value, int value_offset)
int glXGetConfig(Display * dpy, XVisualInfo * visual, int attrib, int * value);
public static long glXGetCurrentContext()
GLXContext glXGetCurrentContext(void);
public static long glXGetCurrentDisplay()
Display * glXGetCurrentDisplay(void);
public static long dispatch_glXGetCurrentDisplay0(long procAddress)
Display * glXGetCurrentDisplay(void);
public static long glXGetCurrentDrawable()
XID glXGetCurrentDrawable(void);
public static long glXGetCurrentReadDrawable()
XID glXGetCurrentReadDrawable(void);
public static long dispatch_glXGetCurrentReadDrawable0(long procAddress)
XID glXGetCurrentReadDrawable(void);
public static int glXGetFBConfigAttrib(long dpy, GLXFBConfig config, int attribute, java.nio.IntBuffer value)
int glXGetFBConfigAttrib(Display * dpy, GLXFBConfig config, int attribute, int * value);
public static int glXGetFBConfigAttrib(long dpy, GLXFBConfig config, int attribute, int[] value, int value_offset)
int glXGetFBConfigAttrib(Display * dpy, GLXFBConfig config, int attribute, int * value);
public static GLXFBConfig[] glXGetFBConfigs(long dpy, int screen, java.nio.IntBuffer nelements)
GLXFBConfig * glXGetFBConfigs(Display * dpy, int screen, int * nelements);
public static GLXFBConfig[] glXGetFBConfigs(long dpy, int screen, int[] nelements, int nelements_offset)
GLXFBConfig * glXGetFBConfigs(Display * dpy, int screen, int * nelements);
public static long glXGetProcAddress(java.lang.String procname)
__GLXextFuncPtr glXGetProcAddress(const GLubyte * procname);
public static long dispatch_glXGetProcAddress0(java.lang.String procname, long procAddress)
__GLXextFuncPtr glXGetProcAddress(const GLubyte * procname);
public static long glXGetProcAddressARB(java.lang.String arg0)
__GLXextFuncPtr glXGetProcAddressARB(const GLubyte * );
public static void glXGetSelectedEvent(long dpy, long drawable, java.nio.LongBuffer mask)
void glXGetSelectedEvent(Display * dpy, XID drawable, unsigned long * mask);
public static void glXGetSelectedEvent(long dpy, long drawable, long[] mask, int mask_offset)
void glXGetSelectedEvent(Display * dpy, XID drawable, unsigned long * mask);
public static int glXGetVideoDeviceNV(long dpy, int screen, int numVideoDevices, java.nio.IntBuffer pVideoDevice)
int glXGetVideoDeviceNV(Display * dpy, int screen, int numVideoDevices, GLXVideoDeviceNV * pVideoDevice);
public static int glXGetVideoDeviceNV(long dpy, int screen, int numVideoDevices, int[] pVideoDevice, int pVideoDevice_offset)
int glXGetVideoDeviceNV(Display * dpy, int screen, int numVideoDevices, GLXVideoDeviceNV * pVideoDevice);
public static int glXGetVideoInfoNV(long dpy, int screen, int VideoDevice, java.nio.LongBuffer pulCounterOutputVideo, java.nio.LongBuffer pulCounterOutputPbuffer)
int glXGetVideoInfoNV(Display * dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long * pulCounterOutputVideo, unsigned long * pulCounterOutputPbuffer);
public static int glXGetVideoInfoNV(long dpy, int screen, int VideoDevice, long[] pulCounterOutputVideo, int pulCounterOutputVideo_offset, long[] pulCounterOutputPbuffer, int pulCounterOutputPbuffer_offset)
int glXGetVideoInfoNV(Display * dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long * pulCounterOutputVideo, unsigned long * pulCounterOutputPbuffer);
public static XVisualInfo glXGetVisualFromFBConfig(long dpy, GLXFBConfig config)
XVisualInfo * glXGetVisualFromFBConfig(Display * dpy, GLXFBConfig config);
public static int glXHyperpipeAttribSGIX(long dpy, int timeSlice, int attrib, int size, java.nio.Buffer attribList)
int glXHyperpipeAttribSGIX(Display * dpy, int timeSlice, int attrib, int size, void * attribList);
public static int glXHyperpipeConfigSGIX(long dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX cfg, java.nio.IntBuffer hpId)
int glXHyperpipeConfigSGIX(Display * dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX * cfg, int * hpId);
public static int glXHyperpipeConfigSGIX(long dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX cfg, int[] hpId, int hpId_offset)
int glXHyperpipeConfigSGIX(Display * dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX * cfg, int * hpId);
public static boolean glXIsDirect(long dpy, long ctx)
Bool glXIsDirect(Display * dpy, GLXContext ctx);
public static boolean glXJoinSwapGroupNV(long dpy, long drawable, int group)
Bool glXJoinSwapGroupNV(Display * dpy, XID drawable, GLuint group);
public static boolean dispatch_glXJoinSwapGroupNV0(long dpy, long drawable, int group, long procAddress)
Bool glXJoinSwapGroupNV(Display * dpy, XID drawable, GLuint group);
public static boolean glXMakeContextCurrent(long dpy, long draw, long read, long ctx)
Bool glXMakeContextCurrent(Display * dpy, XID draw, XID read, GLXContext ctx);
public static boolean dispatch_glXMakeContextCurrent0(long dpy, long draw, long read, long ctx, long procAddress)
Bool glXMakeContextCurrent(Display * dpy, XID draw, XID read, GLXContext ctx);
public static boolean glXMakeCurrent(long dpy, long drawable, long ctx)
Bool glXMakeCurrent(Display * dpy, XID drawable, GLXContext ctx);
public static int glXQueryContext(long dpy, long ctx, int attribute, java.nio.IntBuffer value)
int glXQueryContext(Display * dpy, GLXContext ctx, int attribute, int * value);
public static int glXQueryContext(long dpy, long ctx, int attribute, int[] value, int value_offset)
int glXQueryContext(Display * dpy, GLXContext ctx, int attribute, int * value);
public static void glXQueryDrawable(long dpy, long draw, int attribute, java.nio.IntBuffer value)
void glXQueryDrawable(Display * dpy, XID draw, int attribute, unsigned int * value);
public static void glXQueryDrawable(long dpy, long draw, int attribute, int[] value, int value_offset)
void glXQueryDrawable(Display * dpy, XID draw, int attribute, unsigned int * value);
public static boolean glXQueryExtension(long dpy, java.nio.IntBuffer errorb, java.nio.IntBuffer event)
Bool glXQueryExtension(Display * dpy, int * errorb, int * event);
public static boolean glXQueryExtension(long dpy, int[] errorb, int errorb_offset, int[] event, int event_offset)
Bool glXQueryExtension(Display * dpy, int * errorb, int * event);
public static java.lang.String glXQueryExtensionsString(long dpy, int screen)
const char * glXQueryExtensionsString(Display * dpy, int screen);
public static boolean glXQueryFrameCountNV(long dpy, int screen, java.nio.IntBuffer count)
Bool glXQueryFrameCountNV(Display * dpy, int screen, GLuint * count);
public static boolean glXQueryFrameCountNV(long dpy, int screen, int[] count, int count_offset)
Bool glXQueryFrameCountNV(Display * dpy, int screen, GLuint * count);
public static int glXQueryHyperpipeAttribSGIX(long dpy, int timeSlice, int attrib, int size, java.nio.Buffer attribList)
int glXQueryHyperpipeAttribSGIX(Display * dpy, int timeSlice, int attrib, int size, void * attribList);
public static int glXQueryHyperpipeBestAttribSGIX(long dpy, int timeSlice, int attrib, int size, java.nio.Buffer attribList, java.nio.Buffer returnAttribList)
int glXQueryHyperpipeBestAttribSGIX(Display * dpy, int timeSlice, int attrib, int size, void * attribList, void * returnAttribList);
public static GLXHyperpipeConfigSGIX glXQueryHyperpipeConfigSGIX(long dpy, int hpId, java.nio.IntBuffer npipes)
GLXHyperpipeConfigSGIX * glXQueryHyperpipeConfigSGIX(Display * dpy, int hpId, int * npipes);
public static GLXHyperpipeConfigSGIX glXQueryHyperpipeConfigSGIX(long dpy, int hpId, int[] npipes, int npipes_offset)
GLXHyperpipeConfigSGIX * glXQueryHyperpipeConfigSGIX(Display * dpy, int hpId, int * npipes);
public static GLXHyperpipeNetworkSGIX glXQueryHyperpipeNetworkSGIX(long dpy, java.nio.IntBuffer npipes)
GLXHyperpipeNetworkSGIX * glXQueryHyperpipeNetworkSGIX(Display * dpy, int * npipes);
public static GLXHyperpipeNetworkSGIX glXQueryHyperpipeNetworkSGIX(long dpy, int[] npipes, int npipes_offset)
GLXHyperpipeNetworkSGIX * glXQueryHyperpipeNetworkSGIX(Display * dpy, int * npipes);
public static boolean glXQueryMaxSwapGroupsNV(long dpy, int screen, java.nio.IntBuffer maxGroups, java.nio.IntBuffer maxBarriers)
Bool glXQueryMaxSwapGroupsNV(Display * dpy, int screen, GLuint * maxGroups, GLuint * maxBarriers);
public static boolean glXQueryMaxSwapGroupsNV(long dpy, int screen, int[] maxGroups, int maxGroups_offset, int[] maxBarriers, int maxBarriers_offset)
Bool glXQueryMaxSwapGroupsNV(Display * dpy, int screen, GLuint * maxGroups, GLuint * maxBarriers);
public static java.lang.String glXQueryServerString(long dpy, int screen, int name)
const char * glXQueryServerString(Display * dpy, int screen, int name);
public static boolean glXQuerySwapGroupNV(long dpy, long drawable, java.nio.IntBuffer group, java.nio.IntBuffer barrier)
Bool glXQuerySwapGroupNV(Display * dpy, XID drawable, GLuint * group, GLuint * barrier);
public static boolean glXQuerySwapGroupNV(long dpy, long drawable, int[] group, int group_offset, int[] barrier, int barrier_offset)
Bool glXQuerySwapGroupNV(Display * dpy, XID drawable, GLuint * group, GLuint * barrier);
public static boolean glXQueryVersion(long dpy, java.nio.IntBuffer maj, java.nio.IntBuffer min)
Bool glXQueryVersion(Display * dpy, int * maj, int * min);
public static boolean glXQueryVersion(long dpy, int[] maj, int maj_offset, int[] min, int min_offset)
Bool glXQueryVersion(Display * dpy, int * maj, int * min);
public static void glXReleaseTexImageEXT(long dpy, long drawable, int buffer)
void glXReleaseTexImageEXT(Display * dpy, XID drawable, int buffer);
public static void dispatch_glXReleaseTexImageEXT0(long dpy, long drawable, int buffer, long procAddress)
void glXReleaseTexImageEXT(Display * dpy, XID drawable, int buffer);
public static int glXReleaseVideoDeviceNV(long dpy, int screen, int VideoDevice)
int glXReleaseVideoDeviceNV(Display * dpy, int screen, GLXVideoDeviceNV VideoDevice);
public static int dispatch_glXReleaseVideoDeviceNV0(long dpy, int screen, int VideoDevice, long procAddress)
int glXReleaseVideoDeviceNV(Display * dpy, int screen, GLXVideoDeviceNV VideoDevice);
public static int glXReleaseVideoImageNV(long dpy, long pbuf)
int glXReleaseVideoImageNV(Display * dpy, XID pbuf);
public static int dispatch_glXReleaseVideoImageNV0(long dpy, long pbuf, long procAddress)
int glXReleaseVideoImageNV(Display * dpy, XID pbuf);
public static boolean glXResetFrameCountNV(long dpy, int screen)
Bool glXResetFrameCountNV(Display * dpy, int screen);
public static boolean dispatch_glXResetFrameCountNV0(long dpy, int screen, long procAddress)
Bool glXResetFrameCountNV(Display * dpy, int screen);
public static void glXSelectEvent(long dpy, long drawable, long mask)
void glXSelectEvent(Display * dpy, XID drawable, unsigned long mask);
public static void dispatch_glXSelectEvent0(long dpy, long drawable, long mask, long procAddress)
void glXSelectEvent(Display * dpy, XID drawable, unsigned long mask);
public static int glXSendPbufferToVideoNV(long dpy, long pbuf, int iBufferType, java.nio.LongBuffer pulCounterPbuffer, boolean bBlock)
int glXSendPbufferToVideoNV(Display * dpy, XID pbuf, int iBufferType, unsigned long * pulCounterPbuffer, GLboolean bBlock);
public static int glXSendPbufferToVideoNV(long dpy, long pbuf, int iBufferType, long[] pulCounterPbuffer, int pulCounterPbuffer_offset, boolean bBlock)
int glXSendPbufferToVideoNV(Display * dpy, XID pbuf, int iBufferType, unsigned long * pulCounterPbuffer, GLboolean bBlock);
public static void glXSwapBuffers(long dpy, long drawable)
void glXSwapBuffers(Display * dpy, XID drawable);
public static void glXUseXFont(long font, int first, int count, int list)
void glXUseXFont(XID font, int first, int count, int list);
public static void glXWaitGL()
void glXWaitGL(void);
public static void glXWaitX()
void glXWaitX(void);
public static GLXProcAddressTable getGLXProcAddressTable()
public static long dlopen(java.lang.String name)
public static long dlsym(java.lang.String name)
public static int DefaultScreen(long display)
public static long RootWindow(long display, int screen)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |