Searched defs:VertexPacketAllocator (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrVertexPacket.cpp37 VertexPacketAllocator::VertexPacketAllocator (const size_t numberOfVertexOutputs) function in class:rr::VertexPacketAllocator
42 VertexPacketAllocator::~VertexPacketAllocator (void)
49 std::vector<VertexPacket*> VertexPacketAllocator::allocArray (size_t count)
78 VertexPacket* VertexPacketAllocator::alloc (void)
H A DrrVertexPacket.hpp35 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 class in namespace:rr
97 VertexPacketAllocator (const size_t numberOfVertexOutputs);
98 ~VertexPacketAllocator (void);
106 VertexPacketAllocator (const VertexPacketAllocator&); // disabled, non-copyable
107 VertexPacketAllocator
[all...]

Completed in 109 milliseconds