Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_GraphicsDevice.h218 enum LutTarget enum
253 static void SetLutIsAbs(LutTarget target, bool isAbs) in SetLutIsAbs()
278 static void SetLutInput( LutTarget target, ResLightingLookupTable::Input input ) in SetLutInput()
298 static void SetLutScale( LutTarget target, ResLightingLookupTable::Scale scale ) in SetLutScale()
348 static void ActivateLookupTable(ResImageLookupTable lookupTable, LutTarget target);
474 …GraphicsDevice::LutTarget tableTarget = static_cast<GraphicsDevice::LutTarget>(GraphicsDevice::LUT… in ActivateFragmentLightDistanceAttnTable()
487 …GraphicsDevice::LutTarget tableTarget = static_cast<GraphicsDevice::LutTarget>(GraphicsDevice::LUT… in ActivateFragmentLightSpotTable()
706 static NW_INLINE void ActivateLutLoadSetting(LutTarget target);
899 GraphicsDevice::ActivateLutLoadSetting(LutTarget target) in ActivateLutLoadSetting()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_GraphicsDevice.cpp84 GraphicsDevice::ActivateLookupTable(ResImageLookupTable lookupTable, LutTarget target) in ActivateLookupTable()