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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dx8math.h347 D3DXVECTOR3* WINAPI D3DXVec3Project(D3DXVECTOR3 *pout, CONST D3DXVECTOR3 *pv, CONST D3DVIEWPORT8 *pviewport, CONST D3DXMATRIX *pprojection, CONST D3DXMATRIX *pview, CONST D3DXMATRIX *pworld);
351 D3DXVECTOR3* WINAPI D3DXVec3Unproject(D3DXVECTOR3 *pout, CONST D3DXVECTOR3 *pv, CONST D3DVIEWPORT8 *pviewport, CONST D3DXMATRIX *pprojection, CONST D3DXMATRIX *pview, CONST D3DXMATRIX *pworld);
H A Dd3d8types.h1206 } D3DVIEWPORT8; typedef in typeref:struct:_D3DVIEWPORT8
H A Dd3d8.h881 STDMETHOD(SetViewport)(THIS_ CONST D3DVIEWPORT8 * pViewport) PURE;
882 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT8 * pViewport) PURE;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d8types.h1209 } D3DVIEWPORT8; typedef in typeref:struct:_D3DVIEWPORT8
H A Dd3d8.h883 STDMETHOD(SetViewport)(THIS_ const D3DVIEWPORT8 *viewport) PURE;
884 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT8 * pViewport) PURE;
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/
H A Dd3d8.h881 STDMETHOD(SetViewport)(THIS_ CONST D3DVIEWPORT8 * pViewport) PURE;
882 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT8 * pViewport) PURE;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/
H A Dd3d8.h881 STDMETHOD(SetViewport)(THIS_ CONST D3DVIEWPORT8 * pViewport) PURE;
882 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT8 * pViewport) PURE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddevice.c1313 static HRESULT WINAPI d3d8_device_SetViewport(IDirect3DDevice8 *iface, const D3DVIEWPORT8 *viewport)
1319 /* Note: D3DVIEWPORT8 is compatible with struct wined3d_viewport. */
1327 static HRESULT WINAPI d3d8_device_GetViewport(IDirect3DDevice8 *iface, D3DVIEWPORT8 *viewport)
1333 /* Note: D3DVIEWPORT8 is compatible with struct wined3d_viewport. */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/
H A Dd3d8.h880 STDMETHOD(SetViewport)(THIS_ CONST D3DVIEWPORT8 * pViewport) PURE;
881 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT8 * pViewport) PURE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddevice.c1130 static HRESULT WINAPI IDirect3DDevice8Impl_SetViewport(LPDIRECT3DDEVICE8 iface, CONST D3DVIEWPORT8* pViewport) {
1136 /* Note: D3DVIEWPORT8 is compatible with WINED3DVIEWPORT */
1144 static HRESULT WINAPI IDirect3DDevice8Impl_GetViewport(LPDIRECT3DDEVICE8 iface, D3DVIEWPORT8* pViewport) {
1150 /* Note: D3DVIEWPORT8 is compatible with WINED3DVIEWPORT */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/
H A Dd3d8.h881 STDMETHOD(SetViewport)(THIS_ CONST D3DVIEWPORT8 * pViewport) PURE;
882 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT8 * pViewport) PURE;

Completed in 151 milliseconds