Home
last modified time | relevance | path

Searched defs:GetClipPlane (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp306 long Direct3DDevice9Ex::GetClipPlane(unsigned long index, float *plane) in GetClipPlane() function in D3D9::Direct3DDevice9Ex
DDirect3DDevice9.cpp1358 long Direct3DDevice9::GetClipPlane(unsigned long index, float *plane) in GetClipPlane() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp1213 long Direct3DDevice8::GetClipPlane(unsigned long index, float *plane) in GetClipPlane() function in D3D8::Direct3DDevice8
/external/swiftshader/include/Direct3D/
Dd3d8.h301 STDMETHOD(GetClipPlane)(THIS_ DWORD Index,float* pPlane) PURE; in DECLARE_INTERFACE_() local