|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GLXExt
Method Summary | |
---|---|
java.nio.ByteBuffer |
glXAllocateMemoryNV(int size,
float readfreq,
float writefreq,
float priority)
Entry point (through function pointer) to C language function: GLvoid * glXAllocateMemoryNV(GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority); |
int |
glXBindChannelToWindowSGIX(long display,
int screen,
int channel,
long window)
Entry point (through function pointer) to C language function: int glXBindChannelToWindowSGIX(Display * display, int screen, int channel, XID window); |
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); |
void |
glXBindSwapBarrierSGIX(long dpy,
long drawable,
int barrier)
Entry point (through function pointer) to C language function: void glXBindSwapBarrierSGIX(Display * dpy, XID drawable, int barrier); |
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); |
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); |
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); |
int |
glXChannelRectSGIX(long display,
int screen,
int channel,
int x,
int y,
int w,
int h)
Entry point (through function pointer) to C language function: int glXChannelRectSGIX(Display * display, int screen, int channel, int x, int y, int w, int h); |
int |
glXChannelRectSyncSGIX(long display,
int screen,
int channel,
int synctype)
Entry point (through function pointer) to C language function: int glXChannelRectSyncSGIX(Display * display, int screen, int channel, GLenum synctype); |
void |
glXCopySubBufferMESA(long dpy,
long drawable,
int x,
int y,
int width,
int height)
Entry point (through function pointer) to C language function: void glXCopySubBufferMESA(Display * dpy, XID drawable, int x, int y, int width, int height); |
void |
glXCushionSGI(long dpy,
long window,
float cushion)
Entry point (through function pointer) to C language function: void glXCushionSGI(Display * dpy, XID window, float cushion); |
void |
glXFreeContextEXT(long dpy,
long context)
Entry point (through function pointer) to C language function: void glXFreeContextEXT(Display * dpy, GLXContext context); |
void |
glXFreeMemoryNV(java.nio.Buffer pointer)
Entry point (through function pointer) to C language function: void glXFreeMemoryNV(GLvoid * pointer); |
int |
glXGetAGPOffsetMESA(java.nio.Buffer pointer)
Entry point (through function pointer) to C language function: unsigned int glXGetAGPOffsetMESA(const void * pointer); |
long |
glXGetContextIDEXT(long context)
Entry point (through function pointer) to C language function: XID glXGetContextIDEXT(GLXContext context); |
long |
glXGetCurrentDisplayEXT()
Entry point (through function pointer) to C language function: Display * glXGetCurrentDisplayEXT(void); |
long |
glXGetCurrentReadDrawableSGI()
Entry point (through function pointer) to C language function: XID glXGetCurrentReadDrawableSGI(void); |
boolean |
glXGetMscRateOML(long dpy,
long drawable,
int[] numerator,
int numerator_offset,
int[] denominator,
int denominator_offset)
Entry point (through function pointer) to C language function: Bool glXGetMscRateOML(Display * dpy, XID drawable, int32_t * numerator, int32_t * denominator); |
boolean |
glXGetMscRateOML(long dpy,
long drawable,
java.nio.IntBuffer numerator,
java.nio.IntBuffer denominator)
Entry point (through function pointer) to C language function: Bool glXGetMscRateOML(Display * dpy, XID drawable, int32_t * numerator, int32_t * denominator); |
long |
glXGetProcAddressARB(java.lang.String procName)
Entry point (through function pointer) to C language function: PFNGLSTARTINSTRUMENTSSGIXPROC glXGetProcAddressARB(const GLubyte * procName); |
boolean |
glXGetSyncValuesOML(long dpy,
long drawable,
long[] ust,
int ust_offset,
long[] msc,
int msc_offset,
long[] sbc,
int sbc_offset)
Entry point (through function pointer) to C language function: Bool glXGetSyncValuesOML(Display * dpy, XID drawable, int64_t * ust, int64_t * msc, int64_t * sbc); |
boolean |
glXGetSyncValuesOML(long dpy,
long drawable,
java.nio.LongBuffer ust,
java.nio.LongBuffer msc,
java.nio.LongBuffer sbc)
Entry point (through function pointer) to C language function: Bool glXGetSyncValuesOML(Display * dpy, XID drawable, int64_t * ust, int64_t * msc, int64_t * sbc); |
int |
glXGetTransparentIndexSUN(long dpy,
long overlay,
long underlay,
long[] pTransparentIndex,
int pTransparentIndex_offset)
Entry point (through function pointer) to C language function: Status glXGetTransparentIndexSUN(Display * dpy, XID overlay, XID underlay, long * pTransparentIndex); |
int |
glXGetTransparentIndexSUN(long dpy,
long overlay,
long underlay,
java.nio.LongBuffer pTransparentIndex)
Entry point (through function pointer) to C language function: Status glXGetTransparentIndexSUN(Display * dpy, XID overlay, XID underlay, long * pTransparentIndex); |
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); |
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); |
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); |
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); |
int |
glXGetVideoSyncSGI(int[] markerp,
int markerp_offset)
Entry point (through function pointer) to C language function: int glXGetVideoSyncSGI(unsigned int * markerp); |
int |
glXGetVideoSyncSGI(java.nio.IntBuffer markerp)
Entry point (through function pointer) to C language function: int glXGetVideoSyncSGI(unsigned int * markerp); |
long |
glXImportContextEXT(long dpy,
long contextID)
Entry point (through function pointer) to C language function: GLXContext glXImportContextEXT(Display * dpy, XID contextID); |
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); |
void |
glXJoinSwapGroupSGIX(long dpy,
long drawable,
long member)
Entry point (through function pointer) to C language function: void glXJoinSwapGroupSGIX(Display * dpy, XID drawable, XID member); |
boolean |
glXMakeCurrentReadSGI(long dpy,
long draw,
long read,
long ctx)
Entry point (through function pointer) to C language function: Bool glXMakeCurrentReadSGI(Display * dpy, XID draw, XID read, GLXContext ctx); |
int |
glXQueryChannelDeltasSGIX(long display,
int screen,
int channel,
int[] dx,
int dx_offset,
int[] dy,
int dy_offset,
int[] dw,
int dw_offset,
int[] dh,
int dh_offset)
Entry point (through function pointer) to C language function: int glXQueryChannelDeltasSGIX(Display * display, int screen, int channel, int * dx, int * dy, int * dw, int * dh); |
int |
glXQueryChannelDeltasSGIX(long display,
int screen,
int channel,
java.nio.IntBuffer dx,
java.nio.IntBuffer dy,
java.nio.IntBuffer dw,
java.nio.IntBuffer dh)
Entry point (through function pointer) to C language function: int glXQueryChannelDeltasSGIX(Display * display, int screen, int channel, int * dx, int * dy, int * dw, int * dh); |
int |
glXQueryChannelRectSGIX(long display,
int screen,
int channel,
int[] dx,
int dx_offset,
int[] dy,
int dy_offset,
int[] dw,
int dw_offset,
int[] dh,
int dh_offset)
Entry point (through function pointer) to C language function: int glXQueryChannelRectSGIX(Display * display, int screen, int channel, int * dx, int * dy, int * dw, int * dh); |
int |
glXQueryChannelRectSGIX(long display,
int screen,
int channel,
java.nio.IntBuffer dx,
java.nio.IntBuffer dy,
java.nio.IntBuffer dw,
java.nio.IntBuffer dh)
Entry point (through function pointer) to C language function: int glXQueryChannelRectSGIX(Display * display, int screen, int channel, int * dx, int * dy, int * dw, int * dh); |
int |
glXQueryContextInfoEXT(long dpy,
long ctx,
int attribute,
int[] value,
int value_offset)
Entry point (through function pointer) to C language function: int glXQueryContextInfoEXT(Display * dpy, GLXContext ctx, int attribute, int * value); |
int |
glXQueryContextInfoEXT(long dpy,
long ctx,
int attribute,
java.nio.IntBuffer value)
Entry point (through function pointer) to C language function: int glXQueryContextInfoEXT(Display * dpy, GLXContext ctx, int attribute, int * value); |
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); |
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); |
boolean |
glXQueryMaxSwapBarriersSGIX(long dpy,
int screen,
int[] max,
int max_offset)
Entry point (through function pointer) to C language function: Bool glXQueryMaxSwapBarriersSGIX(Display * dpy, int screen, int * max); |
boolean |
glXQueryMaxSwapBarriersSGIX(long dpy,
int screen,
java.nio.IntBuffer max)
Entry point (through function pointer) to C language function: Bool glXQueryMaxSwapBarriersSGIX(Display * dpy, int screen, int * max); |
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); |
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); |
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); |
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); |
boolean |
glXReleaseBuffersMESA(long dpy,
long drawable)
Entry point (through function pointer) to C language function: Bool glXReleaseBuffersMESA(Display * dpy, XID drawable); |
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); |
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); |
int |
glXReleaseVideoImageNV(long dpy,
long pbuf)
Entry point (through function pointer) to C language function: int glXReleaseVideoImageNV(Display * dpy, XID pbuf); |
boolean |
glXResetFrameCountNV(long dpy,
int screen)
Entry point (through function pointer) to C language function: Bool glXResetFrameCountNV(Display * dpy, int screen); |
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); |
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); |
boolean |
glXSet3DfxModeMESA(int interval)
Entry point (through function pointer) to C language function: Bool glXSet3DfxModeMESA(int interval); |
long |
glXSwapBuffersMscOML(long dpy,
long drawable,
long target_msc,
long divisor,
long remainder)
Entry point (through function pointer) to C language function: int64_t glXSwapBuffersMscOML(Display * dpy, XID drawable, int64_t target_msc, int64_t divisor, int64_t remainder); |
int |
glXSwapIntervalSGI(int interval)
Entry point (through function pointer) to C language function: int glXSwapIntervalSGI(int interval); |
boolean |
glXWaitForMscOML(long dpy,
long drawable,
long target_msc,
long divisor,
long remainder,
long[] ust,
int ust_offset,
long[] msc,
int msc_offset,
long[] sbc,
int sbc_offset)
Entry point (through function pointer) to C language function: Bool glXWaitForMscOML(Display * dpy, XID drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t * ust, int64_t * msc, int64_t * sbc); |
boolean |
glXWaitForMscOML(long dpy,
long drawable,
long target_msc,
long divisor,
long remainder,
java.nio.LongBuffer ust,
java.nio.LongBuffer msc,
java.nio.LongBuffer sbc)
Entry point (through function pointer) to C language function: Bool glXWaitForMscOML(Display * dpy, XID drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t * ust, int64_t * msc, int64_t * sbc); |
boolean |
glXWaitForSbcOML(long dpy,
long drawable,
long target_sbc,
long[] ust,
int ust_offset,
long[] msc,
int msc_offset,
long[] sbc,
int sbc_offset)
Entry point (through function pointer) to C language function: Bool glXWaitForSbcOML(Display * dpy, XID drawable, int64_t target_sbc, int64_t * ust, int64_t * msc, int64_t * sbc); |
boolean |
glXWaitForSbcOML(long dpy,
long drawable,
long target_sbc,
java.nio.LongBuffer ust,
java.nio.LongBuffer msc,
java.nio.LongBuffer sbc)
Entry point (through function pointer) to C language function: Bool glXWaitForSbcOML(Display * dpy, XID drawable, int64_t target_sbc, int64_t * ust, int64_t * msc, int64_t * sbc); |
int |
glXWaitVideoSyncSGI(int divisor,
int remainder,
int[] count,
int count_offset)
Entry point (through function pointer) to C language function: int glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int * count); |
int |
glXWaitVideoSyncSGI(int divisor,
int remainder,
java.nio.IntBuffer count)
Entry point (through function pointer) to C language function: int glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int * count); |
boolean |
isExtensionAvailable(java.lang.String glExtensionName)
|
boolean |
isFunctionAvailable(java.lang.String glFunctionName)
|
Field Detail |
---|
static final int GLX_GLXEXT_VERSION
static final int GLX_WINDOW_BIT
static final int GLX_PIXMAP_BIT
static final int GLX_PBUFFER_BIT
static final int GLX_RGBA_BIT
static final int GLX_COLOR_INDEX_BIT
static final int GLX_PBUFFER_CLOBBER_MASK
static final int GLX_FRONT_LEFT_BUFFER_BIT
static final int GLX_FRONT_RIGHT_BUFFER_BIT
static final int GLX_BACK_LEFT_BUFFER_BIT
static final int GLX_BACK_RIGHT_BUFFER_BIT
static final int GLX_AUX_BUFFERS_BIT
static final int GLX_DEPTH_BUFFER_BIT
static final int GLX_STENCIL_BUFFER_BIT
static final int GLX_ACCUM_BUFFER_BIT
static final int GLX_CONFIG_CAVEAT
static final int GLX_X_VISUAL_TYPE
static final int GLX_TRANSPARENT_TYPE
static final int GLX_TRANSPARENT_INDEX_VALUE
static final int GLX_TRANSPARENT_RED_VALUE
static final int GLX_TRANSPARENT_GREEN_VALUE
static final int GLX_TRANSPARENT_BLUE_VALUE
static final int GLX_TRANSPARENT_ALPHA_VALUE
static final long GLX_DONT_CARE
static final int GLX_NONE
static final int GLX_SLOW_CONFIG
static final int GLX_TRUE_COLOR
static final int GLX_DIRECT_COLOR
static final int GLX_PSEUDO_COLOR
static final int GLX_STATIC_COLOR
static final int GLX_GRAY_SCALE
static final int GLX_STATIC_GRAY
static final int GLX_TRANSPARENT_RGB
static final int GLX_TRANSPARENT_INDEX
static final int GLX_VISUAL_ID
static final int GLX_SCREEN
static final int GLX_NON_CONFORMANT_CONFIG
static final int GLX_DRAWABLE_TYPE
static final int GLX_RENDER_TYPE
static final int GLX_X_RENDERABLE
static final int GLX_FBCONFIG_ID
static final int GLX_RGBA_TYPE
static final int GLX_COLOR_INDEX_TYPE
static final int GLX_MAX_PBUFFER_WIDTH
static final int GLX_MAX_PBUFFER_HEIGHT
static final int GLX_MAX_PBUFFER_PIXELS
static final int GLX_PRESERVED_CONTENTS
static final int GLX_LARGEST_PBUFFER
static final int GLX_WIDTH
static final int GLX_HEIGHT
static final int GLX_EVENT_MASK
static final int GLX_DAMAGED
static final int GLX_SAVED
static final int GLX_WINDOW
static final int GLX_PBUFFER
static final int GLX_PBUFFER_HEIGHT
static final int GLX_PBUFFER_WIDTH
static final int GLX_SAMPLE_BUFFERS
static final int GLX_SAMPLES
static final int GLX_SAMPLE_BUFFERS_ARB
static final int GLX_SAMPLES_ARB
static final int GLX_RGBA_FLOAT_TYPE_ARB
static final int GLX_RGBA_FLOAT_BIT_ARB
static final int GLX_SAMPLE_BUFFERS_SGIS
static final int GLX_SAMPLES_SGIS
static final int GLX_X_VISUAL_TYPE_EXT
static final int GLX_TRANSPARENT_TYPE_EXT
static final int GLX_TRANSPARENT_INDEX_VALUE_EXT
static final int GLX_TRANSPARENT_RED_VALUE_EXT
static final int GLX_TRANSPARENT_GREEN_VALUE_EXT
static final int GLX_TRANSPARENT_BLUE_VALUE_EXT
static final int GLX_TRANSPARENT_ALPHA_VALUE_EXT
static final int GLX_NONE_EXT
static final int GLX_TRUE_COLOR_EXT
static final int GLX_DIRECT_COLOR_EXT
static final int GLX_PSEUDO_COLOR_EXT
static final int GLX_STATIC_COLOR_EXT
static final int GLX_GRAY_SCALE_EXT
static final int GLX_STATIC_GRAY_EXT
static final int GLX_TRANSPARENT_RGB_EXT
static final int GLX_TRANSPARENT_INDEX_EXT
static final int GLX_VISUAL_CAVEAT_EXT
static final int GLX_SLOW_VISUAL_EXT
static final int GLX_NON_CONFORMANT_VISUAL_EXT
static final int GLX_SHARE_CONTEXT_EXT
static final int GLX_VISUAL_ID_EXT
static final int GLX_SCREEN_EXT
static final int GLX_WINDOW_BIT_SGIX
static final int GLX_PIXMAP_BIT_SGIX
static final int GLX_RGBA_BIT_SGIX
static final int GLX_COLOR_INDEX_BIT_SGIX
static final int GLX_DRAWABLE_TYPE_SGIX
static final int GLX_RENDER_TYPE_SGIX
static final int GLX_X_RENDERABLE_SGIX
static final int GLX_FBCONFIG_ID_SGIX
static final int GLX_RGBA_TYPE_SGIX
static final int GLX_COLOR_INDEX_TYPE_SGIX
static final int GLX_PBUFFER_BIT_SGIX
static final int GLX_BUFFER_CLOBBER_MASK_SGIX
static final int GLX_FRONT_LEFT_BUFFER_BIT_SGIX
static final int GLX_FRONT_RIGHT_BUFFER_BIT_SGIX
static final int GLX_BACK_LEFT_BUFFER_BIT_SGIX
static final int GLX_BACK_RIGHT_BUFFER_BIT_SGIX
static final int GLX_AUX_BUFFERS_BIT_SGIX
static final int GLX_DEPTH_BUFFER_BIT_SGIX
static final int GLX_STENCIL_BUFFER_BIT_SGIX
static final int GLX_ACCUM_BUFFER_BIT_SGIX
static final int GLX_SAMPLE_BUFFERS_BIT_SGIX
static final int GLX_MAX_PBUFFER_WIDTH_SGIX
static final int GLX_MAX_PBUFFER_HEIGHT_SGIX
static final int GLX_MAX_PBUFFER_PIXELS_SGIX
static final int GLX_OPTIMAL_PBUFFER_WIDTH_SGIX
static final int GLX_OPTIMAL_PBUFFER_HEIGHT_SGIX
static final int GLX_PRESERVED_CONTENTS_SGIX
static final int GLX_LARGEST_PBUFFER_SGIX
static final int GLX_WIDTH_SGIX
static final int GLX_HEIGHT_SGIX
static final int GLX_EVENT_MASK_SGIX
static final int GLX_DAMAGED_SGIX
static final int GLX_SAVED_SGIX
static final int GLX_WINDOW_SGIX
static final int GLX_PBUFFER_SGIX
static final int GLX_SYNC_FRAME_SGIX
static final int GLX_SYNC_SWAP_SGIX
static final int GLX_DIGITAL_MEDIA_PBUFFER_SGIX
static final int GLX_BLENDED_RGBA_SGIS
static final int GLX_MULTISAMPLE_SUB_RECT_WIDTH_SGIS
static final int GLX_MULTISAMPLE_SUB_RECT_HEIGHT_SGIS
static final int GLX_SAMPLE_BUFFERS_3DFX
static final int GLX_SAMPLES_3DFX
static final int GLX_VISUAL_SELECT_GROUP_SGIX
static final int GLX_SWAP_METHOD_OML
static final int GLX_SWAP_EXCHANGE_OML
static final int GLX_SWAP_COPY_OML
static final int GLX_SWAP_UNDEFINED_OML
static final int GLX_FLOAT_COMPONENTS_NV
static final int GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX
static final int GLX_BAD_HYPERPIPE_CONFIG_SGIX
static final int GLX_BAD_HYPERPIPE_SGIX
static final int GLX_HYPERPIPE_DISPLAY_PIPE_SGIX
static final int GLX_HYPERPIPE_RENDER_PIPE_SGIX
static final int GLX_PIPE_RECT_SGIX
static final int GLX_PIPE_RECT_LIMITS_SGIX
static final int GLX_HYPERPIPE_STEREO_SGIX
static final int GLX_HYPERPIPE_PIXEL_AVERAGE_SGIX
static final int GLX_HYPERPIPE_ID_SGIX
static final int GLX_VIDEO_OUT_COLOR_NV
static final int GLX_VIDEO_OUT_ALPHA_NV
static final int GLX_VIDEO_OUT_DEPTH_NV
static final int GLX_VIDEO_OUT_COLOR_AND_ALPHA_NV
static final int GLX_VIDEO_OUT_COLOR_AND_DEPTH_NV
static final int GLX_VIDEO_OUT_FRAME_NV
static final int GLX_VIDEO_OUT_FIELD_1_NV
static final int GLX_VIDEO_OUT_FIELD_2_NV
static final int GLX_BIND_TO_TEXTURE_RGB_EXT
static final int GLX_BIND_TO_TEXTURE_RGBA_EXT
static final int GLX_BIND_TO_MIPMAP_TEXTURE_EXT
static final int GLX_BIND_TO_TEXTURE_TARGETS_EXT
static final int GLX_Y_INVERTED_EXT
static final int GLX_TEXTURE_FORMAT_EXT
static final int GLX_TEXTURE_TARGET_EXT
static final int GLX_MIPMAP_TEXTURE_EXT
static final int GLX_TEXTURE_FORMAT_NONE_EXT
static final int GLX_TEXTURE_FORMAT_RGB_EXT
static final int GLX_TEXTURE_FORMAT_RGBA_EXT
static final int GLX_TEXTURE_1D_BIT_EXT
static final int GLX_TEXTURE_2D_BIT_EXT
static final int GLX_TEXTURE_RECTANGLE_BIT_EXT
static final int GLX_TEXTURE_1D_EXT
static final int GLX_TEXTURE_2D_EXT
static final int GLX_TEXTURE_RECTANGLE_EXT
static final int GLX_FRONT_LEFT_EXT
static final int GLX_FRONT_RIGHT_EXT
static final int GLX_BACK_LEFT_EXT
static final int GLX_BACK_RIGHT_EXT
static final int GLX_FRONT_EXT
static final int GLX_BACK_EXT
static final int GLX_AUX0_EXT
static final int GLX_AUX1_EXT
static final int GLX_AUX2_EXT
static final int GLX_AUX3_EXT
static final int GLX_AUX4_EXT
static final int GLX_AUX5_EXT
static final int GLX_AUX6_EXT
static final int GLX_AUX7_EXT
static final int GLX_AUX8_EXT
static final int GLX_AUX9_EXT
static final int GLX_VERSION_1_3
static final int GLX_VERSION_1_4
Method Detail |
---|
java.nio.ByteBuffer glXAllocateMemoryNV(int size, float readfreq, float writefreq, float priority)
GLvoid * glXAllocateMemoryNV(GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
int glXBindChannelToWindowSGIX(long display, int screen, int channel, long window)
int glXBindChannelToWindowSGIX(Display * display, int screen, int channel, XID window);
boolean glXBindSwapBarrierNV(long dpy, int group, int barrier)
Bool glXBindSwapBarrierNV(Display * dpy, GLuint group, GLuint barrier);
void glXBindSwapBarrierSGIX(long dpy, long drawable, int barrier)
void glXBindSwapBarrierSGIX(Display * dpy, XID drawable, int barrier);
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);
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);
int glXBindVideoImageNV(long dpy, int VideoDevice, long pbuf, int iVideoBuffer)
int glXBindVideoImageNV(Display * dpy, GLXVideoDeviceNV VideoDevice, XID pbuf, int iVideoBuffer);
int glXChannelRectSGIX(long display, int screen, int channel, int x, int y, int w, int h)
int glXChannelRectSGIX(Display * display, int screen, int channel, int x, int y, int w, int h);
int glXChannelRectSyncSGIX(long display, int screen, int channel, int synctype)
int glXChannelRectSyncSGIX(Display * display, int screen, int channel, GLenum synctype);
void glXCopySubBufferMESA(long dpy, long drawable, int x, int y, int width, int height)
void glXCopySubBufferMESA(Display * dpy, XID drawable, int x, int y, int width, int height);
void glXCushionSGI(long dpy, long window, float cushion)
void glXCushionSGI(Display * dpy, XID window, float cushion);
void glXFreeContextEXT(long dpy, long context)
void glXFreeContextEXT(Display * dpy, GLXContext context);
void glXFreeMemoryNV(java.nio.Buffer pointer)
void glXFreeMemoryNV(GLvoid * pointer);
pointer
- a direct Buffer
int glXGetAGPOffsetMESA(java.nio.Buffer pointer)
unsigned int glXGetAGPOffsetMESA(const void * pointer);
long glXGetContextIDEXT(long context)
XID glXGetContextIDEXT(GLXContext context);
long glXGetCurrentDisplayEXT()
Display * glXGetCurrentDisplayEXT(void);
long glXGetCurrentReadDrawableSGI()
XID glXGetCurrentReadDrawableSGI(void);
boolean glXGetMscRateOML(long dpy, long drawable, java.nio.IntBuffer numerator, java.nio.IntBuffer denominator)
Bool glXGetMscRateOML(Display * dpy, XID drawable, int32_t * numerator, int32_t * denominator);
boolean glXGetMscRateOML(long dpy, long drawable, int[] numerator, int numerator_offset, int[] denominator, int denominator_offset)
Bool glXGetMscRateOML(Display * dpy, XID drawable, int32_t * numerator, int32_t * denominator);
long glXGetProcAddressARB(java.lang.String procName)
PFNGLSTARTINSTRUMENTSSGIXPROC glXGetProcAddressARB(const GLubyte * procName);
boolean glXGetSyncValuesOML(long dpy, long drawable, java.nio.LongBuffer ust, java.nio.LongBuffer msc, java.nio.LongBuffer sbc)
Bool glXGetSyncValuesOML(Display * dpy, XID drawable, int64_t * ust, int64_t * msc, int64_t * sbc);
boolean glXGetSyncValuesOML(long dpy, long drawable, long[] ust, int ust_offset, long[] msc, int msc_offset, long[] sbc, int sbc_offset)
Bool glXGetSyncValuesOML(Display * dpy, XID drawable, int64_t * ust, int64_t * msc, int64_t * sbc);
int glXGetTransparentIndexSUN(long dpy, long overlay, long underlay, java.nio.LongBuffer pTransparentIndex)
Status glXGetTransparentIndexSUN(Display * dpy, XID overlay, XID underlay, long * pTransparentIndex);
int glXGetTransparentIndexSUN(long dpy, long overlay, long underlay, long[] pTransparentIndex, int pTransparentIndex_offset)
Status glXGetTransparentIndexSUN(Display * dpy, XID overlay, XID underlay, long * pTransparentIndex);
int glXGetVideoDeviceNV(long dpy, int screen, int numVideoDevices, java.nio.IntBuffer pVideoDevice)
int glXGetVideoDeviceNV(Display * dpy, int screen, int numVideoDevices, GLXVideoDeviceNV * pVideoDevice);
int glXGetVideoDeviceNV(long dpy, int screen, int numVideoDevices, int[] pVideoDevice, int pVideoDevice_offset)
int glXGetVideoDeviceNV(Display * dpy, int screen, int numVideoDevices, GLXVideoDeviceNV * pVideoDevice);
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);
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);
int glXGetVideoSyncSGI(java.nio.IntBuffer markerp)
int glXGetVideoSyncSGI(unsigned int * markerp);
int glXGetVideoSyncSGI(int[] markerp, int markerp_offset)
int glXGetVideoSyncSGI(unsigned int * markerp);
long glXImportContextEXT(long dpy, long contextID)
GLXContext glXImportContextEXT(Display * dpy, XID contextID);
boolean glXJoinSwapGroupNV(long dpy, long drawable, int group)
Bool glXJoinSwapGroupNV(Display * dpy, XID drawable, GLuint group);
void glXJoinSwapGroupSGIX(long dpy, long drawable, long member)
void glXJoinSwapGroupSGIX(Display * dpy, XID drawable, XID member);
boolean glXMakeCurrentReadSGI(long dpy, long draw, long read, long ctx)
Bool glXMakeCurrentReadSGI(Display * dpy, XID draw, XID read, GLXContext ctx);
int glXQueryChannelDeltasSGIX(long display, int screen, int channel, java.nio.IntBuffer dx, java.nio.IntBuffer dy, java.nio.IntBuffer dw, java.nio.IntBuffer dh)
int glXQueryChannelDeltasSGIX(Display * display, int screen, int channel, int * dx, int * dy, int * dw, int * dh);
int glXQueryChannelDeltasSGIX(long display, int screen, int channel, int[] dx, int dx_offset, int[] dy, int dy_offset, int[] dw, int dw_offset, int[] dh, int dh_offset)
int glXQueryChannelDeltasSGIX(Display * display, int screen, int channel, int * dx, int * dy, int * dw, int * dh);
int glXQueryChannelRectSGIX(long display, int screen, int channel, java.nio.IntBuffer dx, java.nio.IntBuffer dy, java.nio.IntBuffer dw, java.nio.IntBuffer dh)
int glXQueryChannelRectSGIX(Display * display, int screen, int channel, int * dx, int * dy, int * dw, int * dh);
int glXQueryChannelRectSGIX(long display, int screen, int channel, int[] dx, int dx_offset, int[] dy, int dy_offset, int[] dw, int dw_offset, int[] dh, int dh_offset)
int glXQueryChannelRectSGIX(Display * display, int screen, int channel, int * dx, int * dy, int * dw, int * dh);
int glXQueryContextInfoEXT(long dpy, long ctx, int attribute, java.nio.IntBuffer value)
int glXQueryContextInfoEXT(Display * dpy, GLXContext ctx, int attribute, int * value);
int glXQueryContextInfoEXT(long dpy, long ctx, int attribute, int[] value, int value_offset)
int glXQueryContextInfoEXT(Display * dpy, GLXContext ctx, int attribute, int * value);
boolean glXQueryFrameCountNV(long dpy, int screen, java.nio.IntBuffer count)
Bool glXQueryFrameCountNV(Display * dpy, int screen, GLuint * count);
boolean glXQueryFrameCountNV(long dpy, int screen, int[] count, int count_offset)
Bool glXQueryFrameCountNV(Display * dpy, int screen, GLuint * count);
boolean glXQueryMaxSwapBarriersSGIX(long dpy, int screen, java.nio.IntBuffer max)
Bool glXQueryMaxSwapBarriersSGIX(Display * dpy, int screen, int * max);
boolean glXQueryMaxSwapBarriersSGIX(long dpy, int screen, int[] max, int max_offset)
Bool glXQueryMaxSwapBarriersSGIX(Display * dpy, int screen, int * max);
boolean glXQueryMaxSwapGroupsNV(long dpy, int screen, java.nio.IntBuffer maxGroups, java.nio.IntBuffer maxBarriers)
Bool glXQueryMaxSwapGroupsNV(Display * dpy, int screen, GLuint * maxGroups, GLuint * maxBarriers);
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);
boolean glXQuerySwapGroupNV(long dpy, long drawable, java.nio.IntBuffer group, java.nio.IntBuffer barrier)
Bool glXQuerySwapGroupNV(Display * dpy, XID drawable, GLuint * group, GLuint * barrier);
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);
boolean glXReleaseBuffersMESA(long dpy, long drawable)
Bool glXReleaseBuffersMESA(Display * dpy, XID drawable);
void glXReleaseTexImageEXT(long dpy, long drawable, int buffer)
void glXReleaseTexImageEXT(Display * dpy, XID drawable, int buffer);
int glXReleaseVideoDeviceNV(long dpy, int screen, int VideoDevice)
int glXReleaseVideoDeviceNV(Display * dpy, int screen, GLXVideoDeviceNV VideoDevice);
int glXReleaseVideoImageNV(long dpy, long pbuf)
int glXReleaseVideoImageNV(Display * dpy, XID pbuf);
boolean glXResetFrameCountNV(long dpy, int screen)
Bool glXResetFrameCountNV(Display * dpy, int screen);
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);
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);
boolean glXSet3DfxModeMESA(int interval)
Bool glXSet3DfxModeMESA(int interval);
long glXSwapBuffersMscOML(long dpy, long drawable, long target_msc, long divisor, long remainder)
int64_t glXSwapBuffersMscOML(Display * dpy, XID drawable, int64_t target_msc, int64_t divisor, int64_t remainder);
int glXSwapIntervalSGI(int interval)
int glXSwapIntervalSGI(int interval);
boolean glXWaitForMscOML(long dpy, long drawable, long target_msc, long divisor, long remainder, java.nio.LongBuffer ust, java.nio.LongBuffer msc, java.nio.LongBuffer sbc)
Bool glXWaitForMscOML(Display * dpy, XID drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t * ust, int64_t * msc, int64_t * sbc);
boolean glXWaitForMscOML(long dpy, long drawable, long target_msc, long divisor, long remainder, long[] ust, int ust_offset, long[] msc, int msc_offset, long[] sbc, int sbc_offset)
Bool glXWaitForMscOML(Display * dpy, XID drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t * ust, int64_t * msc, int64_t * sbc);
boolean glXWaitForSbcOML(long dpy, long drawable, long target_sbc, java.nio.LongBuffer ust, java.nio.LongBuffer msc, java.nio.LongBuffer sbc)
Bool glXWaitForSbcOML(Display * dpy, XID drawable, int64_t target_sbc, int64_t * ust, int64_t * msc, int64_t * sbc);
boolean glXWaitForSbcOML(long dpy, long drawable, long target_sbc, long[] ust, int ust_offset, long[] msc, int msc_offset, long[] sbc, int sbc_offset)
Bool glXWaitForSbcOML(Display * dpy, XID drawable, int64_t target_sbc, int64_t * ust, int64_t * msc, int64_t * sbc);
int glXWaitVideoSyncSGI(int divisor, int remainder, java.nio.IntBuffer count)
int glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int * count);
int glXWaitVideoSyncSGI(int divisor, int remainder, int[] count, int count_offset)
int glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int * count);
boolean isFunctionAvailable(java.lang.String glFunctionName)
boolean isExtensionAvailable(java.lang.String glExtensionName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |