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

  /external/swiftshader/src/D3D8/
Direct3DStateBlock8.hpp 54 void setMaterial(const D3DMATERIAL8 *material);
Direct3DStateBlock8.cpp 328 void Direct3DStateBlock8::setMaterial(const D3DMATERIAL8 *material)
Direct3DDevice8.cpp 116 SetMaterial(&material);
    [all...]
  /external/swiftshader/src/D3D9/
Direct3DStateBlock9.hpp 59 void setMaterial(const D3DMATERIAL9 *material);
Direct3DStateBlock9.cpp 220 device->SetMaterial(&material);
667 void Direct3DStateBlock9::setMaterial(const D3DMATERIAL9 *material)
    [all...]
Direct3DDevice9.cpp 128 SetMaterial(&material);
    [all...]

Completed in 92 milliseconds