Home
last modified time | relevance | path

Searched refs:SetSampler (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResTextureMapper.h538 NW_DEPRECATED_FUNCTION(void SetSampler(ResTextureSampler resTextureSampler));
Dgfx_ResFragmentShader.h447 void SetSampler(ResLookupTable lookupTable) in SetSampler() function
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp511 ResPixelBasedTextureMapper::SetSampler(ResTextureSampler resTextureSampler) in SetSampler() function in nw::gfx::res::ResPixelBasedTextureMapper
/NW4C-1.2.23/demos/gfx/DynamicMaterialDemo/sources/
DDynamicMaterialDemo.cpp557 resLightingLut.SetSampler(s_ChangedLut); in ChangeMaterial()