Home
last modified time | relevance | path

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

/NW4C-1.3.3/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()
701 static NW_INLINE void ActivateLutLoadSetting(LutTarget target);
891 GraphicsDevice::ActivateLutLoadSetting(LutTarget target) in ActivateLutLoadSetting()
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_GraphicsDevice.cpp80 GraphicsDevice::ActivateLookupTable(ResImageLookupTable lookupTable, LutTarget target) in ActivateLookupTable()