Home
last modified time | relevance | path

Searched refs:pPlane (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/directx/d3d9/
H A Dd3d9_puredevice.c150 …WINAPI IDirect3DDevice9Pure_SetClipPlane(LPDIRECT3DDEVICE9 iface, DWORD Index, CONST float* pPlane) in IDirect3DDevice9Pure_SetClipPlane() argument
157 …ESULT WINAPI IDirect3DDevice9Pure_GetClipPlane(LPDIRECT3DDEVICE9 iface, DWORD Index, float* pPlane) in IDirect3DDevice9Pure_GetClipPlane() argument
737 …API IDirect3DDevice9Pure_SetClipPlaneInt(LPDIRECT3DDEVICE9 iface, DWORD Index, CONST float* pPlane) in IDirect3DDevice9Pure_SetClipPlaneInt() argument
H A Dd3d9_haldevice.c52 HRESULT WINAPI IDirect3DDevice9HAL_GetClipPlane(LPDIRECT3DDEVICE9 iface, DWORD Index, float* pPlane) in IDirect3DDevice9HAL_GetClipPlane() argument
303 …NAPI IDirect3DDevice9HAL_SetClipPlaneInt(LPDIRECT3DDEVICE9 iface, DWORD Index, CONST float* pPlane) in IDirect3DDevice9HAL_SetClipPlaneInt() argument
H A Dd3d9_puredevice.h353 …INAPI IDirect3DDevice9Pure_SetClipPlane(LPDIRECT3DDEVICE9 iface, DWORD Index, CONST float* pPlane);
354 …SULT WINAPI IDirect3DDevice9Pure_GetClipPlane(LPDIRECT3DDEVICE9 iface, DWORD Index, float* pPlane);
H A Dd3d9_device.h43 HRESULT (WINAPI *SetClipPlane)(LPDIRECT3DDEVICE9 iface, DWORD Index,CONST float* pPlane);
/reactos/sdk/include/dxsdk/
H A Dd3dx9math.h318 …RIX* WINAPI D3DXMatrixShadow(D3DXMATRIX *pout, const D3DXVECTOR4 *plight, const D3DXPLANE *pPlane);
/reactos/sdk/include/psdk/
H A Dd3d9.h1431 STDMETHOD(GetClipPlane)(THIS_ DWORD Index, float* pPlane) PURE; in DECLARE_INTERFACE_()
1819 STDMETHOD(GetClipPlane)(THIS_ DWORD Index, float* pPlane) PURE; in DECLARE_INTERFACE_()
H A Dd3d8.h887 STDMETHOD(GetClipPlane)(THIS_ DWORD Index,float * pPlane) PURE; in DECLARE_INTERFACE_()