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

  /external/mesa3d/src/gallium/state_trackers/nine/
nine_dump.h 28 nine_dump_D3DMATERIAL9(unsigned, const D3DMATERIAL9 *);
44 nine_dump_D3DMATERIAL9(unsigned ch, const D3DMATERIAL9 *mat)
nine_state.h 157 D3DMATERIAL9 material;
445 const D3DMATERIAL9 *pMaterial);
device9.h 486 const D3DMATERIAL9 *pMaterial );
490 D3DMATERIAL9 *pMaterial );
nine_dump.c 313 nine_dump_D3DMATERIAL9(unsigned ch, const D3DMATERIAL9 *mat)
315 DBG_FLAG(ch, "D3DMATERIAL9(%p):\n"
nine_lock.c     [all...]
device9.c     [all...]
nine_ff.c     [all...]
nine_state.c     [all...]
  /external/swiftshader/src/D3D9/
Direct3DStateBlock9.hpp 59 void setMaterial(const D3DMATERIAL9 *material);
161 D3DMATERIAL9 material;
Direct3DDevice9.hpp 109 long __stdcall GetMaterial(D3DMATERIAL9 *material) override;
152 long __stdcall SetMaterial(const D3DMATERIAL9 *material) override;
218 D3DMATERIAL9 material;
Direct3DDevice9Ex.hpp 106 long __stdcall SetMaterial(const D3DMATERIAL9 *material) override;
107 long __stdcall GetMaterial(D3DMATERIAL9 *material) override;
Direct3DDevice9Ex.cpp 404 long Direct3DDevice9Ex::GetMaterial(D3DMATERIAL9 *material)
406 TRACE("D3DMATERIAL9 *material = 0x%0.8p", material);
705 long Direct3DDevice9Ex::SetMaterial(const D3DMATERIAL9 *material)
707 TRACE("const D3DMATERIAL9 *material = 0x%0.8p", material);
    [all...]
Direct3DStateBlock9.cpp 667 void Direct3DStateBlock9::setMaterial(const D3DMATERIAL9 *material)
    [all...]
Direct3DDevice9.cpp 108 D3DMATERIAL9 material;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9types.h     [all...]
d3dx9effect.h 180 STDMETHOD(SetMaterial)(THIS_ const D3DMATERIAL9 *material) PURE;
d3d9.h     [all...]
d3dx9mesh.h 197 D3DMATERIAL9 MatD3D;
    [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 207 virtual HRESULT WINAPI SetMaterial(const D3DMATERIAL9 *pMaterial) = 0;
208 virtual HRESULT WINAPI GetMaterial(D3DMATERIAL9 *pMaterial) = 0;
    [all...]
d3d9types.h     [all...]

Completed in 88 milliseconds