Home | History | Annotate | Download | only in referencerenderer

Lines Matching refs:VertexPacketAllocator

35 class VertexPacketAllocator;
50 * VertexPacket instance must be created by VertexPacketAllocator as
77 friend class VertexPacketAllocator;
88 * All memory allocated for vertex packets is released when VertexPacketAllocator
94 class VertexPacketAllocator
97 VertexPacketAllocator (const size_t numberOfVertexOutputs);
98 ~VertexPacketAllocator (void);
106 VertexPacketAllocator (const VertexPacketAllocator&); // disabled, non-copyable
107 VertexPacketAllocator& operator= (const VertexPacketAllocator&); // disabled, non-copyable