Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp306 long Direct3DDevice9Ex::GetClipPlane(unsigned long index, float *plane) in GetClipPlane() function in D3D9::Direct3DDevice9Ex
310 return Direct3DDevice9::GetClipPlane(index, plane); in GetClipPlane()
DDirect3DStateBlock9.cpp583 device->GetClipPlane(index, clipPlane[index]); in Capture()
1335 device->GetClipPlane(index, (float*)&clipPlane[index]); in captureClippingPlanes()
DDirect3DDevice9Ex.hpp113 long __stdcall GetClipPlane(unsigned long index, float *plane);
DDirect3DDevice9.hpp95 long __stdcall GetClipPlane(unsigned long index, float *plane);
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/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp825 { "glGetClipPlane", _O(GetClipPlane) },
/external/mesa3d/include/GL/
Dgl_mangle.h610 #define glGetClipPlane MANGLE(GetClipPlane)