Lines Matching refs:m_ShapeAllocator
52 m_ShapeAllocator( NULL ), in GraphicsDrawing()
77 m_ShapeAllocator = NULL; in Finalize()
127 m_ShapeAllocator = allocator; in InitializeShape()
143 …m_ShapePositionStreamArray = static_cast<math::VEC2*>( m_ShapeAllocator->Alloc( shapePositionStrea… in InitializeShape()
144 …m_ShapeColorStreamArray = static_cast<f32*>( m_ShapeAllocator->Alloc( shapeColorStreamArraySize… in InitializeShape()
145 …m_ShapeIndexStreamArray = static_cast<u16*>( m_ShapeAllocator->Alloc( shapeIndexStreamArraySize… in InitializeShape()
173 if ( m_pShapeShaderBinary && m_ShapeAllocator ) in DestroyShape()
175 os::SafeFree( m_pShapeShaderBinary, m_ShapeAllocator ); in DestroyShape()
178 if ( m_ShapeAllocator ) in DestroyShape()
180 os::SafeFree( m_ShapePositionStreamArray, m_ShapeAllocator ); in DestroyShape()
181 os::SafeFree( m_ShapeColorStreamArray, m_ShapeAllocator ); in DestroyShape()
182 os::SafeFree( m_ShapeIndexStreamArray, m_ShapeAllocator ); in DestroyShape()