Home
last modified time | relevance | path

Searched refs:D3DMATERIAL9 (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/frontends/nine/
Dnine_dump.h28 nine_dump_D3DMATERIAL9(unsigned, const D3DMATERIAL9 *);
44 nine_dump_D3DMATERIAL9(unsigned ch, const D3DMATERIAL9 *mat) in nine_dump_D3DMATERIAL9()
Dnine_state.h158 D3DMATERIAL9 material;
454 const D3DMATERIAL9 *pMaterial);
Ddevice9.h492 const D3DMATERIAL9 *pMaterial );
496 D3DMATERIAL9 *pMaterial );
Dnine_dump.c313 nine_dump_D3DMATERIAL9(unsigned ch, const D3DMATERIAL9 *mat) in nine_dump_D3DMATERIAL9()
Dnine_lock.c1108 const D3DMATERIAL9 *pMaterial ) in LockDevice9_SetMaterial()
1119 D3DMATERIAL9 *pMaterial ) in LockDevice9_GetMaterial()
Ddevice9.c2169 const D3DMATERIAL9 *pMaterial ) in NineDevice9_SetMaterial()
2190 D3DMATERIAL9 *pMaterial ) in NineDevice9_GetMaterial()
Dnine_ff.c1903 const D3DMATERIAL9 *mtl = &context->ff.material; in nine_ff_load_lights()
Dnine_state.c1867 ARG_COPY_REF(D3DMATERIAL9, pMaterial)) in CSMT_ITEM_NO_WAIT() argument
/external/mesa3d/include/D3D9/
Dd3d9.h207 virtual HRESULT WINAPI SetMaterial(const D3DMATERIAL9 *pMaterial) = 0;
208 virtual HRESULT WINAPI GetMaterial(D3DMATERIAL9 *pMaterial) = 0;
795 HRESULT (WINAPI *SetMaterial)(IDirect3DDevice9 *This, const D3DMATERIAL9 *pMaterial);
796 HRESULT (WINAPI *GetMaterial)(IDirect3DDevice9 *This, D3DMATERIAL9 *pMaterial);
1046 HRESULT (WINAPI *SetMaterial)(IDirect3DDevice9Ex *This, const D3DMATERIAL9 *pMaterial);
1047 HRESULT (WINAPI *GetMaterial)(IDirect3DDevice9Ex *This, D3DMATERIAL9 *pMaterial);
Dd3d9types.h1651 } D3DMATERIAL9, *PD3DMATERIAL9, *LPD3DMATERIAL9; typedef