Searched refs:SetClipPlane (Results 1 – 5 of 5) sorted by relevance
628 long Direct3DDevice9Ex::SetClipPlane(unsigned long index, const float *plane) in SetClipPlane() function in D3D9::Direct3DDevice9Ex632 return Direct3DDevice9::SetClipPlane(index, plane); in SetClipPlane()
112 long __stdcall SetClipPlane(unsigned long index, const float *plane);
141 long __stdcall SetClipPlane(unsigned long index, const float *plane);
306 device->SetClipPlane(index, clipPlane[index]); in Apply()
2548 SetClipPlane(i, plane); in Reset()2560 long Direct3DDevice9::SetClipPlane(unsigned long index, const float *plane) in SetClipPlane() function in D3D9::Direct3DDevice9