Home
last modified time | relevance | path

Searched refs:mapper (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp49 static void SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResImageTexture texture);
50 static void SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResCubeTexture texture);
51 static void SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResShadowTexture texture);
696 SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResImageTexture texture) in SetupTextureMapperCommand() argument
698 u32* command = mapper.GetCommandCache(); in SetupTextureMapperCommand()
699 mapper.SetCommandSizeToSend(8 * sizeof(u32)); in SetupTextureMapperCommand()
782 SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResCubeTexture texture) in SetupTextureMapperCommand() argument
784 u32* command = mapper.GetCommandCache(); in SetupTextureMapperCommand()
785 mapper.SetCommandSizeToSend(14 * sizeof(u32)); in SetupTextureMapperCommand()
843 SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResShadowTexture texture) in SetupTextureMapperCommand() argument
[all …]
/NW4C-1.2.23/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp196 ResPixelBasedTextureMapper mapper(object); in SetValue() local
199 NW_NULL_ASSERT(ResDynamicCast<ResStandardTextureSampler>(mapper.GetSampler()).ptr()); in SetValue()
202 ResStandardTextureSampler sampler(mapper.ref().toSampler.to_ptr()); in SetValue()
219 ResPixelBasedTextureMapper mapper(object); in SetValue() local
227 mapper.SetTexture(texture.GetTargetTexture()); in SetValue()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_Model.cpp598 ResPixelBasedTextureMapper mapper(object); in GetMaterialAnimTargetPtr() local
599 object = mapper.ref().toSampler.to_ptr(); in GetMaterialAnimTargetPtr()