Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <inttypes.h>
Go to the source code of this file.
Classes | |
struct | GLXBufferClobberEventSGIX |
struct | GLXHyperpipeNetworkSGIX |
struct | GLXHyperpipeConfigSGIX |
struct | GLXPipeRect |
struct | GLXPipeRectLimits |
Typedefs | |
typedef void(* | __GLXextFuncPtr) (void) |
typedef XID | GLXVideoSourceSGIX |
typedef XID | GLXFBConfigIDSGIX |
typedef struct __GLXFBConfigRec * | GLXFBConfigSGIX |
typedef XID | GLXPbufferSGIX |
typedef unsigned int | GLXVideoDeviceNV |
typedef XID | GLXVideoCaptureDeviceNV |
typedef GLXFBConfig *(* | PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements) |
typedef GLXFBConfig *(* | PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements) |
typedef int(* | PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *value) |
typedef XVisualInfo *(* | PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config) |
typedef GLXWindow(* | PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list) |
typedef void(* | PFNGLXDESTROYWINDOWPROC) (Display *dpy, GLXWindow win) |
typedef GLXPixmap(* | PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list) |
typedef void(* | PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap) |
typedef GLXPbuffer(* | PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list) |
typedef void(* | PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf) |
typedef void(* | PFNGLXQUERYDRAWABLEPROC) (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value) |
typedef GLXContext(* | PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct) |
typedef Bool(* | PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) |
typedef GLXDrawable(* | PFNGLXGETCURRENTREADDRAWABLEPROC) (void) |
typedef Display *(* | PFNGLXGETCURRENTDISPLAYPROC) (void) |
typedef int(* | PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value) |
typedef void(* | PFNGLXSELECTEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long event_mask) |
typedef void(* | PFNGLXGETSELECTEDEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long *event_mask) |
typedef __GLXextFuncPtr(* | PFNGLXGETPROCADDRESSPROC) (const GLubyte *procName) |
typedef __GLXextFuncPtr(* | PFNGLXGETPROCADDRESSARBPROC) (const GLubyte *procName) |
typedef GLXContext(* | PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list) |
typedef int(* | PFNGLXSWAPINTERVALSGIPROC) (int interval) |
typedef int(* | PFNGLXGETVIDEOSYNCSGIPROC) (unsigned int *count) |
typedef int(* | PFNGLXWAITVIDEOSYNCSGIPROC) (int divisor, int remainder, unsigned int *count) |
typedef Bool(* | PFNGLXMAKECURRENTREADSGIPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) |
typedef GLXDrawable(* | PFNGLXGETCURRENTREADDRAWABLESGIPROC) (void) |
typedef Display *(* | PFNGLXGETCURRENTDISPLAYEXTPROC) (void) |
typedef int(* | PFNGLXQUERYCONTEXTINFOEXTPROC) (Display *dpy, GLXContext context, int attribute, int *value) |
typedef GLXContextID(* | PFNGLXGETCONTEXTIDEXTPROC) (const GLXContext context) |
typedef GLXContext(* | PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID) |
typedef void(* | PFNGLXFREECONTEXTEXTPROC) (Display *dpy, GLXContext context) |
typedef int(* | PFNGLXGETFBCONFIGATTRIBSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value) |
typedef GLXFBConfigSGIX *(* | PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_list, int *nelements) |
typedef GLXPixmap(* | PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap) |
typedef GLXContext(* | PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct) |
typedef XVisualInfo *(* | PFNGLXGETVISUALFROMFBCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config) |
typedef GLXFBConfigSGIX(* | PFNGLXGETFBCONFIGFROMVISUALSGIXPROC) (Display *dpy, XVisualInfo *vis) |
typedef GLXPbufferSGIX(* | PFNGLXCREATEGLXPBUFFERSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list) |
typedef void(* | PFNGLXDESTROYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf) |
typedef int(* | PFNGLXQUERYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value) |
typedef void(* | PFNGLXSELECTEVENTSGIXPROC) (Display *dpy, GLXDrawable drawable, unsigned long mask) |
typedef void(* | PFNGLXGETSELECTEDEVENTSGIXPROC) (Display *dpy, GLXDrawable drawable, unsigned long *mask) |
typedef void(* | PFNGLXCUSHIONSGIPROC) (Display *dpy, Window window, float cushion) |
typedef int(* | PFNGLXBINDCHANNELTOWINDOWSGIXPROC) (Display *display, int screen, int channel, Window window) |
typedef int(* | PFNGLXCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int x, int y, int w, int h) |
typedef int(* | PFNGLXQUERYCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh) |
typedef int(* | PFNGLXQUERYCHANNELDELTASSGIXPROC) (Display *display, int screen, int channel, int *x, int *y, int *w, int *h) |
typedef int(* | PFNGLXCHANNELRECTSYNCSGIXPROC) (Display *display, int screen, int channel, GLenum synctype) |
typedef void(* | PFNGLXJOINSWAPGROUPSGIXPROC) (Display *dpy, GLXDrawable drawable, GLXDrawable member) |
typedef void(* | PFNGLXBINDSWAPBARRIERSGIXPROC) (Display *dpy, GLXDrawable drawable, int barrier) |
typedef Bool(* | PFNGLXQUERYMAXSWAPBARRIERSSGIXPROC) (Display *dpy, int screen, int *max) |
typedef Status(* | PFNGLXGETTRANSPARENTINDEXSUNPROC) (Display *dpy, Window overlay, Window underlay, long *pTransparentIndex) |
typedef void(* | PFNGLXCOPYSUBBUFFERMESAPROC) (Display *dpy, GLXDrawable drawable, int x, int y, int width, int height) |
typedef GLXPixmap(* | PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap) |
typedef Bool(* | PFNGLXRELEASEBUFFERSMESAPROC) (Display *dpy, GLXDrawable drawable) |
typedef Bool(* | PFNGLXSET3DFXMODEMESAPROC) (int mode) |
typedef Bool(* | PFNGLXGETSYNCVALUESOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *sbc) |
typedef Bool(* | PFNGLXGETMSCRATEOMLPROC) (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator) |
typedef int64_t(* | PFNGLXSWAPBUFFERSMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder) |
typedef Bool(* | PFNGLXWAITFORMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc) |
typedef Bool(* | PFNGLXWAITFORSBCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc) |
typedef GLXHyperpipeNetworkSGIX *(* | PFNGLXQUERYHYPERPIPENETWORKSGIXPROC) (Display *dpy, int *npipes) |
typedef int(* | PFNGLXHYPERPIPECONFIGSGIXPROC) (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId) |
typedef GLXHyperpipeConfigSGIX *(* | PFNGLXQUERYHYPERPIPECONFIGSGIXPROC) (Display *dpy, int hpId, int *npipes) |
typedef int(* | PFNGLXDESTROYHYPERPIPECONFIGSGIXPROC) (Display *dpy, int hpId) |
typedef int(* | PFNGLXBINDHYPERPIPESGIXPROC) (Display *dpy, int hpId) |
typedef int(* | PFNGLXQUERYHYPERPIPEBESTATTRIBSGIXPROC) (Display *dpy, int timeSlice, int attrib, int size, void *attribList, void *returnAttribList) |
typedef int(* | PFNGLXHYPERPIPEATTRIBSGIXPROC) (Display *dpy, int timeSlice, int attrib, int size, void *attribList) |
typedef int(* | PFNGLXQUERYHYPERPIPEATTRIBSGIXPROC) (Display *dpy, int timeSlice, int attrib, int size, void *returnAttribList) |
typedef unsigned int(* | PFNGLXGETAGPOFFSETMESAPROC) (const void *pointer) |
typedef void(* | PFNGLXBINDTEXIMAGEEXTPROC) (Display *dpy, GLXDrawable drawable, int buffer, const int *attrib_list) |
typedef void(* | PFNGLXRELEASETEXIMAGEEXTPROC) (Display *dpy, GLXDrawable drawable, int buffer) |
typedef unsigned int *(* | PFNGLXENUMERATEVIDEODEVICESNVPROC) (Display *dpy, int screen, int *nelements) |
typedef int(* | PFNGLXBINDVIDEODEVICENVPROC) (Display *dpy, unsigned int video_slot, unsigned int video_device, const int *attrib_list) |
typedef int(* | PFNGLXGETVIDEODEVICENVPROC) (Display *dpy, int screen, int numVideoDevices, GLXVideoDeviceNV *pVideoDevice) |
typedef int(* | PFNGLXRELEASEVIDEODEVICENVPROC) (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice) |
typedef int(* | PFNGLXBINDVIDEOIMAGENVPROC) (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer) |
typedef int(* | PFNGLXRELEASEVIDEOIMAGENVPROC) (Display *dpy, GLXPbuffer pbuf) |
typedef int(* | PFNGLXSENDPBUFFERTOVIDEONVPROC) (Display *dpy, GLXPbuffer pbuf, int iBufferType, unsigned long *pulCounterPbuffer, GLboolean bBlock) |
typedef int(* | PFNGLXGETVIDEOINFONVPROC) (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo) |
typedef Bool(* | PFNGLXJOINSWAPGROUPNVPROC) (Display *dpy, GLXDrawable drawable, GLuint group) |
typedef Bool(* | PFNGLXBINDSWAPBARRIERNVPROC) (Display *dpy, GLuint group, GLuint barrier) |
typedef Bool(* | PFNGLXQUERYSWAPGROUPNVPROC) (Display *dpy, GLXDrawable drawable, GLuint *group, GLuint *barrier) |
typedef Bool(* | PFNGLXQUERYMAXSWAPGROUPSNVPROC) (Display *dpy, int screen, GLuint *maxGroups, GLuint *maxBarriers) |
typedef Bool(* | PFNGLXQUERYFRAMECOUNTNVPROC) (Display *dpy, int screen, GLuint *count) |
typedef Bool(* | PFNGLXRESETFRAMECOUNTNVPROC) (Display *dpy, int screen) |
typedef int(* | PFNGLXBINDVIDEOCAPTUREDEVICENVPROC) (Display *dpy, unsigned int video_capture_slot, GLXVideoCaptureDeviceNV device) |
typedef GLXVideoCaptureDeviceNV *(* | PFNGLXENUMERATEVIDEOCAPTUREDEVICESNVPROC) (Display *dpy, int screen, int *nelements) |
typedef void(* | PFNGLXLOCKVIDEOCAPTUREDEVICENVPROC) (Display *dpy, GLXVideoCaptureDeviceNV device) |
typedef int(* | PFNGLXQUERYVIDEOCAPTUREDEVICENVPROC) (Display *dpy, GLXVideoCaptureDeviceNV device, int attribute, int *value) |
typedef void(* | PFNGLXRELEASEVIDEOCAPTUREDEVICENVPROC) (Display *dpy, GLXVideoCaptureDeviceNV device) |
typedef void(* | PFNGLXSWAPINTERVALEXTPROC) (Display *dpy, GLXDrawable drawable, int interval) |
typedef void(* | PFNGLXCOPYIMAGESUBDATANVPROC) (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth) |
#define APIENTRY |
Definition at line 39 of file khronos_glxext.h.
#define APIENTRYP APIENTRY * |
Definition at line 42 of file khronos_glxext.h.
#define GLAPI extern |
Definition at line 45 of file khronos_glxext.h.
#define GLEXT_64_TYPES_DEFINED |
Definition at line 490 of file khronos_glxext.h.
#define GLX_3DFX_FULLSCREEN_MODE_MESA 0x2 |
Definition at line 298 of file khronos_glxext.h.
#define GLX_3DFX_WINDOW_MODE_MESA 0x1 |
Definition at line 297 of file khronos_glxext.h.
#define GLX_ACCUM_BUFFER_BIT 0x00000080 |
Definition at line 69 of file khronos_glxext.h.
#define GLX_ACCUM_BUFFER_BIT_SGIX 0x00000080 |
Definition at line 234 of file khronos_glxext.h.
#define GLX_ARB_create_context 1 |
Definition at line 596 of file khronos_glxext.h.
#define GLX_ARB_create_context_profile 1 |
Definition at line 604 of file khronos_glxext.h.
#define GLX_ARB_create_context_robustness 1 |
Definition at line 608 of file khronos_glxext.h.
#define GLX_ARB_fbconfig_float 1 |
Definition at line 588 of file khronos_glxext.h.
#define GLX_ARB_framebuffer_sRGB 1 |
Definition at line 592 of file khronos_glxext.h.
#define GLX_ARB_get_proc_address 1 |
Definition at line 576 of file khronos_glxext.h.
#define GLX_ARB_multisample 1 |
Definition at line 584 of file khronos_glxext.h.
#define GLX_AUX0_EXT 0x20E2 |
Definition at line 368 of file khronos_glxext.h.
#define GLX_AUX1_EXT 0x20E3 |
Definition at line 369 of file khronos_glxext.h.
#define GLX_AUX2_EXT 0x20E4 |
Definition at line 370 of file khronos_glxext.h.
#define GLX_AUX3_EXT 0x20E5 |
Definition at line 371 of file khronos_glxext.h.
#define GLX_AUX4_EXT 0x20E6 |
Definition at line 372 of file khronos_glxext.h.
#define GLX_AUX5_EXT 0x20E7 |
Definition at line 373 of file khronos_glxext.h.
#define GLX_AUX6_EXT 0x20E8 |
Definition at line 374 of file khronos_glxext.h.
#define GLX_AUX7_EXT 0x20E9 |
Definition at line 375 of file khronos_glxext.h.
#define GLX_AUX8_EXT 0x20EA |
Definition at line 376 of file khronos_glxext.h.
#define GLX_AUX9_EXT 0x20EB |
Definition at line 377 of file khronos_glxext.h.
#define GLX_AUX_BUFFERS_BIT 0x00000010 |
Definition at line 66 of file khronos_glxext.h.
#define GLX_AUX_BUFFERS_BIT_SGIX 0x00000010 |
Definition at line 231 of file khronos_glxext.h.
#define GLX_BACK_EXT GLX_BACK_LEFT_EXT |
Definition at line 367 of file khronos_glxext.h.
#define GLX_BACK_LEFT_BUFFER_BIT 0x00000004 |
Definition at line 64 of file khronos_glxext.h.
#define GLX_BACK_LEFT_BUFFER_BIT_SGIX 0x00000004 |
Definition at line 229 of file khronos_glxext.h.
#define GLX_BACK_LEFT_EXT 0x20E0 |
Definition at line 364 of file khronos_glxext.h.
#define GLX_BACK_RIGHT_BUFFER_BIT 0x00000008 |
Definition at line 65 of file khronos_glxext.h.
#define GLX_BACK_RIGHT_BUFFER_BIT_SGIX 0x00000008 |
Definition at line 230 of file khronos_glxext.h.
#define GLX_BACK_RIGHT_EXT 0x20E1 |
Definition at line 365 of file khronos_glxext.h.
#define GLX_BAD_HYPERPIPE_CONFIG_SGIX 91 |
Definition at line 321 of file khronos_glxext.h.
#define GLX_BAD_HYPERPIPE_SGIX 92 |
Definition at line 322 of file khronos_glxext.h.
#define GLX_BIND_TO_MIPMAP_TEXTURE_EXT 0x20D2 |
Definition at line 350 of file khronos_glxext.h.
#define GLX_BIND_TO_TEXTURE_RGB_EXT 0x20D0 |
Definition at line 348 of file khronos_glxext.h.
#define GLX_BIND_TO_TEXTURE_RGBA_EXT 0x20D1 |
Definition at line 349 of file khronos_glxext.h.
#define GLX_BIND_TO_TEXTURE_TARGETS_EXT 0x20D3 |
Definition at line 351 of file khronos_glxext.h.
#define GLX_BLENDED_RGBA_SGIS 0x8025 |
Definition at line 271 of file khronos_glxext.h.
#define GLX_BUFFER_CLOBBER_MASK_SGIX 0x08000000 |
Definition at line 226 of file khronos_glxext.h.
#define GLX_BUFFER_SWAP_COMPLETE_INTEL_MASK 0x04000000 |
Definition at line 415 of file khronos_glxext.h.
#define GLX_COLOR_INDEX_BIT 0x00000002 |
Definition at line 60 of file khronos_glxext.h.
#define GLX_COLOR_INDEX_BIT_SGIX 0x00000002 |
Definition at line 214 of file khronos_glxext.h.
#define GLX_COLOR_INDEX_TYPE 0x8015 |
Definition at line 97 of file khronos_glxext.h.
#define GLX_COLOR_INDEX_TYPE_SGIX 0x8015 |
Definition at line 220 of file khronos_glxext.h.
#define GLX_COLOR_SAMPLES_NV 0x20B3 |
Definition at line 423 of file khronos_glxext.h.
#define GLX_CONFIG_CAVEAT 0x20 |
Definition at line 70 of file khronos_glxext.h.
#define GLX_CONTEXT_ALLOW_BUFFER_BYTE_ORDER_MISMATCH_ARB 0x2095 |
Definition at line 128 of file khronos_glxext.h.
#define GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB 0x00000002 |
Definition at line 150 of file khronos_glxext.h.
#define GLX_CONTEXT_CORE_PROFILE_BIT_ARB 0x00000001 |
Definition at line 149 of file khronos_glxext.h.
#define GLX_CONTEXT_DEBUG_BIT_ARB 0x00000001 |
Definition at line 141 of file khronos_glxext.h.
#define GLX_CONTEXT_ES2_PROFILE_BIT_EXT 0x00000004 |
Definition at line 440 of file khronos_glxext.h.
#define GLX_CONTEXT_FLAGS_ARB 0x2094 |
Definition at line 145 of file khronos_glxext.h.
#define GLX_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB 0x00000002 |
Definition at line 142 of file khronos_glxext.h.
#define GLX_CONTEXT_MAJOR_VERSION_ARB 0x2091 |
Definition at line 143 of file khronos_glxext.h.
#define GLX_CONTEXT_MINOR_VERSION_ARB 0x2092 |
Definition at line 144 of file khronos_glxext.h.
#define GLX_CONTEXT_PROFILE_MASK_ARB 0x9126 |
Definition at line 151 of file khronos_glxext.h.
#define GLX_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB 0x8256 |
Definition at line 157 of file khronos_glxext.h.
#define GLX_CONTEXT_ROBUST_ACCESS_BIT_ARB 0x00000004 |
Definition at line 155 of file khronos_glxext.h.
#define GLX_COPY_COMPLETE_INTEL 0x8181 |
Definition at line 417 of file khronos_glxext.h.
#define GLX_COVERAGE_SAMPLES_NV 100001 |
Definition at line 422 of file khronos_glxext.h.
#define GLX_DAMAGED 0x8020 |
Definition at line 106 of file khronos_glxext.h.
#define GLX_DAMAGED_SGIX 0x8020 |
Definition at line 246 of file khronos_glxext.h.
#define GLX_DEPTH_BUFFER_BIT 0x00000020 |
Definition at line 67 of file khronos_glxext.h.
#define GLX_DEPTH_BUFFER_BIT_SGIX 0x00000020 |
Definition at line 232 of file khronos_glxext.h.
#define GLX_DEVICE_ID_NV 0x20CD |
Definition at line 401 of file khronos_glxext.h.
#define GLX_DIGITAL_MEDIA_PBUFFER_SGIX 0x8024 |
Definition at line 261 of file khronos_glxext.h.
#define GLX_DIRECT_COLOR 0x8003 |
Definition at line 82 of file khronos_glxext.h.
#define GLX_DIRECT_COLOR_EXT 0x8003 |
Definition at line 176 of file khronos_glxext.h.
#define GLX_DONT_CARE 0xFFFFFFFF |
Definition at line 78 of file khronos_glxext.h.
#define GLX_DRAWABLE_TYPE 0x8010 |
Definition at line 92 of file khronos_glxext.h.
#define GLX_DRAWABLE_TYPE_SGIX 0x8010 |
Definition at line 215 of file khronos_glxext.h.
#define GLX_EVENT_MASK 0x801F |
Definition at line 105 of file khronos_glxext.h.
#define GLX_EVENT_MASK_SGIX 0x801F |
Definition at line 245 of file khronos_glxext.h.
#define GLX_EXCHANGE_COMPLETE_INTEL 0x8180 |
Definition at line 416 of file khronos_glxext.h.
#define GLX_EXT_fbconfig_packed_float 1 |
Definition at line 889 of file khronos_glxext.h.
#define GLX_EXT_framebuffer_sRGB 1 |
Definition at line 893 of file khronos_glxext.h.
#define GLX_EXT_import_context 1 |
Definition at line 664 of file khronos_glxext.h.
#define GLX_EXT_swap_control 1 |
Definition at line 969 of file khronos_glxext.h.
#define GLX_EXT_swap_control_tear 1 |
Definition at line 993 of file khronos_glxext.h.
#define GLX_EXT_texture_from_pixmap 1 |
Definition at line 897 of file khronos_glxext.h.
#define GLX_EXT_visual_info 1 |
Definition at line 616 of file khronos_glxext.h.
#define GLX_EXT_visual_rating 1 |
Definition at line 660 of file khronos_glxext.h.
#define GLX_FBCONFIG_ID 0x8013 |
Definition at line 95 of file khronos_glxext.h.
#define GLX_FBCONFIG_ID_SGIX 0x8013 |
Definition at line 218 of file khronos_glxext.h.
#define GLX_FLIP_COMPLETE_INTEL 0x8182 |
Definition at line 418 of file khronos_glxext.h.
#define GLX_FLOAT_COMPONENTS_NV 0x20B0 |
Definition at line 316 of file khronos_glxext.h.
#define GLX_FRAMEBUFFER_SRGB_CAPABLE_ARB 0x20B2 |
Definition at line 137 of file khronos_glxext.h.
#define GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT 0x20B2 |
Definition at line 341 of file khronos_glxext.h.
#define GLX_FRONT_EXT GLX_FRONT_LEFT_EXT |
Definition at line 366 of file khronos_glxext.h.
#define GLX_FRONT_LEFT_BUFFER_BIT 0x00000001 |
Definition at line 62 of file khronos_glxext.h.
#define GLX_FRONT_LEFT_BUFFER_BIT_SGIX 0x00000001 |
Definition at line 227 of file khronos_glxext.h.
#define GLX_FRONT_LEFT_EXT 0x20DE |
Definition at line 362 of file khronos_glxext.h.
#define GLX_FRONT_RIGHT_BUFFER_BIT 0x00000002 |
Definition at line 63 of file khronos_glxext.h.
#define GLX_FRONT_RIGHT_BUFFER_BIT_SGIX 0x00000002 |
Definition at line 228 of file khronos_glxext.h.
#define GLX_FRONT_RIGHT_EXT 0x20DF |
Definition at line 363 of file khronos_glxext.h.
#define GLX_GLXEXT_VERSION 33 |
Definition at line 53 of file khronos_glxext.h.
#define GLX_GPU_CLOCK_AMD 0x21A4 |
Definition at line 432 of file khronos_glxext.h.
#define GLX_GPU_FASTEST_TARGET_GPUS_AMD 0x21A2 |
Definition at line 430 of file khronos_glxext.h.
#define GLX_GPU_NUM_PIPES_AMD 0x21A5 |
Definition at line 433 of file khronos_glxext.h.
#define GLX_GPU_NUM_RB_AMD 0x21A7 |
Definition at line 435 of file khronos_glxext.h.
#define GLX_GPU_NUM_SIMD_AMD 0x21A6 |
Definition at line 434 of file khronos_glxext.h.
#define GLX_GPU_NUM_SPI_AMD 0x21A8 |
Definition at line 436 of file khronos_glxext.h.
#define GLX_GPU_OPENGL_VERSION_STRING_AMD 0x1F02 |
Definition at line 429 of file khronos_glxext.h.
#define GLX_GPU_RAM_AMD 0x21A3 |
Definition at line 431 of file khronos_glxext.h.
#define GLX_GPU_RENDERER_STRING_AMD 0x1F01 |
Definition at line 428 of file khronos_glxext.h.
#define GLX_GPU_VENDOR_AMD 0x1F00 |
Definition at line 427 of file khronos_glxext.h.
#define GLX_GRAY_SCALE 0x8006 |
Definition at line 85 of file khronos_glxext.h.
#define GLX_GRAY_SCALE_EXT 0x8006 |
Definition at line 179 of file khronos_glxext.h.
#define GLX_HEIGHT 0x801E |
Definition at line 104 of file khronos_glxext.h.
#define GLX_HEIGHT_SGIX 0x801E |
Definition at line 244 of file khronos_glxext.h.
#define GLX_HYPERPIPE_DISPLAY_PIPE_SGIX 0x00000001 |
Definition at line 323 of file khronos_glxext.h.
#define GLX_HYPERPIPE_ID_SGIX 0x8030 |
Definition at line 329 of file khronos_glxext.h.
#define GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX 80 |
Definition at line 320 of file khronos_glxext.h.
#define GLX_HYPERPIPE_PIXEL_AVERAGE_SGIX 0x00000004 |
Definition at line 328 of file khronos_glxext.h.
#define GLX_HYPERPIPE_RENDER_PIPE_SGIX 0x00000002 |
Definition at line 324 of file khronos_glxext.h.
#define GLX_HYPERPIPE_STEREO_SGIX 0x00000003 |
Definition at line 327 of file khronos_glxext.h.
#define GLX_INTEL_swap_event 1 |
Definition at line 985 of file khronos_glxext.h.
#define GLX_LARGEST_PBUFFER 0x801C |
Definition at line 102 of file khronos_glxext.h.
#define GLX_LARGEST_PBUFFER_SGIX 0x801C |
Definition at line 242 of file khronos_glxext.h.
#define GLX_LATE_SWAPS_TEAR_EXT 0x20F3 |
Definition at line 444 of file khronos_glxext.h.
#define GLX_LOSE_CONTEXT_ON_RESET_ARB 0x8252 |
Definition at line 156 of file khronos_glxext.h.
#define GLX_MAX_PBUFFER_HEIGHT 0x8017 |
Definition at line 99 of file khronos_glxext.h.
#define GLX_MAX_PBUFFER_HEIGHT_SGIX 0x8017 |
Definition at line 237 of file khronos_glxext.h.
#define GLX_MAX_PBUFFER_PIXELS 0x8018 |
Definition at line 100 of file khronos_glxext.h.
#define GLX_MAX_PBUFFER_PIXELS_SGIX 0x8018 |
Definition at line 238 of file khronos_glxext.h.
#define GLX_MAX_PBUFFER_WIDTH 0x8016 |
Definition at line 98 of file khronos_glxext.h.
#define GLX_MAX_PBUFFER_WIDTH_SGIX 0x8016 |
Definition at line 236 of file khronos_glxext.h.
#define GLX_MAX_SWAP_INTERVAL_EXT 0x20F2 |
Definition at line 408 of file khronos_glxext.h.
#define GLX_MESA_agp_offset 1 |
Definition at line 881 of file khronos_glxext.h.
#define GLX_MESA_copy_sub_buffer 1 |
Definition at line 774 of file khronos_glxext.h.
#define GLX_MESA_pixmap_colormap 1 |
Definition at line 782 of file khronos_glxext.h.
#define GLX_MESA_release_buffers 1 |
Definition at line 790 of file khronos_glxext.h.
#define GLX_MESA_set_3dfx_mode 1 |
Definition at line 798 of file khronos_glxext.h.
#define GLX_MIPMAP_TEXTURE_EXT 0x20D7 |
Definition at line 355 of file khronos_glxext.h.
#define GLX_MULTISAMPLE_SUB_RECT_HEIGHT_SGIS 0x8027 |
Definition at line 276 of file khronos_glxext.h.
#define GLX_MULTISAMPLE_SUB_RECT_WIDTH_SGIS 0x8026 |
Definition at line 275 of file khronos_glxext.h.
#define GLX_NO_RESET_NOTIFICATION_ARB 0x8261 |
Definition at line 158 of file khronos_glxext.h.
#define GLX_NON_CONFORMANT_CONFIG 0x800D |
Definition at line 91 of file khronos_glxext.h.
#define GLX_NON_CONFORMANT_VISUAL_EXT 0x800D |
Definition at line 200 of file khronos_glxext.h.
#define GLX_NONE 0x8000 |
Definition at line 79 of file khronos_glxext.h.
#define GLX_NONE_EXT 0x8000 |
Definition at line 174 of file khronos_glxext.h.
#define GLX_NUM_VIDEO_CAPTURE_SLOTS_NV 0x20CF |
Definition at line 403 of file khronos_glxext.h.
#define GLX_NUM_VIDEO_SLOTS_NV 0x20F0 |
Definition at line 381 of file khronos_glxext.h.
#define GLX_NV_copy_image 1 |
Definition at line 977 of file khronos_glxext.h.
#define GLX_NV_float_buffer 1 |
Definition at line 830 of file khronos_glxext.h.
#define GLX_NV_multisample_coverage 1 |
Definition at line 989 of file khronos_glxext.h.
#define GLX_NV_present_video 1 |
Definition at line 907 of file khronos_glxext.h.
#define GLX_NV_swap_group 1 |
Definition at line 935 of file khronos_glxext.h.
#define GLX_NV_video_capture 1 |
Definition at line 953 of file khronos_glxext.h.
#define GLX_NV_video_output 1 |
Definition at line 917 of file khronos_glxext.h.
#define GLX_OML_swap_method 1 |
Definition at line 810 of file khronos_glxext.h.
#define GLX_OML_sync_control 1 |
Definition at line 814 of file khronos_glxext.h.
#define GLX_OPTIMAL_PBUFFER_HEIGHT_SGIX 0x801A |
Definition at line 240 of file khronos_glxext.h.
#define GLX_OPTIMAL_PBUFFER_WIDTH_SGIX 0x8019 |
Definition at line 239 of file khronos_glxext.h.
#define GLX_PBUFFER 0x8023 |
Definition at line 109 of file khronos_glxext.h.
#define GLX_PBUFFER_BIT 0x00000004 |
Definition at line 58 of file khronos_glxext.h.
#define GLX_PBUFFER_BIT_SGIX 0x00000004 |
Definition at line 225 of file khronos_glxext.h.
#define GLX_PBUFFER_CLOBBER_MASK 0x08000000 |
Definition at line 61 of file khronos_glxext.h.
#define GLX_PBUFFER_HEIGHT 0x8040 |
Definition at line 110 of file khronos_glxext.h.
#define GLX_PBUFFER_SGIX 0x8023 |
Definition at line 249 of file khronos_glxext.h.
#define GLX_PBUFFER_WIDTH 0x8041 |
Definition at line 111 of file khronos_glxext.h.
#define GLX_PIPE_RECT_LIMITS_SGIX 0x00000002 |
Definition at line 326 of file khronos_glxext.h.
#define GLX_PIPE_RECT_SGIX 0x00000001 |
Definition at line 325 of file khronos_glxext.h.
#define GLX_PIXMAP_BIT 0x00000002 |
Definition at line 57 of file khronos_glxext.h.
#define GLX_PIXMAP_BIT_SGIX 0x00000002 |
Definition at line 212 of file khronos_glxext.h.
#define GLX_PRESERVED_CONTENTS 0x801B |
Definition at line 101 of file khronos_glxext.h.
#define GLX_PRESERVED_CONTENTS_SGIX 0x801B |
Definition at line 241 of file khronos_glxext.h.
#define GLX_PSEUDO_COLOR 0x8004 |
Definition at line 83 of file khronos_glxext.h.
#define GLX_PSEUDO_COLOR_EXT 0x8004 |
Definition at line 177 of file khronos_glxext.h.
#define GLX_RENDER_TYPE 0x8011 |
Definition at line 93 of file khronos_glxext.h.
#define GLX_RENDER_TYPE_SGIX 0x8011 |
Definition at line 216 of file khronos_glxext.h.
#define GLX_RGBA_BIT 0x00000001 |
Definition at line 59 of file khronos_glxext.h.
#define GLX_RGBA_BIT_SGIX 0x00000001 |
Definition at line 213 of file khronos_glxext.h.
#define GLX_RGBA_FLOAT_BIT_ARB 0x00000004 |
Definition at line 133 of file khronos_glxext.h.
#define GLX_RGBA_FLOAT_TYPE_ARB 0x20B9 |
Definition at line 132 of file khronos_glxext.h.
#define GLX_RGBA_TYPE 0x8014 |
Definition at line 96 of file khronos_glxext.h.
#define GLX_RGBA_TYPE_SGIX 0x8014 |
Definition at line 219 of file khronos_glxext.h.
#define GLX_RGBA_UNSIGNED_FLOAT_BIT_EXT 0x00000008 |
Definition at line 337 of file khronos_glxext.h.
#define GLX_RGBA_UNSIGNED_FLOAT_TYPE_EXT 0x20B1 |
Definition at line 336 of file khronos_glxext.h.
#define GLX_SAMPLE_BUFFERS 100000 |
Definition at line 115 of file khronos_glxext.h.
#define GLX_SAMPLE_BUFFERS_3DFX 0x8050 |
Definition at line 283 of file khronos_glxext.h.
#define GLX_SAMPLE_BUFFERS_ARB 100000 |
Definition at line 123 of file khronos_glxext.h.
#define GLX_SAMPLE_BUFFERS_BIT_SGIX 0x00000100 |
Definition at line 235 of file khronos_glxext.h.
#define GLX_SAMPLE_BUFFERS_SGIS 100000 |
Definition at line 162 of file khronos_glxext.h.
#define GLX_SAMPLES 100001 |
Definition at line 116 of file khronos_glxext.h.
#define GLX_SAMPLES_3DFX 0x8051 |
Definition at line 284 of file khronos_glxext.h.
#define GLX_SAMPLES_ARB 100001 |
Definition at line 124 of file khronos_glxext.h.
#define GLX_SAMPLES_SGIS 100001 |
Definition at line 163 of file khronos_glxext.h.
#define GLX_SAVED 0x8021 |
Definition at line 107 of file khronos_glxext.h.
#define GLX_SAVED_SGIX 0x8021 |
Definition at line 247 of file khronos_glxext.h.
#define GLX_SCREEN 0x800C |
Definition at line 90 of file khronos_glxext.h.
#define GLX_SCREEN_EXT 0x800C |
Definition at line 207 of file khronos_glxext.h.
#define GLX_SGI_cushion 1 |
Definition at line 714 of file khronos_glxext.h.
#define GLX_SGI_make_current_read 1 |
Definition at line 638 of file khronos_glxext.h.
#define GLX_SGI_swap_control 1 |
Definition at line 620 of file khronos_glxext.h.
#define GLX_SGI_video_sync 1 |
Definition at line 628 of file khronos_glxext.h.
#define GLX_SGIS_multisample 1 |
Definition at line 612 of file khronos_glxext.h.
#define GLX_SGIX_dmbuffer 1 |
Definition at line 738 of file khronos_glxext.h.
#define GLX_SGIX_fbconfig 1 |
Definition at line 680 of file khronos_glxext.h.
#define GLX_SGIX_hyperpipe 1 |
Definition at line 834 of file khronos_glxext.h.
#define GLX_SGIX_pbuffer 1 |
Definition at line 698 of file khronos_glxext.h.
#define GLX_SGIX_swap_barrier 1 |
Definition at line 756 of file khronos_glxext.h.
#define GLX_SGIX_swap_group 1 |
Definition at line 748 of file khronos_glxext.h.
#define GLX_SGIX_video_resize 1 |
Definition at line 722 of file khronos_glxext.h.
#define GLX_SGIX_video_source 1 |
Definition at line 648 of file khronos_glxext.h.
#define GLX_SGIX_visual_select_group 1 |
Definition at line 806 of file khronos_glxext.h.
#define GLX_SHARE_CONTEXT_EXT 0x800A |
Definition at line 205 of file khronos_glxext.h.
#define GLX_SLOW_CONFIG 0x8001 |
Definition at line 80 of file khronos_glxext.h.
#define GLX_SLOW_VISUAL_EXT 0x8001 |
Definition at line 199 of file khronos_glxext.h.
#define GLX_STATIC_COLOR 0x8005 |
Definition at line 84 of file khronos_glxext.h.
#define GLX_STATIC_COLOR_EXT 0x8005 |
Definition at line 178 of file khronos_glxext.h.
#define GLX_STATIC_GRAY 0x8007 |
Definition at line 86 of file khronos_glxext.h.
#define GLX_STATIC_GRAY_EXT 0x8007 |
Definition at line 180 of file khronos_glxext.h.
#define GLX_STENCIL_BUFFER_BIT 0x00000040 |
Definition at line 68 of file khronos_glxext.h.
#define GLX_STENCIL_BUFFER_BIT_SGIX 0x00000040 |
Definition at line 233 of file khronos_glxext.h.
#define GLX_SUN_get_transparent_index 1 |
Definition at line 766 of file khronos_glxext.h.
#define GLX_SWAP_COPY_OML 0x8062 |
Definition at line 308 of file khronos_glxext.h.
#define GLX_SWAP_EXCHANGE_OML 0x8061 |
Definition at line 307 of file khronos_glxext.h.
#define GLX_SWAP_INTERVAL_EXT 0x20F1 |
Definition at line 407 of file khronos_glxext.h.
#define GLX_SWAP_METHOD_OML 0x8060 |
Definition at line 306 of file khronos_glxext.h.
#define GLX_SWAP_UNDEFINED_OML 0x8063 |
Definition at line 309 of file khronos_glxext.h.
#define GLX_SYNC_FRAME_SGIX 0x00000000 |
Definition at line 256 of file khronos_glxext.h.
#define GLX_SYNC_SWAP_SGIX 0x00000001 |
Definition at line 257 of file khronos_glxext.h.
#define GLX_TEXTURE_1D_BIT_EXT 0x00000001 |
Definition at line 345 of file khronos_glxext.h.
#define GLX_TEXTURE_1D_EXT 0x20DB |
Definition at line 359 of file khronos_glxext.h.
#define GLX_TEXTURE_2D_BIT_EXT 0x00000002 |
Definition at line 346 of file khronos_glxext.h.
#define GLX_TEXTURE_2D_EXT 0x20DC |
Definition at line 360 of file khronos_glxext.h.
#define GLX_TEXTURE_FORMAT_EXT 0x20D5 |
Definition at line 353 of file khronos_glxext.h.
#define GLX_TEXTURE_FORMAT_NONE_EXT 0x20D8 |
Definition at line 356 of file khronos_glxext.h.
#define GLX_TEXTURE_FORMAT_RGB_EXT 0x20D9 |
Definition at line 357 of file khronos_glxext.h.
#define GLX_TEXTURE_FORMAT_RGBA_EXT 0x20DA |
Definition at line 358 of file khronos_glxext.h.
#define GLX_TEXTURE_RECTANGLE_BIT_EXT 0x00000004 |
Definition at line 347 of file khronos_glxext.h.
#define GLX_TEXTURE_RECTANGLE_EXT 0x20DD |
Definition at line 361 of file khronos_glxext.h.
#define GLX_TEXTURE_TARGET_EXT 0x20D6 |
Definition at line 354 of file khronos_glxext.h.
#define GLX_TRANSPARENT_ALPHA_VALUE 0x28 |
Definition at line 77 of file khronos_glxext.h.
#define GLX_TRANSPARENT_ALPHA_VALUE_EXT 0x28 |
Definition at line 173 of file khronos_glxext.h.
#define GLX_TRANSPARENT_BLUE_VALUE 0x27 |
Definition at line 76 of file khronos_glxext.h.
#define GLX_TRANSPARENT_BLUE_VALUE_EXT 0x27 |
Definition at line 172 of file khronos_glxext.h.
#define GLX_TRANSPARENT_GREEN_VALUE 0x26 |
Definition at line 75 of file khronos_glxext.h.
#define GLX_TRANSPARENT_GREEN_VALUE_EXT 0x26 |
Definition at line 171 of file khronos_glxext.h.
#define GLX_TRANSPARENT_INDEX 0x8009 |
Definition at line 88 of file khronos_glxext.h.
#define GLX_TRANSPARENT_INDEX_EXT 0x8009 |
Definition at line 182 of file khronos_glxext.h.
#define GLX_TRANSPARENT_INDEX_VALUE 0x24 |
Definition at line 73 of file khronos_glxext.h.
#define GLX_TRANSPARENT_INDEX_VALUE_EXT 0x24 |
Definition at line 169 of file khronos_glxext.h.
#define GLX_TRANSPARENT_RED_VALUE 0x25 |
Definition at line 74 of file khronos_glxext.h.
#define GLX_TRANSPARENT_RED_VALUE_EXT 0x25 |
Definition at line 170 of file khronos_glxext.h.
#define GLX_TRANSPARENT_RGB 0x8008 |
Definition at line 87 of file khronos_glxext.h.
#define GLX_TRANSPARENT_RGB_EXT 0x8008 |
Definition at line 181 of file khronos_glxext.h.
#define GLX_TRANSPARENT_TYPE 0x23 |
Definition at line 72 of file khronos_glxext.h.
#define GLX_TRANSPARENT_TYPE_EXT 0x23 |
Definition at line 168 of file khronos_glxext.h.
#define GLX_TRUE_COLOR 0x8002 |
Definition at line 81 of file khronos_glxext.h.
#define GLX_TRUE_COLOR_EXT 0x8002 |
Definition at line 175 of file khronos_glxext.h.
#define GLX_UNIQUE_ID_NV 0x20CE |
Definition at line 402 of file khronos_glxext.h.
#define GLX_VERSION_1_3 1 |
Definition at line 526 of file khronos_glxext.h.
#define GLX_VERSION_1_4 1 |
Definition at line 568 of file khronos_glxext.h.
#define GLX_VIDEO_OUT_ALPHA_NV 0x20C4 |
Definition at line 386 of file khronos_glxext.h.
#define GLX_VIDEO_OUT_COLOR_AND_ALPHA_NV 0x20C6 |
Definition at line 388 of file khronos_glxext.h.
#define GLX_VIDEO_OUT_COLOR_AND_DEPTH_NV 0x20C7 |
Definition at line 389 of file khronos_glxext.h.
#define GLX_VIDEO_OUT_COLOR_NV 0x20C3 |
Definition at line 385 of file khronos_glxext.h.
#define GLX_VIDEO_OUT_DEPTH_NV 0x20C5 |
Definition at line 387 of file khronos_glxext.h.
#define GLX_VIDEO_OUT_FIELD_1_NV 0x20C9 |
Definition at line 391 of file khronos_glxext.h.
#define GLX_VIDEO_OUT_FIELD_2_NV 0x20CA |
Definition at line 392 of file khronos_glxext.h.
#define GLX_VIDEO_OUT_FRAME_NV 0x20C8 |
Definition at line 390 of file khronos_glxext.h.
#define GLX_VIDEO_OUT_STACKED_FIELDS_1_2_NV 0x20CB |
Definition at line 393 of file khronos_glxext.h.
#define GLX_VIDEO_OUT_STACKED_FIELDS_2_1_NV 0x20CC |
Definition at line 394 of file khronos_glxext.h.
#define GLX_VISUAL_CAVEAT_EXT 0x20 |
Definition at line 198 of file khronos_glxext.h.
#define GLX_VISUAL_ID 0x800B |
Definition at line 89 of file khronos_glxext.h.
#define GLX_VISUAL_ID_EXT 0x800B |
Definition at line 206 of file khronos_glxext.h.
#define GLX_VISUAL_SELECT_GROUP_SGIX 0x8028 |
Definition at line 302 of file khronos_glxext.h.
#define GLX_WIDTH 0x801D |
Definition at line 103 of file khronos_glxext.h.
#define GLX_WIDTH_SGIX 0x801D |
Definition at line 243 of file khronos_glxext.h.
#define GLX_WINDOW 0x8022 |
Definition at line 108 of file khronos_glxext.h.
#define GLX_WINDOW_BIT 0x00000001 |
Definition at line 56 of file khronos_glxext.h.
#define GLX_WINDOW_BIT_SGIX 0x00000001 |
Definition at line 211 of file khronos_glxext.h.
#define GLX_WINDOW_SGIX 0x8022 |
Definition at line 248 of file khronos_glxext.h.
#define GLX_X_RENDERABLE 0x8012 |
Definition at line 94 of file khronos_glxext.h.
#define GLX_X_RENDERABLE_SGIX 0x8012 |
Definition at line 217 of file khronos_glxext.h.
#define GLX_X_VISUAL_TYPE 0x22 |
Definition at line 71 of file khronos_glxext.h.
#define GLX_X_VISUAL_TYPE_EXT 0x22 |
Definition at line 167 of file khronos_glxext.h.
#define GLX_Y_INVERTED_EXT 0x20D4 |
Definition at line 352 of file khronos_glxext.h.
Definition at line 451 of file khronos_glxext.h.
typedef XID GLXFBConfigIDSGIX |
Definition at line 459 of file khronos_glxext.h.
typedef struct __GLXFBConfigRec* GLXFBConfigSGIX |
Definition at line 460 of file khronos_glxext.h.
typedef XID GLXPbufferSGIX |
Definition at line 464 of file khronos_glxext.h.
typedef XID GLXVideoCaptureDeviceNV |
Definition at line 485 of file khronos_glxext.h.
typedef unsigned int GLXVideoDeviceNV |
Definition at line 481 of file khronos_glxext.h.
typedef XID GLXVideoSourceSGIX |
Definition at line 455 of file khronos_glxext.h.
typedef int( * PFNGLXBINDCHANNELTOWINDOWSGIXPROC) (Display *display, int screen, int channel, Window window) |
Definition at line 730 of file khronos_glxext.h.
Definition at line 874 of file khronos_glxext.h.
Definition at line 945 of file khronos_glxext.h.
Definition at line 761 of file khronos_glxext.h.
typedef void( * PFNGLXBINDTEXIMAGEEXTPROC) (Display *dpy, GLXDrawable drawable, int buffer, const int *attrib_list) |
Definition at line 902 of file khronos_glxext.h.
typedef int( * PFNGLXBINDVIDEOCAPTUREDEVICENVPROC) (Display *dpy, unsigned int video_capture_slot, GLXVideoCaptureDeviceNV device) |
Definition at line 961 of file khronos_glxext.h.
typedef int( * PFNGLXBINDVIDEODEVICENVPROC) (Display *dpy, unsigned int video_slot, unsigned int video_device, const int *attrib_list) |
Definition at line 913 of file khronos_glxext.h.
typedef int( * PFNGLXBINDVIDEOIMAGENVPROC) (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer) |
Definition at line 928 of file khronos_glxext.h.
typedef int( * PFNGLXCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int x, int y, int w, int h) |
Definition at line 731 of file khronos_glxext.h.
typedef int( * PFNGLXCHANNELRECTSYNCSGIXPROC) (Display *display, int screen, int channel, GLenum synctype) |
Definition at line 734 of file khronos_glxext.h.
typedef GLXFBConfig*( * PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements) |
Definition at line 548 of file khronos_glxext.h.
typedef GLXFBConfigSGIX*( * PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_list, int *nelements) |
Definition at line 690 of file khronos_glxext.h.
typedef void( * PFNGLXCOPYIMAGESUBDATANVPROC) (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth) |
Definition at line 981 of file khronos_glxext.h.
typedef void( * PFNGLXCOPYSUBBUFFERMESAPROC) (Display *dpy, GLXDrawable drawable, int x, int y, int width, int height) |
Definition at line 778 of file khronos_glxext.h.
typedef GLXContext( * PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list) |
Definition at line 600 of file khronos_glxext.h.
typedef GLXContext( * PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct) |
Definition at line 692 of file khronos_glxext.h.
typedef GLXPbufferSGIX( * PFNGLXCREATEGLXPBUFFERSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list) |
Definition at line 706 of file khronos_glxext.h.
typedef GLXPixmap( * PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap) |
Definition at line 786 of file khronos_glxext.h.
typedef GLXPixmap( * PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap) |
Definition at line 691 of file khronos_glxext.h.
typedef GLXContext( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct) |
Definition at line 558 of file khronos_glxext.h.
typedef GLXPbuffer( * PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list) |
Definition at line 555 of file khronos_glxext.h.
typedef GLXPixmap( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list) |
Definition at line 553 of file khronos_glxext.h.
typedef GLXWindow( * PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list) |
Definition at line 551 of file khronos_glxext.h.
typedef void( * PFNGLXCUSHIONSGIPROC) (Display *dpy, Window window, float cushion) |
Definition at line 718 of file khronos_glxext.h.
typedef void( * PFNGLXDESTROYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf) |
Definition at line 707 of file khronos_glxext.h.
Definition at line 873 of file khronos_glxext.h.
typedef void( * PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf) |
Definition at line 556 of file khronos_glxext.h.
typedef void( * PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap) |
Definition at line 554 of file khronos_glxext.h.
typedef void( * PFNGLXDESTROYWINDOWPROC) (Display *dpy, GLXWindow win) |
Definition at line 552 of file khronos_glxext.h.
typedef GLXVideoCaptureDeviceNV*( * PFNGLXENUMERATEVIDEOCAPTUREDEVICESNVPROC) (Display *dpy, int screen, int *nelements) |
Definition at line 962 of file khronos_glxext.h.
typedef unsigned int*( * PFNGLXENUMERATEVIDEODEVICESNVPROC) (Display *dpy, int screen, int *nelements) |
Definition at line 912 of file khronos_glxext.h.
typedef void( * PFNGLXFREECONTEXTEXTPROC) (Display *dpy, GLXContext context) |
Definition at line 676 of file khronos_glxext.h.
Definition at line 885 of file khronos_glxext.h.
typedef GLXContextID( * PFNGLXGETCONTEXTIDEXTPROC) (const GLXContext context) |
Definition at line 674 of file khronos_glxext.h.
typedef Display*( * PFNGLXGETCURRENTDISPLAYEXTPROC) (void) |
Definition at line 672 of file khronos_glxext.h.
typedef Display*( * PFNGLXGETCURRENTDISPLAYPROC) (void) |
Definition at line 561 of file khronos_glxext.h.
typedef GLXDrawable( * PFNGLXGETCURRENTREADDRAWABLEPROC) (void) |
Definition at line 560 of file khronos_glxext.h.
typedef GLXDrawable( * PFNGLXGETCURRENTREADDRAWABLESGIPROC) (void) |
Definition at line 644 of file khronos_glxext.h.
typedef int( * PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *value) |
Definition at line 549 of file khronos_glxext.h.
typedef int( * PFNGLXGETFBCONFIGATTRIBSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value) |
Definition at line 689 of file khronos_glxext.h.
typedef GLXFBConfigSGIX( * PFNGLXGETFBCONFIGFROMVISUALSGIXPROC) (Display *dpy, XVisualInfo *vis) |
Definition at line 694 of file khronos_glxext.h.
Definition at line 547 of file khronos_glxext.h.
typedef Bool( * PFNGLXGETMSCRATEOMLPROC) (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator) |
Definition at line 823 of file khronos_glxext.h.
typedef __GLXextFuncPtr( * PFNGLXGETPROCADDRESSARBPROC) (const GLubyte *procName) |
Definition at line 580 of file khronos_glxext.h.
typedef __GLXextFuncPtr( * PFNGLXGETPROCADDRESSPROC) (const GLubyte *procName) |
Definition at line 572 of file khronos_glxext.h.
typedef void( * PFNGLXGETSELECTEDEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long *event_mask) |
Definition at line 564 of file khronos_glxext.h.
typedef void( * PFNGLXGETSELECTEDEVENTSGIXPROC) (Display *dpy, GLXDrawable drawable, unsigned long *mask) |
Definition at line 710 of file khronos_glxext.h.
typedef Bool( * PFNGLXGETSYNCVALUESOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *sbc) |
Definition at line 822 of file khronos_glxext.h.
typedef Status( * PFNGLXGETTRANSPARENTINDEXSUNPROC) (Display *dpy, Window overlay, Window underlay, long *pTransparentIndex) |
Definition at line 770 of file khronos_glxext.h.
typedef int( * PFNGLXGETVIDEODEVICENVPROC) (Display *dpy, int screen, int numVideoDevices, GLXVideoDeviceNV *pVideoDevice) |
Definition at line 926 of file khronos_glxext.h.
typedef int( * PFNGLXGETVIDEOINFONVPROC) (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo) |
Definition at line 931 of file khronos_glxext.h.
Definition at line 633 of file khronos_glxext.h.
typedef XVisualInfo*( * PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config) |
Definition at line 550 of file khronos_glxext.h.
typedef XVisualInfo*( * PFNGLXGETVISUALFROMFBCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config) |
Definition at line 693 of file khronos_glxext.h.
typedef int( * PFNGLXHYPERPIPEATTRIBSGIXPROC) (Display *dpy, int timeSlice, int attrib, int size, void *attribList) |
Definition at line 876 of file khronos_glxext.h.
typedef int( * PFNGLXHYPERPIPECONFIGSGIXPROC) (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId) |
Definition at line 871 of file khronos_glxext.h.
typedef GLXContext( * PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID) |
Definition at line 675 of file khronos_glxext.h.
Definition at line 944 of file khronos_glxext.h.
typedef void( * PFNGLXJOINSWAPGROUPSGIXPROC) (Display *dpy, GLXDrawable drawable, GLXDrawable member) |
Definition at line 752 of file khronos_glxext.h.
typedef void( * PFNGLXLOCKVIDEOCAPTUREDEVICENVPROC) (Display *dpy, GLXVideoCaptureDeviceNV device) |
Definition at line 963 of file khronos_glxext.h.
typedef Bool( * PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) |
Definition at line 559 of file khronos_glxext.h.
typedef Bool( * PFNGLXMAKECURRENTREADSGIPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) |
Definition at line 643 of file khronos_glxext.h.
typedef int( * PFNGLXQUERYCHANNELDELTASSGIXPROC) (Display *display, int screen, int channel, int *x, int *y, int *w, int *h) |
Definition at line 733 of file khronos_glxext.h.
typedef int( * PFNGLXQUERYCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh) |
Definition at line 732 of file khronos_glxext.h.
typedef int( * PFNGLXQUERYCONTEXTINFOEXTPROC) (Display *dpy, GLXContext context, int attribute, int *value) |
Definition at line 673 of file khronos_glxext.h.
Definition at line 562 of file khronos_glxext.h.
typedef void( * PFNGLXQUERYDRAWABLEPROC) (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value) |
Definition at line 557 of file khronos_glxext.h.
Definition at line 948 of file khronos_glxext.h.
typedef int( * PFNGLXQUERYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value) |
Definition at line 708 of file khronos_glxext.h.
typedef int( * PFNGLXQUERYHYPERPIPEATTRIBSGIXPROC) (Display *dpy, int timeSlice, int attrib, int size, void *returnAttribList) |
Definition at line 877 of file khronos_glxext.h.
typedef int( * PFNGLXQUERYHYPERPIPEBESTATTRIBSGIXPROC) (Display *dpy, int timeSlice, int attrib, int size, void *attribList, void *returnAttribList) |
Definition at line 875 of file khronos_glxext.h.
typedef GLXHyperpipeConfigSGIX*( * PFNGLXQUERYHYPERPIPECONFIGSGIXPROC) (Display *dpy, int hpId, int *npipes) |
Definition at line 872 of file khronos_glxext.h.
typedef GLXHyperpipeNetworkSGIX*( * PFNGLXQUERYHYPERPIPENETWORKSGIXPROC) (Display *dpy, int *npipes) |
Definition at line 870 of file khronos_glxext.h.
Definition at line 762 of file khronos_glxext.h.
typedef Bool( * PFNGLXQUERYMAXSWAPGROUPSNVPROC) (Display *dpy, int screen, GLuint *maxGroups, GLuint *maxBarriers) |
Definition at line 947 of file khronos_glxext.h.
typedef Bool( * PFNGLXQUERYSWAPGROUPNVPROC) (Display *dpy, GLXDrawable drawable, GLuint *group, GLuint *barrier) |
Definition at line 946 of file khronos_glxext.h.
typedef int( * PFNGLXQUERYVIDEOCAPTUREDEVICENVPROC) (Display *dpy, GLXVideoCaptureDeviceNV device, int attribute, int *value) |
Definition at line 964 of file khronos_glxext.h.
typedef Bool( * PFNGLXRELEASEBUFFERSMESAPROC) (Display *dpy, GLXDrawable drawable) |
Definition at line 794 of file khronos_glxext.h.
Definition at line 903 of file khronos_glxext.h.
typedef void( * PFNGLXRELEASEVIDEOCAPTUREDEVICENVPROC) (Display *dpy, GLXVideoCaptureDeviceNV device) |
Definition at line 965 of file khronos_glxext.h.
typedef int( * PFNGLXRELEASEVIDEODEVICENVPROC) (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice) |
Definition at line 927 of file khronos_glxext.h.
typedef int( * PFNGLXRELEASEVIDEOIMAGENVPROC) (Display *dpy, GLXPbuffer pbuf) |
Definition at line 929 of file khronos_glxext.h.
Definition at line 949 of file khronos_glxext.h.
Definition at line 563 of file khronos_glxext.h.
Definition at line 709 of file khronos_glxext.h.
typedef int( * PFNGLXSENDPBUFFERTOVIDEONVPROC) (Display *dpy, GLXPbuffer pbuf, int iBufferType, unsigned long *pulCounterPbuffer, GLboolean bBlock) |
Definition at line 930 of file khronos_glxext.h.
Definition at line 802 of file khronos_glxext.h.
typedef int64_t( * PFNGLXSWAPBUFFERSMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder) |
Definition at line 824 of file khronos_glxext.h.
Definition at line 973 of file khronos_glxext.h.
Definition at line 624 of file khronos_glxext.h.
typedef Bool( * PFNGLXWAITFORMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc) |
Definition at line 825 of file khronos_glxext.h.
typedef Bool( * PFNGLXWAITFORSBCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc) |
Definition at line 826 of file khronos_glxext.h.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:56.
© Copyright Michele Bosi. All rights reserved.