HomeSort by relevance Sort by last modified time
    Searched defs:SetClipPlane (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp     [all...]
Direct3DDevice9Ex.cpp 628 long Direct3DDevice9Ex::SetClipPlane(unsigned long index, const float *plane)
632 return Direct3DDevice9::SetClipPlane(index, plane);
    [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp     [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 213 virtual HRESULT WINAPI SetClipPlane(DWORD Index, const float *pPlane) = 0;
    [all...]

Completed in 581 milliseconds