Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_GraphicsDevice.h264 s_LutIsAbs &= ~(0x1 << (1 + 4 * target)); in SetLutIsAbs()
268 s_LutIsAbs |= 0x1 << (1 + 4 * target) ; in SetLutIsAbs()
323 s_LutIsAbs, in ActivateLutParameters()
337 s_LutIsAbs = 0; in ResetLutParameters()
738 static u32 s_LutIsAbs; variable
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_GraphicsDevice.cpp34 uint GraphicsDevice::s_LutIsAbs = 0; member in nw::gfx::GraphicsDevice