Searched refs:pPlane (Results 1 – 7 of 7) sorted by relevance
/reactos/dll/directx/d3d9/ |
H A D | d3d9_puredevice.c | 150 …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 D | d3d9_haldevice.c | 52 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 D | d3d9_puredevice.h | 353 …INAPI IDirect3DDevice9Pure_SetClipPlane(LPDIRECT3DDEVICE9 iface, DWORD Index, CONST float* pPlane); 354 …SULT WINAPI IDirect3DDevice9Pure_GetClipPlane(LPDIRECT3DDEVICE9 iface, DWORD Index, float* pPlane);
|
H A D | d3d9_device.h | 43 HRESULT (WINAPI *SetClipPlane)(LPDIRECT3DDEVICE9 iface, DWORD Index,CONST float* pPlane);
|
/reactos/sdk/include/dxsdk/ |
H A D | d3dx9math.h | 318 …RIX* WINAPI D3DXMatrixShadow(D3DXMATRIX *pout, const D3DXVECTOR4 *plight, const D3DXPLANE *pPlane);
|
/reactos/sdk/include/psdk/ |
H A D | d3d9.h | 1431 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 D | d3d8.h | 887 STDMETHOD(GetClipPlane)(THIS_ DWORD Index,float * pPlane) PURE; in DECLARE_INTERFACE_()
|