Home
last modified time | relevance | path

Searched refs:AllocateAndCopyString (Results 1 – 8 of 8) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_Common.h156 using nw::os::AllocateAndCopyString;
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_AmbientLight.cpp120 resAmbientLight->toName.set_ptr(AllocateAndCopyString(name, allocator, MAX_NAME_LENGTH)); in CreateResAmbientLight()
Dgfx_HemiSphereLight.cpp121 resHemiSphereLight->toName.set_ptr(AllocateAndCopyString(name, allocator, MAX_NAME_LENGTH)); in CreateResHemiSphereLight()
Dgfx_VertexLight.cpp139 resVertexLight->toName.set_ptr(AllocateAndCopyString(name, allocator, MAX_NAME_LENGTH)); in CreateResVertexLight()
Dgfx_FragmentLight.cpp138 resFragmentLight->toName.set_ptr(AllocateAndCopyString(name, allocator, MAX_NAME_LENGTH)); in CreateResFragmentLight()
Dgfx_Fog.cpp121 resFog->toName.set_ptr(AllocateAndCopyString(name, allocator, MAX_NAME_LENGTH)); in CreateResFog()
Dgfx_Camera.cpp245 resCamera->toName.set_ptr(AllocateAndCopyString(name, allocator, MAX_NAME_LENGTH)); in Create()
/NW4C-1.2.23/include/nw/os/
Dos_Memory.h254 AllocateAndCopyString(const TChar* str, os::IAllocator* allocator, size_t maxSize) in AllocateAndCopyString() function