Home
last modified time | relevance | path

Searched refs:SetClipPlane (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp628 long Direct3DDevice9Ex::SetClipPlane(unsigned long index, const float *plane) in SetClipPlane() function in D3D9::Direct3DDevice9Ex
632 return Direct3DDevice9::SetClipPlane(index, plane); in SetClipPlane()
DDirect3DDevice9Ex.hpp112 long __stdcall SetClipPlane(unsigned long index, const float *plane);
DDirect3DDevice9.hpp141 long __stdcall SetClipPlane(unsigned long index, const float *plane);
DDirect3DStateBlock9.cpp306 device->SetClipPlane(index, clipPlane[index]); in Apply()
DDirect3DDevice9.cpp2548 SetClipPlane(i, plane); in Reset()
2560 long Direct3DDevice9::SetClipPlane(unsigned long index, const float *plane) in SetClipPlane() function in D3D9::Direct3DDevice9