Searched refs:TrimVertexPool (Results 1 – 6 of 6) sorted by relevance
52 TrimVertexPool::TrimVertexPool( void ) in TrimVertexPool() function in TrimVertexPool65 TrimVertexPool::~TrimVertexPool( void ) in ~TrimVertexPool()81 TrimVertexPool::clear( void ) in clear()103 TrimVertexPool::get( int n ) in get()
45 class TrimVertexPool {47 TrimVertexPool( void );48 ~TrimVertexPool( void );
45 class TrimVertexPool; variable49 ArcTessellator( TrimVertexPool&, Pool& );62 TrimVertexPool& trimvertexpool;
146 TrimVertexPool extTrimVertexPool;
117 TrimVertexPool trimvertexpool;
59 ArcTessellator::ArcTessellator( TrimVertexPool& t, Pool& p ) in ArcTessellator()