Searched refs:toName (Results 1 – 19 of 19) sorted by relevance
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_AmbientLight.cpp | 120 resAmbientLight->toName.set_ptr(AllocateAndCopyString(name, allocator, MAX_NAME_LENGTH)); in CreateResAmbientLight() 148 if ( resAmbientLight->toName.to_ptr() != NULL ) in DestroyResAmbientLight() 150 allocator->Free( const_cast<char*>( resAmbientLight->toName.to_ptr() ) ); in DestroyResAmbientLight()
|
| D | gfx_HemiSphereLight.cpp | 121 resHemiSphereLight->toName.set_ptr(AllocateAndCopyString(name, allocator, MAX_NAME_LENGTH)); in CreateResHemiSphereLight() 149 if ( resHemiSphereLight->toName.to_ptr() != NULL ) in DestroyResHemiSphereLight() 151 allocator->Free( const_cast<char*>( resHemiSphereLight->toName.to_ptr() ) ); in DestroyResHemiSphereLight()
|
| D | gfx_VertexLight.cpp | 139 resVertexLight->toName.set_ptr(AllocateAndCopyString(name, allocator, MAX_NAME_LENGTH)); in CreateResVertexLight() 167 if ( resVertexLight->toName.to_ptr() != NULL ) in DestroyResVertexLight() 169 allocator->Free( const_cast<char*>( resVertexLight->toName.to_ptr() ) ); in DestroyResVertexLight()
|
| D | gfx_FragmentLight.cpp | 138 resFragmentLight->toName.set_ptr(AllocateAndCopyString(name, allocator, MAX_NAME_LENGTH)); in CreateResFragmentLight() 198 if ( resFragmentLight->toName.to_ptr() != NULL ) in DestroyResFragmentLight() 200 allocator->Free( const_cast<char*>( resFragmentLight->toName.to_ptr() ) ); in DestroyResFragmentLight()
|
| D | gfx_Fog.cpp | 121 resFog->toName.set_ptr(AllocateAndCopyString(name, allocator, MAX_NAME_LENGTH)); in CreateResFog() 167 if ( resFog->toName.to_ptr() != NULL ) in DestroyResFog() 169 allocator->Free( const_cast<char*>( resFog->toName.to_ptr() ) ); in DestroyResFog()
|
| D | gfx_Material.cpp | 330 buffer->toName.set_ptr(NULL); in CopyResMaterial()
|
| D | gfx_Camera.cpp | 245 resCamera->toName.set_ptr(AllocateAndCopyString(name, allocator, MAX_NAME_LENGTH)); in Create()
|
| /NW4C-1.2.23/sources/libraries/ut/ |
| D | ut_ResDictionary.cpp | 33 if ( x->toName.offset != 0 && std::strcmp(key, x->toName.to_ptr()) == 0 ) in GetIndex()
|
| /NW4C-1.2.23/include/nw/gfx/res/ |
| D | gfx_ResModel.h | 38 nw::ut::BinString toName; member
|
| D | gfx_ResSceneObject.h | 37 nw::ut::BinString toName; member
|
| D | gfx_ResSkeleton.h | 46 nw::ut::BinString toName; member
|
| D | gfx_ResLookupTable.h | 47 nw::ut::BinString toName; member
|
| D | gfx_ResShader.h | 56 nw::ut::BinString toName; member 67 nw::ut::BinString toName; member
|
| /NW4C-1.2.23/include/nw/ut/ |
| D | ut_ResDictionary.h | 94 BinString toName; member
|
| /NW4C-1.2.23/sources/libraries/gfx/res/ |
| D | gfx_ResTexture.cpp | 591 textureData->toName.set_ptr(NULL); in Create() 726 textureData->toName.set_ptr(NULL); in Create()
|
| D | gfx_ResTextureMapper.cpp | 565 texture->toName.set_ptr(NULL); in ReferResTexture()
|
| /NW4C-1.2.23/include/nw/anim/res/ |
| D | anim_ResAnimGroup.h | 172 ut::BinString toName; member
|
| D | anim_ResAnim.h | 65 ut::BinString toName; member
|
| /NW4C-1.2.23/sources/libraries/anim/res/ |
| D | anim_ResAnim.cpp | 534 data->toName.set_ptr(""); in CreateEmptyResAnim()
|