about summary refs log tree commit diff stats
path: root/src/wrapped32/wrappedlibglx_private.h
blob: 9e658c6d12b914a29b0ee0022a88faf766f1dc5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error Meh...
#endif

// __glXGLLoadGLXFunction
GOM(glXChooseFBConfig, pFEXipp)
GOM(glXChooseVisual, pFEXip)
GO(glXCopyContext, vFXppL)
GOM(glXCreateContext, pFEXppi)
//GOM(glXCreateGLXPixmap, LFEXbpLiiiLLLii_L)
GO(glXCreateNewContext, pFXpipi)
GO(glXCreatePbuffer, LFXpp)
GO(glXCreatePixmap, LFXpLp)
GO(glXCreateWindow, LFXpLp)
GO(glXDestroyContext, vFXp)
GO(glXDestroyGLXPixmap, vFXL)
GO(glXDestroyPbuffer, vFXL)
GO(glXDestroyPixmap, vFXL)
GO(glXDestroyWindow, vFXL)
GO(glXGetClientString, pFXi)
//GOM(glXGetConfig, iFEXbpLiiiLLLii_ip)
GO(glXGetCurrentContext, pFv)
GO(glXGetCurrentDisplay, XFv)
GO(glXGetCurrentDrawable, LFv)
GO(glXGetCurrentReadDrawable, LFv)
GO(glXGetFBConfigAttrib, iFXpip)
GOM(glXGetFBConfigs, pFEXip)
GOM(glXGetProcAddress, pFEp)
GOM(glXGetProcAddressARB, pFEp)
GO(glXGetSelectedEvent, vFXLbL_)
GOM(glXGetVisualFromFBConfig, pFEXp)
GO(glXIsDirect, iFXp)
GO(glXMakeContextCurrent, iFXLLp)
GO(glXMakeCurrent, iFXLp)
GO(glXQueryContext, iFXpip)
GO(glXQueryDrawable, vFXLip)
GO(glXQueryExtension, iFXpp)
GO(glXQueryExtensionsString, pFXi)
GO(glXQueryServerString, pFXii)
GO(glXQueryVersion, iFXpp)
GO(glXSelectEvent, vFXLL)
GO(glXSwapBuffers, vFXL)
GO(glXUseXFont, vFLiii)
GO(glXWaitGL, vFv)
GO(glXWaitX, vFv)