Searched refs:SetClipPlane (Results 1 - 10 of 10) sorted by relevance

/external/swiftshader/src/D3D8/
H A DDirect3DDevice8.hpp128 long __stdcall SetClipPlane(unsigned long index, const float *plane) override;
H A DDirect3DStateBlock8.cpp175 device->SetClipPlane(index, clipPlane[index]);
H A DDirect3DDevice8.cpp2060 long Direct3DDevice8::SetClipPlane(unsigned long index, const float *plane) function in class:D3D8::Direct3DDevice8
/external/swiftshader/src/D3D9/
H A DDirect3DDevice9Ex.hpp112 long __stdcall SetClipPlane(unsigned long index, const float *plane) override;
H A DDirect3DDevice9Ex.cpp628 long Direct3DDevice9Ex::SetClipPlane(unsigned long index, const float *plane) function in class:D3D9::Direct3DDevice9Ex
632 return Direct3DDevice9::SetClipPlane(index, plane);
H A DDirect3DDevice9.hpp141 long __stdcall SetClipPlane(unsigned long index, const float *plane) override;
H A DDirect3DStateBlock9.cpp306 device->SetClipPlane(index, clipPlane[index]);
H A DDirect3DDevice9.cpp2549 SetClipPlane(i, plane);
2561 long Direct3DDevice9::SetClipPlane(unsigned long index, const float *plane) function in class:D3D9::Direct3DDevice9
/external/swiftshader/include/Direct3D/
H A Dd3d8.h300 STDMETHOD(SetClipPlane)(THIS_ DWORD Index,CONST float* pPlane) PURE;
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/
H A Dd3d9.h213 virtual HRESULT WINAPI SetClipPlane(DWORD Index, const float *pPlane) = 0;
801 HRESULT (WINAPI *SetClipPlane)(IDirect3DDevice9 *This, DWORD Index, const float *pPlane); member in struct:IDirect3DDevice9Vtbl
928 #define IDirect3DDevice9_SetClipPlane(p,a,b) (p)->lpVtbl->SetClipPlane(p,a,b)
1052 HRESULT (WINAPI *SetClipPlane)(IDirect3DDevice9Ex *This, DWORD Index, const float *pPlane); member in struct:IDirect3DDevice9ExVtbl
1195 #define IDirect3DDevice9Ex_SetClipPlane(p,a,b) (p)->lpVtbl->SetClipPlane(p,a,b)

Completed in 182 milliseconds