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

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dmesa_wgl.h105 WGLAPI int GLAPIENTRY ChoosePixelFormat(HDC,const PIXELFORMATDESCRIPTOR *);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_wgl.c686 pixelformat = ChoosePixelFormat( hdc, ppfd );
688 pixelformat = ChoosePixelFormat( hdc, ppfd );
691 crError( "ChoosePixelFormat failed" );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c1511 /* When findCompatible is set and no suitable format was found, let ChoosePixelFormat choose a pixel format in order not to crash. */
1518 TRACE("Falling back to ChoosePixelFormat as we weren't able to find an exactly matching pixel format\n");
1531 iPixelFormat = ChoosePixelFormat(hdc, &pfd);
1533 /* If this happens something is very wrong as ChoosePixelFormat barely fails */
1736 /* If we still don't have a pixel format, something is very wrong as ChoosePixelFormat barely fails */
H A Ddirectx.c387 if (!(iPixelFormat = ChoosePixelFormat(ctx->dc, &pfd)))
389 /* If this happens something is very wrong as ChoosePixelFormat barely fails. */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c1467 /* When findCompatible is set and no suitable format was found, let ChoosePixelFormat choose a pixel format in order not to crash. */
1478 TRACE("Falling back to ChoosePixelFormat as we weren't able to find an exactly matching pixel format\n");
1491 iPixelFormat = ChoosePixelFormat(hdc, &pfd);
1493 /* If this happens something is very wrong as ChoosePixelFormat barely fails */
1644 /* If we still don't have a pixel format, something is very wrong as ChoosePixelFormat barely fails */
H A Ddirectx.c295 iPixelFormat = ChoosePixelFormat(ctx->dc, &pfd);
298 /* If this happens something is very wrong as ChoosePixelFormat barely fails. */
H A Dwined3d_gl.h1407 # define ChoosePixelFormat pwglChoosePixelFormat macro
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp4377 pixelFormat = ChoosePixelFormat(pContext->hdc, &pfd);
4379 pixelFormat = ChoosePixelFormat(pContext->hdc, &pfd);
4380 AssertMsgReturn(pixelFormat != 0, ("ChoosePixelFormat failed with %d\n", GetLastError()), VERR_INTERNAL_ERROR);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwingdi.h3368 WINGDIAPI INT WINAPI ChoosePixelFormat(HDC,const PIXELFORMATDESCRIPTOR*);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwingdi.h3339 WINGDIAPI INT WINAPI ChoosePixelFormat(HDC,const PIXELFORMATDESCRIPTOR*);
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_gl.h1412 # define ChoosePixelFormat pwglChoosePixelFormat macro

Completed in 278 milliseconds