Searched refs:D3DLIGHT9 (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_dump.h | 26 nine_dump_D3DLIGHT9(unsigned, const D3DLIGHT9 *); 41 nine_dump_D3DLIGHT9(unsigned ch, const D3DLIGHT9 *light) in nine_dump_D3DLIGHT9()
|
D | stateblock9.c | 318 dst->ff.num_lights * sizeof(D3DLIGHT9), in nine_state_copy_common() 319 num_lights * sizeof(D3DLIGHT9)); in nine_state_copy_common() 320 …mset(&dst->ff.light[dst->ff.num_lights], 0, (num_lights - dst->ff.num_lights) * sizeof(D3DLIGHT9)); in nine_state_copy_common() 336 src->ff.num_lights * sizeof(D3DLIGHT9), in nine_state_copy_common() 337 num_lights * sizeof(D3DLIGHT9)); in nine_state_copy_common() 338 …mset(&src->ff.light[src->ff.num_lights], 0, (num_lights - src->ff.num_lights) * sizeof(D3DLIGHT9)); in nine_state_copy_common() 478 dst->ff.num_lights * sizeof(D3DLIGHT9), in nine_state_copy_common_all() 479 src->ff.num_lights * sizeof(D3DLIGHT9)); in nine_state_copy_common_all()
|
D | nine_state.h | 152 D3DLIGHT9 *light; 452 const D3DLIGHT9 *pLight); 619 nine_state_set_light(struct nine_ff_state *, DWORD, const D3DLIGHT9 *);
|
D | device9.h | 487 const D3DLIGHT9 *pLight ); 492 D3DLIGHT9 *pLight );
|
D | nine_state.c | 1802 ARG_COPY_REF(D3DLIGHT9, pLight)) in CSMT_ITEM_NO_WAIT() argument 2092 context->ff.num_lights * sizeof(D3DLIGHT9), 2093 num_lights * sizeof(D3DLIGHT9)); 2094 …t->ff.light[context->ff.num_lights], 0, (num_lights - context->ff.num_lights) * sizeof(D3DLIGHT9)); 3673 const D3DLIGHT9 *pLight) in nine_state_set_light() 3679 ff_state->light = REALLOC(ff_state->light, n * sizeof(D3DLIGHT9), in nine_state_set_light() 3680 N * sizeof(D3DLIGHT9)); in nine_state_set_light() 3686 memset(&ff_state->light[n], 0, sizeof(D3DLIGHT9)); in nine_state_set_light()
|
D | nine_dump.c | 287 nine_dump_D3DLIGHT9(unsigned ch, const D3DLIGHT9 *lit) in nine_dump_D3DLIGHT9()
|
D | device9.c | 2075 const D3DLIGHT9 *pLight ) in NineDevice9_SetLight() 2111 D3DLIGHT9 *pLight ) in NineDevice9_GetLight() 2137 D3DLIGHT9 light; in NineDevice9_LightEnable() 2309 sizeof(D3DLIGHT9)); in NineDevice9_CreateStateBlock()
|
D | nine_lock.c | 1131 const D3DLIGHT9 *pLight ) in LockDevice9_SetLight() 1143 D3DLIGHT9 *pLight ) in LockDevice9_GetLight()
|
D | nine_ff.c | 1926 const D3DLIGHT9 *light = &context->ff.light[context->ff.active_light[l]]; in nine_ff_load_lights()
|
/external/swiftshader/src/D3D9/ |
D | Direct3DStateBlock9.hpp | 58 void setLight(unsigned long index, const D3DLIGHT9 *light); 164 D3DLIGHT9 light[8];
|
D | Direct3DDevice9.hpp | 107 long __stdcall GetLight(unsigned long index, D3DLIGHT9 *p) override; 151 long __stdcall SetLight(unsigned long index, const D3DLIGHT9 *light) override; 224 struct Light : D3DLIGHT9 226 Light &operator=(const D3DLIGHT9 &light) in operator =()
|
D | Direct3DDevice9Ex.hpp | 108 long __stdcall SetLight(unsigned long index, const D3DLIGHT9 *light) override; 109 long __stdcall GetLight(unsigned long index, D3DLIGHT9 *light) override;
|
D | Direct3DDevice9Ex.cpp | 390 long Direct3DDevice9Ex::GetLight(unsigned long index, D3DLIGHT9 *light) in GetLight() 698 long Direct3DDevice9Ex::SetLight(unsigned long index, const D3DLIGHT9 *light) in SetLight()
|
D | Direct3DStateBlock9.cpp | 657 void Direct3DStateBlock9::setLight(unsigned long index, const D3DLIGHT9 *light) in setLight()
|
D | Direct3DDevice9.cpp | 1565 long Direct3DDevice9::GetLight(unsigned long index, D3DLIGHT9 *light) in GetLight() 2169 D3DLIGHT9 light; in LightEnable() 2805 long Direct3DDevice9::SetLight(unsigned long index, const D3DLIGHT9 *light) in SetLight()
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 209 virtual HRESULT WINAPI SetLight(DWORD Index, const D3DLIGHT9 *pLight) = 0; 210 virtual HRESULT WINAPI GetLight(DWORD Index, D3DLIGHT9 *pLight) = 0; 797 HRESULT (WINAPI *SetLight)(IDirect3DDevice9 *This, DWORD Index, const D3DLIGHT9 *pLight); 798 HRESULT (WINAPI *GetLight)(IDirect3DDevice9 *This, DWORD Index, D3DLIGHT9 *pLight); 1048 HRESULT (WINAPI *SetLight)(IDirect3DDevice9Ex *This, DWORD Index, const D3DLIGHT9 *pLight); 1049 HRESULT (WINAPI *GetLight)(IDirect3DDevice9Ex *This, DWORD Index, D3DLIGHT9 *pLight);
|
D | d3d9types.h | 1632 } D3DLIGHT9, *PD3DLIGHT9, *LPD3DLIGHT9; typedef
|