]> git.cworth.org Git - vogl/blob - glspec/dbg_glx_funcs.txt
Initial vogl checkin
[vogl] / glspec / dbg_glx_funcs.txt
1 Functions:
2 Name: "ChooseVisual", ParamNames: 3, Params: 3, Return: "XVisualInfoPointer", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
3   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
4   Name: "screen", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5   Name: "attribList", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0
6
7 Name: "GetConfig", ParamNames: 4, Params: 4, Return: "Int32", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
8   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
9   Name: "vis", Type: "XVisualInfo", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
10   Name: "attrib", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11   Name: "value", Type: "Int32", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
12
13 Name: "QueryExtension", ParamNames: 3, Params: 3, Return: "Bool", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
14   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
15   Name: "errorBase", Type: "Int32", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
16   Name: "eventBase", Type: "Int32", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
17
18 Name: "GetClientString", ParamNames: 2, Params: 2, Return: "String", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
19   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
20   Name: "name", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
21
22 Name: "GetCurrentDrawable", ParamNames: 2, Params: 0, Return: "GLXDrawable", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
23 Name: "Render", ParamNames: 0, Params: 0, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1
24 Name: "RenderLarge", ParamNames: 0, Params: 0, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1
25 Name: "CreateContext", ParamNames: 4, Params: 4, Return: "GLXContext", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1
26   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
27   Name: "vis", Type: "XVisualInfo", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
28   Name: "shareList", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
29   Name: "direct", Type: "Bool", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
30
31 Name: "DestroyContext", ParamNames: 2, Params: 2, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1
32   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
33   Name: "context", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
34
35 Name: "MakeCurrent", ParamNames: 3, Params: 3, Return: "Bool", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1
36   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
37   Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
38   Name: "context", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
39
40 Name: "GetCurrentContext", ParamNames: 0, Params: 0, Return: "GLXContext", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
41 Name: "IsDirect", ParamNames: 2, Params: 2, Return: "Bool", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1
42   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
43   Name: "context", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
44
45 Name: "QueryVersion", ParamNames: 3, Params: 3, Return: "Bool", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1
46   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
47   Name: "major", Type: "Int32", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
48   Name: "minor", Type: "Int32", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
49
50 Name: "WaitGL", ParamNames: 0, Params: 0, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1
51 Name: "WaitX", ParamNames: 0, Params: 0, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1
52 Name: "CopyContext", ParamNames: 4, Params: 4, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1
53   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
54   Name: "source", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
55   Name: "dest", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
56   Name: "mask", Type: "ulong", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
57
58 Name: "SwapBuffers", ParamNames: 2, Params: 2, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1
59   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
60   Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
61
62 Name: "UseXFont", ParamNames: 4, Params: 4, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1
63   Name: "font", Type: "Font", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
64   Name: "first", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
65   Name: "count", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
66   Name: "list_base", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
67
68 Name: "CreateGLXPixmap", ParamNames: 3, Params: 3, Return: "GLXPixmap", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1
69   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
70   Name: "visual", Type: "XVisualInfo", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
71   Name: "pixmap", Type: "Pixmap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
72
73 Name: "GetVisualConfigs", ParamNames: 0, Params: 0, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1
74 Name: "DestroyGLXPixmap", ParamNames: 2, Params: 2, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1
75   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
76   Name: "pixmap", Type: "GLXPixmap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
77
78 Name: "VendorPrivate", ParamNames: 0, Params: 0, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1
79 Name: "VendorPrivateWithReply", ParamNames: 0, Params: 0, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1
80 Name: "QueryExtensionsString", ParamNames: 2, Params: 2, Return: "CharPointer", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1
81   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
82   Name: "screen", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
83
84 Name: "QueryServerString", ParamNames: 3, Params: 3, Return: "CharPointer", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1
85   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
86   Name: "screen", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
87   Name: "name", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
88
89 Name: "ClientInfo", ParamNames: 0, Params: 0, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1
90 Name: "GetDrawableAttributes", ParamNames: 1, Params: 1, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1
91   Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
92
93 Name: "ChangeDrawableAttributes", ParamNames: 1, Params: 1, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1
94   Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
95
96 Categories:
97 "glx"