Searched refs:ResTextureMapper (Results 1 – 5 of 5) sorted by relevance
| /NW4C-1.3.3/sources/libraries/gfx/res/ |
| D | gfx_ResTextureMapper.cpp | 27 typedef Result (*SetupFunc)(ResTextureMapper resTextureMapper, os::IAllocator* allocator, ResGraphi… 28 typedef void (*CleanupFunc)(ResTextureMapper resTextureMapper); 29 typedef ResTextureMapper (*CloneDynamicFunc)(ResTextureMapper resTextureMapper, os::IAllocator* all… 30 typedef void (*DestroyDynamicFunc)(ResTextureMapper resTextureMapper, os::IAllocator* allocator); 32 static Result ResPixelBasedTextureMapper_Setup(ResTextureMapper resTextureMapper, os::IAllocator* a… 33 static Result ResProceduralTextureMapper_Setup(ResTextureMapper resTextureMapper, os::IAllocator* a… 34 static void ResPixelBasedTextureMapper_Cleanup(ResTextureMapper resTextureMapper); 35 static void ResProceduralTextureMapper_Cleanup(ResTextureMapper resTextureMapper); 36 static ResTextureMapper ResPixelBasedTextureMapper_CloneDynamic(ResTextureMapper resTextureMapper, … 37 static ResTextureMapper ResProceduralTextureMapper_CloneDynamic(ResTextureMapper resTextureMapper, … [all …]
|
| /NW4C-1.3.3/include/nw/gfx/res/ |
| D | gfx_ResTextureMapper.h | 500 class ResTextureMapper : public nw::ut::ResCommon< ResTextureMapperData > 503 enum { TYPE_INFO = NW_GFX_RES_TYPE_INFO(ResTextureMapper) }; 506 NW_RES_CTOR( ResTextureMapper ) 541 ResTextureMapper CloneDynamic(os::IAllocator* allocator); 573 typedef nw::ut::ResArrayClass<ResTextureMapper>::type ResTextureMapperArray; 578 class ResPixelBasedTextureMapper : public ResTextureMapper 584 NW_RES_CTOR_INHERIT( ResPixelBasedTextureMapper, ResTextureMapper ) in NW_RES_CTOR_INHERIT() argument 639 class ResProceduralTextureMapper : public ResTextureMapper 645 NW_RES_CTOR_INHERIT( ResProceduralTextureMapper, ResTextureMapper )
|
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_MaterialState.h | 694 const ResTextureMapper textureMapper = texMapperMaterial.GetTextureMappers(textureUnit); in ActivateTextureMappers() 735 const ResTextureMapper textureMapper = texMapperMaterial.GetTextureMappers(0); in ActivateParticleTextureMappers()
|
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_Material.cpp | 420 ResTextureMapper textureMapper = resTextureMapper.CloneDynamic(allocator); in CopyResMaterial() 438 ResTextureMapper textureMapper = resTextureMapper.CloneDynamic(allocator); in CopyResMaterial()
|
| /NW4C-1.3.3/demos/gfx/DynamicMaterialDemo/sources/ |
| D | DynamicMaterialDemo.cpp | 533 nw::gfx::res::ResTextureMapper resTextureMapper = resTorusMaterial.GetTextureMappers(0); in ChangeMaterial()
|