Lines Matching refs:hdc
379 bSetupPixelFormat( HDC hdc, GLbitfield visAttribs );
502 bSetupPixelFormatEXT( HDC hdc, GLbitfield visAttribs)
598 vis = render_spu.ws.wglChoosePixelFormatEXT( hdc, attribList, fattribList, 1, &pixelFormat, &numFormats);
603 render_spu.ws.wglSetPixelFormat( hdc, pixelFormat, &ppfd );
605 SetPixelFormat( hdc, pixelFormat, &ppfd );
614 bSetupPixelFormatNormal( HDC hdc, GLbitfield visAttribs )
668 pixelformat = render_spu.ws.wglChoosePixelFormat( hdc, ppfd );
670 pixelformat = render_spu.ws.wglChoosePixelFormat( hdc, ppfd );
675 if ( !render_spu.ws.wglSetPixelFormat( hdc, pixelformat, ppfd ) )
680 render_spu.ws.wglDescribePixelFormat( hdc, pixelformat, sizeof(*ppfd), ppfd );
686 pixelformat = ChoosePixelFormat( hdc, ppfd );
688 pixelformat = ChoosePixelFormat( hdc, ppfd );
693 if ( !SetPixelFormat( hdc, pixelformat, ppfd ) )
698 DescribePixelFormat( hdc, pixelformat, sizeof(*ppfd), ppfd );
724 bSetupPixelFormat( HDC hdc, GLbitfield visAttribs )
730 return bSetupPixelFormatNormal(hdc, visAttribs);