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

  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp 1106 SetIndices(indexBuffer);
1150 SetIndices(0);
    [all...]
Direct3DDevice9Ex.cpp 691 long Direct3DDevice9Ex::SetIndices(IDirect3DIndexBuffer9* iIndexBuffer)
695 return Direct3DDevice9::SetIndices(iIndexBuffer);
    [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp 998 SetIndices(indexBuffer, 0);
1041 SetIndices(0, 0);
    [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 262 virtual HRESULT WINAPI SetIndices(IDirect3DIndexBuffer9 *pIndexData) = 0;
    [all...]

Completed in 88 milliseconds