Home
last modified time | relevance | path

Searched refs:ResPixelBasedTextureMapper (Results 1 – 10 of 10) 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);
83 ResPixelBasedTextureMapper textureMapper = in GetOwnerCommand()
84 ResStaticCast<ResPixelBasedTextureMapper>(ResTextureMapper(this->GetOwnerData())); in GetOwnerCommand()
93 ResPixelBasedTextureMapper textureMapper = in SetTextureMipmapCommand()
94 ResStaticCast<ResPixelBasedTextureMapper>(ResTextureMapper(this->GetOwnerData())); in SetTextureMipmapCommand()
131 ResPixelBasedTextureMapper resPixelBasedTextureMapper = in ResPixelBasedTextureMapper_Setup()
132 ResStaticCast<ResPixelBasedTextureMapper>(resTextureMapper); in ResPixelBasedTextureMapper_Setup()
183 ResPixelBasedTextureMapper resPixelBasedTextureMapper = in ResPixelBasedTextureMapper_Cleanup()
[all …]
Dgfx_ResMaterial.cpp103 ResPixelBasedTextureMapper textureMapper = this->GetTextureMappers( i ); in Cleanup()
130 ResPixelBasedTextureMapper resTextureMapper = resMaterial.GetTextureMappers( i ); in SetupTextures()
543 ResPixelBasedTextureMapper texMap = GetTextureMappers(idx); in ForceSetupTexture()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResTextureMapper.h580 class ResPixelBasedTextureMapper : public ResTextureMapper
583 enum { TYPE_INFO = NW_GFX_RES_TYPE_INFO(ResPixelBasedTextureMapper) };
586 NW_RES_CTOR_INHERIT( ResPixelBasedTextureMapper, ResTextureMapper ) in NW_RES_CTOR_INHERIT() argument
638 typedef nw::ut::ResArrayClass<ResPixelBasedTextureMapper>::type ResPixelBasedTextureMapperAr…
639 typedef nw::ut::ResArrayClass<const ResPixelBasedTextureMapper>::type ResPixelBasedTextureMapperAr…
Dgfx_ResMaterial.h1456 …NW_RES_FIELD_CLASS_FIXED_LIST_DECL( ResPixelBasedTextureMapper, TextureMappers ) // GetTextureM… in NW_RES_CTOR_INHERIT()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_MaterialState.h705 …const ResPixelBasedTextureMapper pixTexMapper = ResStaticCast<const ResPixelBasedTextureMapper>(te… in ActivateTextureMappers()
741 …const ResPixelBasedTextureMapper pixTexMapper = ResStaticCast<const ResPixelBasedTextureMapper>(te… in ActivateParticleTextureMappers()
/NW4C-2.0.3/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp206 ResPixelBasedTextureMapper mapper(object); in SetValue()
229 ResPixelBasedTextureMapper mapper(object); in SetValue()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Material.cpp167 ResPixelBasedTextureMapper resTextureMapper = resMaterial.GetTextureMappers(i); in GetMemorySizeInternal()
419 ResPixelBasedTextureMapper resTextureMapper = resMaterial.GetTextureMappers(i); in CopyResMaterial()
Dgfx_Model.cpp609 ResPixelBasedTextureMapper mapper(object); in GetMaterialAnimTargetPtr()
/NW4C-2.0.3/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp640 nw::gfx::ResPixelBasedTextureMapper resTextureMapper = resMaterial.GetTextureMappers(0); in SetupShadowMaterial()
/NW4C-2.0.3/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp661 nw::gfx::ResPixelBasedTextureMapper resTextureMapper = resMaterial.GetTextureMappers(0); in SetupShadowMaterial()