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

/haiku/src/libs/glut/
H A Dglutint.h332 HDC hdc; /* Window's Win32 device context. */ member in struct:_GLUTwindow
447 HDC hdc; member in struct:_GLUToverlay
588 if (currentContext != window->ctx || currentDc != window->hdc) { \
589 wglMakeCurrent(window->hdc, window->ctx); \
593 wglMakeCurrent(overlay->hdc, overlay->ctx)
597 SwapBuffers(window->hdc)
/haiku/headers/libs/glut/GL/
H A Dglut.h174 WGLAPI int GLAPIENTRY wglSwapBuffers(HDC hdc);
186 WGLAPI int GLAPIENTRY wglGetPixelFormat(HDC hdc);

Completed in 98 milliseconds