Searched refs:DescribePixelFormat (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dmesa_wgl.h106 WGLAPI int GLAPIENTRY DescribePixelFormat(HDC,int,unsigned int,LPPIXELFORMATDESCRIPTOR);
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dicd_drv.c69 DescribePixelFormat( hdc, iPixelFormat, sizeof(pfd), &pfd );
H A Dwgl.c49 DescribePixelFormat( hdc, iPixelFormat, sizeof(pfd), &pfd );
81 * equivalent's of ChoosePixelFormat/DescribePixelFormat etc
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_wgl.c698 DescribePixelFormat( hdc, pixelformat, sizeof(*ppfd), ppfd );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c302 DescribePixelFormat(ctx->dc, iPixelFormat, sizeof(pfd), &pfd);
5545 int nCfgs = DescribePixelFormat(hdc, 0, 0, 0);
5554 res = DescribePixelFormat(hdc, iPixelFormat, sizeof(PIXELFORMATDESCRIPTOR), &ppfd);
H A Dcontext.c1651 DescribePixelFormat(hdc, pixel_format, sizeof(pfd), &pfd);
H A Dwined3d_gl.h1408 # define DescribePixelFormat pwglDescribePixelFormat macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c393 DescribePixelFormat(ctx->dc, iPixelFormat, sizeof(pfd), &pfd);
5225 cfg_count = DescribePixelFormat(dc, 0, 0, 0);
5234 if (!DescribePixelFormat(dc, format_id, sizeof(pfd), &pfd))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwingdi.h3438 WINGDIAPI INT WINAPI DescribePixelFormat(HDC,int,UINT,LPPIXELFORMATDESCRIPTOR);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwingdi.h3406 WINGDIAPI INT WINAPI DescribePixelFormat(HDC,int,UINT,LPPIXELFORMATDESCRIPTOR);
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_gl.h1413 # define DescribePixelFormat pwglDescribePixelFormat macro

Completed in 213 milliseconds