Home
last modified time | relevance | path

Searched refs:s_LightSpotEnabled (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_GraphicsDevice.cpp51 u32 GraphicsDevice::s_LightSpotEnabled = 0xFF; member in nw::gfx::GraphicsDevice
201 NW_LOG(" 0x%x\n", s_LightSpotEnabled); in Report()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_GraphicsDevice.h378 s_LightSpotEnabled = 0xFF; in ResetFragmentLightEnabled()
441 s_LightSpotEnabled &= ~(0x1 << index); in SetFragmentLightSpotEnabled()
445 s_LightSpotEnabled |= 0x1 << index; in SetFragmentLightSpotEnabled()
591 s_LightShadowed | (s_LightSpotEnabled << 8) | (s_LightDistanceAttnEnabled << 24), in ActivateFragmentLightEnabled()
746 static u32 s_LightSpotEnabled; variable