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

  /external/swiftshader/src/D3D8/
Direct3DStateBlock8.hpp 54 void setMaterial(const D3DMATERIAL8 *material);
139 D3DMATERIAL8 material;
Direct3DDevice8.hpp 105 long __stdcall GetMaterial(D3DMATERIAL8 *material) override;
136 long __stdcall SetMaterial(const D3DMATERIAL8 *material) override;
186 D3DMATERIAL8 material;
Direct3DStateBlock8.cpp 328 void Direct3DStateBlock8::setMaterial(const D3DMATERIAL8 *material)
Direct3DDevice8.cpp 96 D3DMATERIAL8 material;
1446 long Direct3DDevice8::GetMaterial(D3DMATERIAL8 *material)
    [all...]
  /external/swiftshader/include/Direct3D/
d3d8types.h 158 } D3DMATERIAL8;
    [all...]
d3d8.h 294 STDMETHOD(SetMaterial)(THIS_ CONST D3DMATERIAL8* pMaterial) PURE;
295 STDMETHOD(GetMaterial)(THIS_ D3DMATERIAL8* pMaterial) PURE;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8types.h     [all...]
d3d8.h     [all...]

Completed in 797 milliseconds