Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp51 static void SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResImageTexture texture);
52 static void SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResCubeTexture texture);
53 static void SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResShadowTexture texture);
693 SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResImageTexture texture) in SetupTextureMapperCommand() argument
695 u32* command = mapper.GetCommandCache(); in SetupTextureMapperCommand()
696 mapper.SetCommandSizeToSend(8 * sizeof(u32)); in SetupTextureMapperCommand()
727 ResTextureSampler sampler = mapper.GetSampler(); in SetupTextureMapperCommand()
785 SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResCubeTexture texture) in SetupTextureMapperCommand() argument
787 u32* command = mapper.GetCommandCache(); in SetupTextureMapperCommand()
788 mapper.SetCommandSizeToSend(14 * sizeof(u32)); in SetupTextureMapperCommand()
[all …]
/NW4C-2.0.3/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp206 ResPixelBasedTextureMapper mapper(object); in SetValue() local
209 NW_NULL_ASSERT(ResDynamicCast<ResStandardTextureSampler>(mapper.GetSampler()).ptr()); in SetValue()
212 ResStandardTextureSampler sampler(mapper.ref().toSampler.to_ptr()); in SetValue()
229 ResPixelBasedTextureMapper mapper(object); in SetValue() local
237 mapper.SetTexture(texture.GetTargetTexture()); in SetValue()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Model.cpp609 ResPixelBasedTextureMapper mapper(object); in GetMaterialAnimTargetPtr() local
610 object = mapper.ref().toSampler.to_ptr(); in GetMaterialAnimTargetPtr()