Searched refs:SetClipPlane (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9Ex.cpp | 628 long Direct3DDevice9Ex::SetClipPlane(unsigned long index, const float *plane) in SetClipPlane() function in D3D9::Direct3DDevice9Ex 632 return Direct3DDevice9::SetClipPlane(index, plane); in SetClipPlane()
|
D | Direct3DDevice9Ex.hpp | 112 long __stdcall SetClipPlane(unsigned long index, const float *plane) override;
|
D | Direct3DDevice9.hpp | 141 long __stdcall SetClipPlane(unsigned long index, const float *plane) override;
|
D | Direct3DStateBlock9.cpp | 306 device->SetClipPlane(index, clipPlane[index]); in Apply()
|
D | Direct3DDevice9.cpp | 2549 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/ |
D | Direct3DDevice8.hpp | 128 long __stdcall SetClipPlane(unsigned long index, const float *plane) override;
|
D | Direct3DStateBlock8.cpp | 175 device->SetClipPlane(index, clipPlane[index]); in Apply()
|
D | Direct3DDevice8.cpp | 2060 long Direct3DDevice8::SetClipPlane(unsigned long index, const float *plane) in SetClipPlane() function in D3D8::Direct3DDevice8
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 300 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/ |
D | d3d9.h | 213 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)
|