Home
last modified time | relevance | path

Searched refs:SetClipPlane (Results 1 – 10 of 10) 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) override;
DDirect3DDevice9.hpp141 long __stdcall SetClipPlane(unsigned long index, const float *plane) override;
DDirect3DStateBlock9.cpp306 device->SetClipPlane(index, clipPlane[index]); in Apply()
DDirect3DDevice9.cpp2549 SetClipPlane(i, plane); in Reset()
2561 long Direct3DDevice9::SetClipPlane(unsigned long index, const float *plane) in SetClipPlane() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp128 long __stdcall SetClipPlane(unsigned long index, const float *plane) override;
DDirect3DStateBlock8.cpp175 device->SetClipPlane(index, clipPlane[index]); in Apply()
DDirect3DDevice8.cpp2060 long Direct3DDevice8::SetClipPlane(unsigned long index, const float *plane) in SetClipPlane() function in D3D8::Direct3DDevice8
/external/swiftshader/include/Direct3D/
Dd3d8.h300 STDMETHOD(SetClipPlane)(THIS_ DWORD Index,CONST float* pPlane) PURE; in DECLARE_INTERFACE_() local
402 #define IDirect3DDevice8_SetClipPlane(p,a,b) (p)->lpVtbl->SetClipPlane(p,a,b)
500 #define IDirect3DDevice8_SetClipPlane(p,a,b) (p)->SetClipPlane(a,b)
/external/mesa3d/include/D3D9/
Dd3d9.h213 virtual HRESULT WINAPI SetClipPlane(DWORD Index, const float *pPlane) = 0;
801 HRESULT (WINAPI *SetClipPlane)(IDirect3DDevice9 *This, DWORD Index, const float *pPlane);
928 #define IDirect3DDevice9_SetClipPlane(p,a,b) (p)->lpVtbl->SetClipPlane(p,a,b)
1052 HRESULT (WINAPI *SetClipPlane)(IDirect3DDevice9Ex *This, DWORD Index, const float *pPlane);
1195 #define IDirect3DDevice9Ex_SetClipPlane(p,a,b) (p)->lpVtbl->SetClipPlane(p,a,b)