Home
last modified time | relevance | path

Searched refs:D3DLIGHT9 (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_dump.h26 nine_dump_D3DLIGHT9(unsigned, const D3DLIGHT9 *);
41 nine_dump_D3DLIGHT9(unsigned ch, const D3DLIGHT9 *light) in nine_dump_D3DLIGHT9()
Dstateblock9.c318 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()
Dnine_state.h152 D3DLIGHT9 *light;
452 const D3DLIGHT9 *pLight);
619 nine_state_set_light(struct nine_ff_state *, DWORD, const D3DLIGHT9 *);
Ddevice9.h487 const D3DLIGHT9 *pLight );
492 D3DLIGHT9 *pLight );
Dnine_state.c1802 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()
Dnine_dump.c287 nine_dump_D3DLIGHT9(unsigned ch, const D3DLIGHT9 *lit) in nine_dump_D3DLIGHT9()
Ddevice9.c2075 const D3DLIGHT9 *pLight ) in NineDevice9_SetLight()
2111 D3DLIGHT9 *pLight ) in NineDevice9_GetLight()
2137 D3DLIGHT9 light; in NineDevice9_LightEnable()
2309 sizeof(D3DLIGHT9)); in NineDevice9_CreateStateBlock()
Dnine_lock.c1131 const D3DLIGHT9 *pLight ) in LockDevice9_SetLight()
1143 D3DLIGHT9 *pLight ) in LockDevice9_GetLight()
Dnine_ff.c1926 const D3DLIGHT9 *light = &context->ff.light[context->ff.active_light[l]]; in nine_ff_load_lights()
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.hpp58 void setLight(unsigned long index, const D3DLIGHT9 *light);
164 D3DLIGHT9 light[8];
DDirect3DDevice9.hpp107 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 =()
DDirect3DDevice9Ex.hpp108 long __stdcall SetLight(unsigned long index, const D3DLIGHT9 *light) override;
109 long __stdcall GetLight(unsigned long index, D3DLIGHT9 *light) override;
DDirect3DDevice9Ex.cpp390 long Direct3DDevice9Ex::GetLight(unsigned long index, D3DLIGHT9 *light) in GetLight()
698 long Direct3DDevice9Ex::SetLight(unsigned long index, const D3DLIGHT9 *light) in SetLight()
DDirect3DStateBlock9.cpp657 void Direct3DStateBlock9::setLight(unsigned long index, const D3DLIGHT9 *light) in setLight()
DDirect3DDevice9.cpp1565 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/
Dd3d9.h209 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);
Dd3d9types.h1632 } D3DLIGHT9, *PD3DLIGHT9, *LPD3DLIGHT9; typedef