Home | History | Annotate | Download | only in wgl

Lines Matching refs:hdc

63    HDC hdc )
65 return (HGLRC) DrvCreateContext(hdc);
70 HDC hdc,
73 return (HGLRC) DrvCreateLayerContext( hdc, iLayerPlane );
90 WINGDIAPI HDC APIENTRY
98 HDC hdc,
101 return DrvSetContext( hdc, (DHGLRC)(UINT_PTR)hglrc, NULL ) ? TRUE : FALSE;
107 HDC hdc )
109 return DrvSwapBuffers( hdc );
120 wglSwapBuffers(ps->hdc);
128 HDC hdc,
131 return DrvSwapLayerBuffers( hdc, fuPlanes );
144 HDC hdc,
162 return stw_pixelformat_choose( hdc, ppfd );
167 HDC hdc,
172 return DrvDescribePixelFormat( hdc, iPixelFormat, nBytes, ppfd );
177 HDC hdc )
179 return stw_pixelformat_get( hdc );
184 HDC hdc,
193 return DrvSetPixelFormat( hdc, iPixelFormat );
199 HDC hdc,
204 (void) hdc;
225 HDC hdc,
230 (void) hdc;
242 HDC hdc,
251 (void) hdc;
267 HDC hdc,
276 (void) hdc;
292 HDC hdc,
298 return DrvDescribeLayerPlane(hdc, iPixelFormat, iLayerPlane, nBytes, plpd);
303 HDC hdc,
309 return DrvSetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr);
314 HDC hdc,
320 return DrvGetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr);
325 HDC hdc,
329 (void) hdc;