Searched refs:SetPixelFormat (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dmesa_wgl.h108 WGLAPI int GLAPIENTRY SetPixelFormat(HDC,int,const PIXELFORMATDESCRIPTOR *);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_wgl.c605 SetPixelFormat( hdc, pixelFormat, &ppfd );
693 if ( !SetPixelFormat( hdc, pixelformat, ppfd ) )
695 crError( "SetPixelFormat failed (Error 0x%x)", GetLastError() );
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwincodec.idl669 HRESULT SetPixelFormat(
H A Dwingdi.h3704 WINGDIAPI BOOL WINAPI SetPixelFormat(HDC,int,const PIXELFORMATDESCRIPTOR*);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwincodec.idl505 HRESULT SetPixelFormat(
H A Dwingdi.h3669 WINGDIAPI BOOL WINAPI SetPixelFormat(HDC,int,const PIXELFORMATDESCRIPTOR*);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c744 if (!SetPixelFormat(dc, format, NULL))
H A Ddirectx.c394 SetPixelFormat(ctx->dc, iPixelFormat, &pfd);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c708 if (!SetPixelFormat(dc, format, NULL))
H A Ddirectx.c303 SetPixelFormat(ctx->dc, iPixelFormat, &pfd);
H A Dwined3d_gl.h1405 * because SetPixelFormat may eventually lead to opengl32 setting its own window proc via SetWindowLongPtr
1410 # define SetPixelFormat pwglSetPixelFormat macro
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp4382 ret = SetPixelFormat(pContext->hdc, pixelFormat, &pfd);
4383 AssertMsgReturn(ret == TRUE, ("SetPixelFormat failed with %d\n", GetLastError()), VERR_INTERNAL_ERROR);
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_gl.h1410 * because SetPixelFormat may eventually lead to opengl32 setting its own window proc via SetWindowLongPtr
1415 # define SetPixelFormat pwglSetPixelFormat macro

Completed in 194 milliseconds