HomeSort by relevance Sort by last modified time
    Searched refs:GetClipPlane (Results 1 - 18 of 18) sorted by null

  /external/swiftshader/src/D3D8/
Direct3DStateBlock8.cpp 268 device->GetClipPlane(index, clipPlane[index]);
733 device->GetClipPlane(index, (float*)&clipPlane[index]);
Direct3DDevice8.hpp 91 long __stdcall GetClipPlane(unsigned long index, float *plane) override;
Direct3DDevice8.cpp 1213 long Direct3DDevice8::GetClipPlane(unsigned long index, float *plane)
    [all...]
  /external/swiftshader/src/D3D9/
Direct3DDevice9Ex.hpp 113 long __stdcall GetClipPlane(unsigned long index, float *plane) override;
Direct3DDevice9Ex.cpp 306 long Direct3DDevice9Ex::GetClipPlane(unsigned long index, float *plane)
310 return Direct3DDevice9::GetClipPlane(index, plane);
    [all...]
Direct3DStateBlock9.cpp 583 device->GetClipPlane(index, clipPlane[index]);
    [all...]
Direct3DDevice9.hpp 95 long __stdcall GetClipPlane(unsigned long index, float *plane) override;
Direct3DDevice9.cpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 309 void (GLAPIENTRY * GetClipPlane)(GLenum, GLdouble *);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9.h     [all...]
d3d8.h     [all...]
d3d.h     [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 825 { "glGetClipPlane", _O(GetClipPlane) },
    [all...]
  /external/swiftshader/include/Direct3D/
d3d8.h 301 STDMETHOD(GetClipPlane)(THIS_ DWORD Index,float* pPlane) PURE;
403 #define IDirect3DDevice8_GetClipPlane(p,a,b) (p)->lpVtbl->GetClipPlane(p,a,b)
501 #define IDirect3DDevice8_GetClipPlane(p,a,b) (p)->GetClipPlane(a,b)
    [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 214 virtual HRESULT WINAPI GetClipPlane(DWORD Index, float *pPlane) = 0;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h 563 #define glGetClipPlane MANGLE(GetClipPlane)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]

Completed in 1093 milliseconds