static int | DefaultScreen(long display)
|
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, ShortBuffer red_array, ShortBuffer green_array, 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 | 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 | 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, IntBuffer size) - Interface to C language function:
Bool XF86VidModeGetGammaRampSize(Display * display, int screen, int * size);
|
static boolean | XF86VidModeSetGammaRamp(long display, int screen, int size, ShortBuffer red_array, ShortBuffer green_array, 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 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 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, IntBuffer arg3) - Interface to C language function:
XVisualInfo * XGetVisualInfo(Display * , long, XVisualInfo * , int * );
|
static long | XOpenDisplay(String arg0) - Interface to C language function:
Display * XOpenDisplay(const char * );
|
static boolean | XineramaEnabled(long display) - Interface to C language function:
Bool XineramaEnabled(Display * 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 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(String procname, long procAddress) - Entry point (through function pointer) to C language function:
__GLXextFuncPtr glXGetProcAddress(const GLubyte * procname);
|
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_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(String name)
|
static long | dlsym(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 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, IntBuffer attribList, 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, 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, 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, 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, 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(Buffer pointer) - Entry point (through function pointer) to C language function:
unsigned int glXGetAGPOffsetMESA(const void * pointer);
|
static 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, 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, 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, IntBuffer nelements) - Entry point (through function pointer) to C language function:
GLXFBConfig * glXGetFBConfigs(Display * dpy, int screen, int * nelements);
|
static long | glXGetProcAddress(String procname) - Entry point (through function pointer) to C language function:
__GLXextFuncPtr glXGetProcAddress(const GLubyte * procname);
|
static long | glXGetProcAddressARB(String arg0) - Interface to C language function:
__GLXextFuncPtr glXGetProcAddressARB(const GLubyte * );
|
static void | glXGetSelectedEvent(long dpy, long drawable, LongBuffer mask) - 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, long[] mask, int mask_offset) - Entry point (through function pointer) to C language function:
void glXGetSelectedEvent(Display * dpy, XID drawable, unsigned long * mask);
|
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, 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, 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 | 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, 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, 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, IntBuffer errorb, IntBuffer event) - Interface to C language function:
Bool glXQueryExtension(Display * dpy, int * errorb, int * event);
|
static String | glXQueryExtensionsString(long dpy, int screen) - Interface to C language function:
const char * glXQueryExtensionsString(Display * dpy, int screen);
|
static int | glXQueryHyperpipeAttribSGIX(long dpy, int timeSlice, int attrib, int size, 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, Buffer attribList, 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, 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, IntBuffer npipes) - Entry point (through function pointer) to C language function:
GLXHyperpipeNetworkSGIX * glXQueryHyperpipeNetworkSGIX(Display * dpy, int * npipes);
|
static String | glXQueryServerString(long dpy, int screen, int name) - Interface to C language function:
const char * glXQueryServerString(Display * dpy, int screen, int name);
|
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, IntBuffer maj, IntBuffer min) - Interface to C language function:
Bool glXQueryVersion(Display * dpy, int * maj, int * min);
|
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 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);
|