/external/swiftshader/src/D3D8/ |
D | Direct3DStateBlock8.cpp | 268 device->GetClipPlane(index, clipPlane[index]); in Capture() 733 device->GetClipPlane(index, (float*)&clipPlane[index]); in captureClippingPlanes()
|
D | Direct3DDevice8.hpp | 91 long __stdcall GetClipPlane(unsigned long index, float *plane) override;
|
D | Direct3DDevice8.cpp | 1213 long Direct3DDevice8::GetClipPlane(unsigned long index, float *plane) in GetClipPlane() function in D3D8::Direct3DDevice8
|
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9Ex.cpp | 306 long Direct3DDevice9Ex::GetClipPlane(unsigned long index, float *plane) in GetClipPlane() function in D3D9::Direct3DDevice9Ex 310 return Direct3DDevice9::GetClipPlane(index, plane); in GetClipPlane()
|
D | Direct3DStateBlock9.cpp | 583 device->GetClipPlane(index, clipPlane[index]); in Capture() 1335 device->GetClipPlane(index, (float*)&clipPlane[index]); in captureClippingPlanes()
|
D | Direct3DDevice9Ex.hpp | 113 long __stdcall GetClipPlane(unsigned long index, float *plane) override;
|
D | Direct3DDevice9.hpp | 95 long __stdcall GetClipPlane(unsigned long index, float *plane) override;
|
D | Direct3DDevice9.cpp | 1358 long Direct3DDevice9::GetClipPlane(unsigned long index, float *plane) in GetClipPlane() function in D3D9::Direct3DDevice9
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 309 void (GLAPIENTRY * GetClipPlane)(GLenum, GLdouble *);
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 301 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/ |
D | d3d9.h | 214 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/ |
D | check_table.cpp | 825 { "glGetClipPlane", _O(GetClipPlane) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 720 #define glGetClipPlane MANGLE(GetClipPlane)
|