Home
last modified time | relevance | path

Searched refs:IDirect3DDevice7_GetClipPlane (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/psdk/
H A Dd3d.h1390 #define IDirect3DDevice7_GetClipPlane(p,a,b) (p)->lpVtbl->GetClipPlane(p,a… macro
1442 #define IDirect3DDevice7_GetClipPlane(p,a,b) (p)->GetClipPlane(a,b) macro
/reactos/dll/directx/wine/ddraw/
H A Ddevice.c4619 IDirect3DDevice7_GetClipPlane(iface, j - 6, (D3DVALUE *)&plane[j]); in d3d_device7_ComputeSphereVisibility()