Lines Matching defs:hdc
157 WINGDIAPI HGLRC GLAPIENTRY wglCreateContext(HDC hdc) in wglCreateContext()
212 WINGDIAPI BOOL GLAPIENTRY wglMakeCurrent(HDC hdc, HGLRC hglrc) in wglMakeCurrent()
235 WINGDIAPI int GLAPIENTRY wglChoosePixelFormat(HDC hdc, in wglChoosePixelFormat()
296 WINGDIAPI int GLAPIENTRY wglDescribePixelFormat(HDC hdc, in wglDescribePixelFormat()
325 WINGDIAPI int GLAPIENTRY wglGetPixelFormat(HDC hdc) in wglGetPixelFormat()
335 WINGDIAPI BOOL GLAPIENTRY wglSetPixelFormat(HDC hdc,int iPixelFormat, in wglSetPixelFormat()
353 WINGDIAPI BOOL GLAPIENTRY wglSwapBuffers(HDC hdc) in wglSwapBuffers()
474 WINGDIAPI BOOL GLAPIENTRY wglUseFontBitmapsA(HDC hdc, DWORD first, in wglUseFontBitmapsA()
583 WINGDIAPI HGLRC GLAPIENTRY wglCreateLayerContext(HDC hdc, in wglCreateLayerContext()
593 WINGDIAPI BOOL GLAPIENTRY wglUseFontBitmapsW(HDC hdc, in wglUseFontBitmapsW()
602 WINGDIAPI BOOL GLAPIENTRY wglUseFontOutlinesA(HDC hdc, in wglUseFontOutlinesA()
618 WINGDIAPI BOOL GLAPIENTRY wglUseFontOutlinesW(HDC hdc, in wglUseFontOutlinesW()
634 WINGDIAPI BOOL GLAPIENTRY wglDescribeLayerPlane(HDC hdc, in wglDescribeLayerPlane()
646 WINGDIAPI int GLAPIENTRY wglSetLayerPaletteEntries(HDC hdc, in wglSetLayerPaletteEntries()
658 WINGDIAPI int GLAPIENTRY wglGetLayerPaletteEntries(HDC hdc, in wglGetLayerPaletteEntries()
669 WINGDIAPI BOOL GLAPIENTRY wglRealizeLayerPalette(HDC hdc, in wglRealizeLayerPalette()
678 WINGDIAPI BOOL GLAPIENTRY wglSwapLayerBuffers(HDC hdc, in wglSwapLayerBuffers()
686 WINGDIAPI const char * GLAPIENTRY wglGetExtensionsStringARB(HDC hdc) in wglGetExtensionsStringARB()