Searched refs:ResTextureMapper (Results 1 – 5 of 5) sorted by relevance
| /NW4C-2.0.3/sources/libraries/gfx/res/ |
| D | gfx_ResTextureMapper.cpp | 29 typedef Result (*SetupFunc)(ResTextureMapper resTextureMapper, os::IAllocator* allocator, ResGraphi… 30 typedef void (*CleanupFunc)(ResTextureMapper resTextureMapper); 31 typedef ResTextureMapper (*CloneDynamicFunc)(ResTextureMapper resTextureMapper, os::IAllocator* all… 32 typedef void (*DestroyDynamicFunc)(ResTextureMapper resTextureMapper, os::IAllocator* allocator); 34 static Result ResPixelBasedTextureMapper_Setup(ResTextureMapper resTextureMapper, os::IAllocator* a… 35 static Result ResProceduralTextureMapper_Setup(ResTextureMapper resTextureMapper, os::IAllocator* a… 36 static void ResPixelBasedTextureMapper_Cleanup(ResTextureMapper resTextureMapper); 37 static void ResProceduralTextureMapper_Cleanup(ResTextureMapper resTextureMapper); 38 static ResTextureMapper ResPixelBasedTextureMapper_CloneDynamic(ResTextureMapper resTextureMapper, … 39 static ResTextureMapper ResProceduralTextureMapper_CloneDynamic(ResTextureMapper resTextureMapper, … [all …]
|
| /NW4C-2.0.3/include/nw/gfx/res/ |
| D | gfx_ResTextureMapper.h | 502 class ResTextureMapper : public nw::ut::ResCommon< ResTextureMapperData > 505 enum { TYPE_INFO = NW_GFX_RES_TYPE_INFO(ResTextureMapper) }; 508 NW_RES_CTOR( ResTextureMapper ) 543 ResTextureMapper CloneDynamic(os::IAllocator* allocator); 575 typedef nw::ut::ResArrayClass<ResTextureMapper>::type ResTextureMapperArray; 580 class ResPixelBasedTextureMapper : public ResTextureMapper 586 NW_RES_CTOR_INHERIT( ResPixelBasedTextureMapper, ResTextureMapper ) in NW_RES_CTOR_INHERIT() argument 646 class ResProceduralTextureMapper : public ResTextureMapper 652 NW_RES_CTOR_INHERIT( ResProceduralTextureMapper, ResTextureMapper )
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_MaterialState.h | 696 const ResTextureMapper textureMapper = texMapperMaterial.GetTextureMappers(textureUnit); in ActivateTextureMappers() 737 const ResTextureMapper textureMapper = texMapperMaterial.GetTextureMappers(0); in ActivateParticleTextureMappers()
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_Material.cpp | 422 ResTextureMapper textureMapper = resTextureMapper.CloneDynamic(allocator); in CopyResMaterial() 440 ResTextureMapper textureMapper = resTextureMapper.CloneDynamic(allocator); in CopyResMaterial()
|
| /NW4C-2.0.3/demos/gfx/DynamicMaterialDemo/sources/ |
| D | DynamicMaterialDemo.cpp | 535 nw::gfx::res::ResTextureMapper resTextureMapper = resTorusMaterial.GetTextureMappers(0); in ChangeMaterial()
|