Home
last modified time | relevance | path

Searched refs:m_ShapeAllocator (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp44 m_ShapeAllocator( NULL ) in GraphicsDrawing()
60 if ( m_pShaderBinary && m_ShapeAllocator ) in Finalize()
62 os::SafeFree(m_pShaderBinary, m_ShapeAllocator); in Finalize()
66 m_ShapeAllocator = NULL; in Finalize()
115 m_ShapeAllocator = allocator; in InitializeShader()
/NW4C-1.2.23/include/nw/demo/
Ddemo_GraphicsDrawing.h422 nw::os::IAllocator* m_ShapeAllocator; variable