Searched refs:WGL_APIENTRY (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_spu.h137 typedef HGLRC (WGL_APIENTRY *wglCreateContextFunc_t)(HDC);
138 typedef void (WGL_APIENTRY *wglDeleteContextFunc_t)(HGLRC);
139 typedef BOOL (WGL_APIENTRY *wglShareListsFunc_t)(HGLRC,HGLRC);
140 typedef BOOL (WGL_APIENTRY *wglMakeCurrentFunc_t)(HDC,HGLRC);
141 typedef BOOL (WGL_APIENTRY *wglSwapBuffersFunc_t)(HDC);
142 typedef int (WGL_APIENTRY *wglChoosePixelFormatFunc_t)(HDC, CONST PIXELFORMATDESCRIPTOR *);
143 typedef BOOL (WGL_APIENTRY *wglChoosePixelFormatEXTFunc_t)(HDC, const int *, const FLOAT *, UINT, int *, UINT *);
144 typedef int (WGL_APIENTRY *wglDescribePixelFormatFunc_t)(HDC, int, UINT, CONST PIXELFORMATDESCRIPTOR *);
145 typedef int (WGL_APIENTRY *wglSetPixelFormatFunc_t)(HDC, int, CONST PIXELFORMATDESCRIPTOR *);
146 typedef HGLRC (WGL_APIENTRY *wglGetCurrentContextFunc_
[all...]
H A Dchromium.h40 # define WGL_APIENTRY __stdcall macro

Completed in 46 milliseconds