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

  /external/mesa3d/src/gallium/state_trackers/nine/
nine_dump.h 26 nine_dump_D3DLIGHT9(unsigned, const D3DLIGHT9 *);
41 nine_dump_D3DLIGHT9(unsigned ch, const D3DLIGHT9 *light)
stateblock9.c 318 dst->ff.num_lights * sizeof(D3DLIGHT9),
319 num_lights * sizeof(D3DLIGHT9));
320 memset(&dst->ff.light[dst->ff.num_lights], 0, (num_lights - dst->ff.num_lights) * sizeof(D3DLIGHT9));
336 src->ff.num_lights * sizeof(D3DLIGHT9),
337 num_lights * sizeof(D3DLIGHT9));
338 memset(&src->ff.light[src->ff.num_lights], 0, (num_lights - src->ff.num_lights) * sizeof(D3DLIGHT9));
478 dst->ff.num_lights * sizeof(D3DLIGHT9),
479 src->ff.num_lights * sizeof(D3DLIGHT9));
nine_state.h 152 D3DLIGHT9 *light;
450 const D3DLIGHT9 *pLight);
614 nine_state_set_light(struct nine_ff_state *, DWORD, const D3DLIGHT9 *);
device9.h 495 const D3DLIGHT9 *pLight );
500 D3DLIGHT9 *pLight );
nine_state.c     [all...]
nine_dump.c 287 nine_dump_D3DLIGHT9(unsigned ch, const D3DLIGHT9 *lit)
289 DBG_FLAG(ch, "D3DLIGHT9(%p):\n"
nine_lock.c     [all...]
device9.c     [all...]
nine_ff.c     [all...]
  /external/swiftshader/src/D3D9/
Direct3DStateBlock9.hpp 58 void setLight(unsigned long index, const D3DLIGHT9 *light);
164 D3DLIGHT9 light[8];
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)
Direct3DDevice9Ex.hpp 108 long __stdcall SetLight(unsigned long index, const D3DLIGHT9 *light) override;
109 long __stdcall GetLight(unsigned long index, D3DLIGHT9 *light) override;
Direct3DDevice9Ex.cpp 390 long Direct3DDevice9Ex::GetLight(unsigned long index, D3DLIGHT9 *light)
392 TRACE("unsigned long index = %d, D3DLIGHT9 *light = 0x%0.8p", index, light);
698 long Direct3DDevice9Ex::SetLight(unsigned long index, const D3DLIGHT9 *light)
700 TRACE("unsigned long index = %d, const D3DLIGHT9 *light = 0x%0.8p", index, light);
    [all...]
Direct3DStateBlock9.cpp 657 void Direct3DStateBlock9::setLight(unsigned long index, const D3DLIGHT9 *light)
    [all...]
Direct3DDevice9.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9types.h     [all...]
d3dx9effect.h 181 STDMETHOD(SetLight)(THIS_ DWORD index, const D3DLIGHT9 *light) PURE;
d3d9.h     [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 209 virtual HRESULT WINAPI SetLight(DWORD Index, const D3DLIGHT9 *pLight) = 0;
210 virtual HRESULT WINAPI GetLight(DWORD Index, D3DLIGHT9 *pLight) = 0;
    [all...]
d3d9types.h     [all...]

Completed in 544 milliseconds