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