Lines Matching refs:hdc
39 * the pixel format of the given hdc.
41 static GLuint ComputeVisBits( HDC hdc )
47 iPixelFormat = GetPixelFormat( hdc );
49 DescribePixelFormat( hdc, iPixelFormat, sizeof(pfd), &pfd );
70 DECLEXPORT(int) WINAPI wglChoosePixelFormat_prox( HDC hdc, CONST PIXELFORMATDESCRIPTOR *pfd )
167 DECLEXPORT(BOOL) WINAPI wglSetPixelFormat_prox( HDC hdc, int pixelFormat,
186 DECLEXPORT(BOOL) WINAPI wglMakeCurrent_prox( HDC hdc, HGLRC hglrc )
198 window = stubGetWindowInfo(hdc);
230 DECLEXPORT(int) WINAPI wglGetPixelFormat_prox( HDC hdc )
237 DECLEXPORT(int) WINAPI wglDescribePixelFormat_prox( HDC hdc, int pixelFormat, UINT nBytes,
354 DECLEXPORT(HGLRC) WINAPI VBoxCreateContext( HDC hdc, struct VBOXUHGSMI *pHgsmi )
365 sprintf(dpyName, "%d", hdc);
368 desiredVisual |= ComputeVisBits( hdc );
384 DECLEXPORT(GLint) WINAPI VBoxGetWindowId( HDC hdc )
393 window = stubGetWindowInfo(hdc);
449 DECLEXPORT(HGLRC) WINAPI wglCreateContext_prox( HDC hdc )
451 return VBoxCreateContext(hdc, NULL);
475 wglSwapBuffers_prox( HDC hdc )
477 WindowInfo *window = stubGetWindowInfo(hdc);
490 DECLEXPORT(HGLRC) WINAPI wglCreateLayerContext_prox( HDC hdc, int layerPlane )
504 DECLEXPORT(BOOL) WINAPI wglUseFontBitmapsA_prox( HDC hdc, DWORD first, DWORD count, DWORD listBase )
511 DECLEXPORT(BOOL) WINAPI wglUseFontBitmapsW_prox( HDC hdc, DWORD first, DWORD count, DWORD listBase )
518 DECLEXPORT(BOOL) WINAPI wglDescribeLayerPlane_prox( HDC hdc, int pixelFormat, int layerPlane,
526 DECLEXPORT(int) WINAPI wglSetLayerPaletteEntries_prox( HDC hdc, int layerPlane, int start,
534 DECLEXPORT(int) WINAPI wglGetLayerPaletteEntries_prox( HDC hdc, int layerPlane, int start,
542 DECLEXPORT(BOOL) WINAPI wglRealizeLayerPalette_prox( HDC hdc, int layerPlane, BOOL realize )
556 DECLEXPORT(BOOL) WINAPI wglUseFontOutlinesA_prox( HDC hdc, DWORD first, DWORD count, DWORD listBase,
565 DECLEXPORT(BOOL) WINAPI wglUseFontOutlinesW_prox( HDC hdc, DWORD first, DWORD count, DWORD listBase,
574 DECLEXPORT(BOOL) WINAPI wglSwapLayerBuffers_prox( HDC hdc, UINT planes )
579 return wglSwapBuffers_prox(hdc);
589 (HDC hdc, const int *piAttributes, const FLOAT *pfAttributes, UINT nMaxFormats, int *piFormats, UINT *nNumFormats)
711 (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *pValues)
846 (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, float *pValues)
1000 DECLEXPORT(const GLubyte *) WINAPI wglGetExtensionsStringARB_prox(HDC hdc)
1003 (void) hdc;