Searched refs:GetClipPlane (Results 1 – 8 of 8) sorted by relevance
/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);
|
D | Direct3DDevice9.hpp | 95 long __stdcall GetClipPlane(unsigned long index, float *plane);
|
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/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 825 { "glGetClipPlane", _O(GetClipPlane) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 610 #define glGetClipPlane MANGLE(GetClipPlane)
|