Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_GraphicsDevice.h376 s_LightSpotEnabled = 0xFF; in ResetFragmentLightEnabled()
439 s_LightSpotEnabled &= ~(0x1 << index); in SetFragmentLightSpotEnabled()
443 s_LightSpotEnabled |= 0x1 << index; in SetFragmentLightSpotEnabled()
589 s_LightShadowed | (s_LightSpotEnabled << 8) | (s_LightDistanceAttnEnabled << 24), in ActivateFragmentLightEnabled()
752 static u32 s_LightSpotEnabled; variable
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_GraphicsDevice.cpp49 u32 GraphicsDevice::s_LightSpotEnabled = 0xFF; member in nw::gfx::GraphicsDevice