Lines Matching refs:hdc
33 PICDTABLE APIENTRY DrvSetContext(HDC hdc, HGLRC hglrc, void *callback);
34 BOOL APIENTRY DrvSetPixelFormat(HDC hdc, int iPixelFormat);
35 HGLRC APIENTRY DrvCreateContext(HDC hdc);
36 HGLRC APIENTRY DrvCreateLayerContext(HDC hdc, int iLayerPlane);
37 BOOL APIENTRY DrvDescribeLayerPlane(HDC hdc,int iPixelFormat,
40 int APIENTRY DrvGetLayerPaletteEntries(HDC hdc, int iLayerPlane,
43 int APIENTRY DrvDescribePixelFormat(HDC hdc, int iPixelFormat, UINT nBytes, LPPIXELFORMATDESCRIPTOR pfd);
47 int APIENTRY DrvSetLayerPaletteEntries(HDC hdc, int iLayerPlane,
50 BOOL APIENTRY DrvRealizeLayerPalette(HDC hdc, int iLayerPlane, BOOL bRealize);
51 BOOL APIENTRY DrvSwapLayerBuffers(HDC hdc, UINT fuPlanes);
52 BOOL APIENTRY DrvSwapBuffers(HDC hdc);