Searched refs:HDC (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/libs/glut/
H A Dglutint.h332 HDC hdc; /* Window's Win32 device context. */
342 HDC renderDc; /* Win32's device context for rendering. */
447 HDC hdc;
576 HDC currentDc = wglGetCurrentDC(); \
586 HDC currentDc = wglGetCurrentDC(); \
785 extern HDC XHDC;
/haiku/headers/libs/glut/GL/
H A Dglut.h146 typedef void *HDC; typedef
172 WGLAPI int GLAPIENTRY wglMakeCurrent(HDC,HGLRC);
173 WGLAPI int GLAPIENTRY wglSetPixelFormat(HDC, int, const PIXELFORMATDESCRIPTOR *);
174 WGLAPI int GLAPIENTRY wglSwapBuffers(HDC hdc);
175 WGLAPI HDC GLAPIENTRY wglGetCurrentDC(void);
176 WGLAPI HGLRC GLAPIENTRY wglCreateContext(HDC);
177 WGLAPI HGLRC GLAPIENTRY wglCreateLayerContext(HDC,int);
180 WGLAPI int GLAPIENTRY wglChoosePixelFormat(HDC, const PIXELFORMATDESCRIPTOR *);
183 WGLAPI int GLAPIENTRY wglDescribeLayerPlane(HDC, int, int, unsigned int,LPLAYERPLANEDESCRIPTOR);
184 WGLAPI int GLAPIENTRY wglDescribePixelFormat(HDC,in
[all...]

Completed in 52 milliseconds