Searched refs:AllocateAndCopyString (Results 1 – 8 of 8) sorted by relevance
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_Common.h | 172 using nw::os::AllocateAndCopyString;
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_AmbientLight.cpp | 153 resAmbientLight->toName.set_ptr(AllocateAndCopyString(name, allocator, MAX_NAME_LENGTH)); in CreateResAmbientLight()
|
| D | gfx_HemiSphereLight.cpp | 154 resHemiSphereLight->toName.set_ptr(AllocateAndCopyString(name, allocator, MAX_NAME_LENGTH)); in CreateResHemiSphereLight()
|
| D | gfx_VertexLight.cpp | 172 resVertexLight->toName.set_ptr(AllocateAndCopyString(name, allocator, MAX_NAME_LENGTH)); in CreateResVertexLight()
|
| D | gfx_FragmentLight.cpp | 233 resFragmentLight->toName.set_ptr(AllocateAndCopyString(name, allocator, MAX_NAME_LENGTH)); in CreateResFragmentLight()
|
| D | gfx_Fog.cpp | 157 resFog->toName.set_ptr(AllocateAndCopyString(name, allocator, MAX_NAME_LENGTH)); in CreateResFog()
|
| D | gfx_Camera.cpp | 248 resCamera->toName.set_ptr(AllocateAndCopyString(name, allocator, MAX_NAME_LENGTH)); in Create()
|
| /NW4C-2.0.3/include/nw/os/ |
| D | os_Memory.h | 294 AllocateAndCopyString(const TChar* str, os::IAllocator* allocator, size_t maxSize) in AllocateAndCopyString() function
|