Home
last modified time | relevance | path

Searched refs:GetClipPlane (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DStateBlock8.cpp268 device->GetClipPlane(index, clipPlane[index]); in Capture()
733 device->GetClipPlane(index, (float*)&clipPlane[index]); in captureClippingPlanes()
DDirect3DDevice8.hpp91 long __stdcall GetClipPlane(unsigned long index, float *plane) override;
DDirect3DDevice8.cpp1213 long Direct3DDevice8::GetClipPlane(unsigned long index, float *plane) in GetClipPlane() function in D3D8::Direct3DDevice8
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp583 device->GetClipPlane(index, clipPlane[index]); in Capture()
1335 device->GetClipPlane(index, (float*)&clipPlane[index]); in captureClippingPlanes()
DDirect3DDevice9Ex.cpp306 long Direct3DDevice9Ex::GetClipPlane(unsigned long index, float *plane) in GetClipPlane() function in D3D9::Direct3DDevice9Ex
310 return Direct3DDevice9::GetClipPlane(index, plane); in GetClipPlane()
DDirect3DDevice9Ex.hpp113 long __stdcall GetClipPlane(unsigned long index, float *plane) override;
DDirect3DDevice9.hpp95 long __stdcall GetClipPlane(unsigned long index, float *plane) override;
DDirect3DDevice9.cpp1358 long Direct3DDevice9::GetClipPlane(unsigned long index, float *plane) in GetClipPlane() function in D3D9::Direct3DDevice9
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h309 void (GLAPIENTRY * GetClipPlane)(GLenum, GLdouble *);
/external/swiftshader/include/Direct3D/
Dd3d8.h301 STDMETHOD(GetClipPlane)(THIS_ DWORD Index,float* pPlane) PURE; in DECLARE_INTERFACE_() local
403 #define IDirect3DDevice8_GetClipPlane(p,a,b) (p)->lpVtbl->GetClipPlane(p,a,b)
501 #define IDirect3DDevice8_GetClipPlane(p,a,b) (p)->GetClipPlane(a,b)
/external/mesa3d/include/D3D9/
Dd3d9.h214 virtual HRESULT WINAPI GetClipPlane(DWORD Index, float *pPlane) = 0;
802 HRESULT (WINAPI *GetClipPlane)(IDirect3DDevice9 *This, DWORD Index, float *pPlane);
929 #define IDirect3DDevice9_GetClipPlane(p,a,b) (p)->lpVtbl->GetClipPlane(p,a,b)
1053 HRESULT (WINAPI *GetClipPlane)(IDirect3DDevice9Ex *This, DWORD Index, float *pPlane);
1196 #define IDirect3DDevice9Ex_GetClipPlane(p,a,b) (p)->lpVtbl->GetClipPlane(p,a,b)
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp823 { "glGetClipPlane", _O(GetClipPlane) },
/external/mesa3d/include/GL/
Dgl_mangle.h720 #define glGetClipPlane MANGLE(GetClipPlane)