Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp173 os::SafeFree( m_pShapeShaderBinary, m_ShapeAllocator ); in DestroyShape()
178 os::SafeFree( m_ShapePositionStreamArray, m_ShapeAllocator ); in DestroyShape()
179 os::SafeFree( m_ShapeColorStreamArray, m_ShapeAllocator ); in DestroyShape()
180 os::SafeFree( m_ShapeIndexStreamArray, m_ShapeAllocator ); in DestroyShape()
372 os::SafeFree(shaderBuffer, allocator); in InitializeFont()
376 os::SafeFree(fontBuffer, allocator); in InitializeFont()
414 os::SafeFree(shaderBuffer, allocator); in InitializeFont()
425 os::SafeFree(m_FontCommandBuffer, m_FontAllocator); in DestroyFont()
428 os::SafeFree(stringBuffer, m_FontAllocator); in DestroyFont()
438 os::SafeFree(resource, m_FontAllocator); in DestroyFont()
[all …]
/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmCommandUtility.cpp135 nw::os::SafeFree( cmdCacheCopied.cmdBuff, m_Allocator ); in DestroyCopiedCmdCache()
DSmPrimitive.cpp258 nw::os::SafeFree( m_pVertex, m_Allocator ); in ~Sm2DPrimPC()
/NW4C-1.3.3/sources/libraries/dev/
Ddev_ParticleProfile.cpp78 os::SafeFree(m_Instance, allocator); in Finalize()
Ddev_Profile.cpp431 os::SafeFree(m_Instance, allocator); in Finalize()
/NW4C-1.3.3/include/nw/os/
Dos_Memory.h318 SafeFree( in SafeFree() function
343 SafeFree(memory, m_Allocator); in operator()
/NW4C-1.3.3/include/nw/demo/
Ddemo_DisplayBufferSwapper.h244 nw::os::SafeFree(m_DisplayBuffers, &this->GetAllocator()); in ~DisplayBufferSwapper()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_AnimObject.h1382 os::SafeFree(m_CacheBuf, &GetAllocator()); in ChangeAnim()