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

/external/swiftshader/src/D3D9/
H A DDirect3DDevice9.hpp95 long __stdcall GetClipPlane(unsigned long index, float *plane);
H A DDirect3DDevice9Ex.hpp113 long __stdcall GetClipPlane(unsigned long index, float *plane);
H A DDirect3DDevice9Ex.cpp306 long Direct3DDevice9Ex::GetClipPlane(unsigned long index, float *plane) function in class:D3D9::Direct3DDevice9Ex
310 return Direct3DDevice9::GetClipPlane(index, plane);
H A DDirect3DStateBlock9.cpp583 device->GetClipPlane(index, clipPlane[index]);
1335 device->GetClipPlane(index, (float*)&clipPlane[index]);
H A DDirect3DDevice9.cpp1358 long Direct3DDevice9::GetClipPlane(unsigned long index, float *plane) function in class:D3D9::Direct3DDevice9
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h309 void (GLAPIENTRY * GetClipPlane)(GLenum, GLdouble *); member in struct:__GLdispatchTableRec
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp825 { "glGetClipPlane", _O(GetClipPlane) },
/external/mesa3d/include/GL/
H A Dgl_mangle.h610 #define glGetClipPlane MANGLE(GetClipPlane)

Completed in 207 milliseconds