Searched refs:HDC (Results 1 – 3 of 3) sorted by relevance
/haiku/headers/libs/glut/GL/ |
H A D | glut.h | 146 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,int, unsigned int, LPPIXELFORMATDESCRIPTOR); [all …]
|
/haiku/src/libs/glut/ |
H A D | glutint.h | 332 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/src/data/ids/ |
H A D | usb.ids | 5335 2451 HDC-SD9 5340 2497 HDC-TM700
|