HomeSort by relevance Sort by last modified time
    Searched defs:VertexPacketAllocator (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/referencerenderer/
rrVertexPacket.cpp 37 VertexPacketAllocator::VertexPacketAllocator (const size_t numberOfVertexOutputs)
42 VertexPacketAllocator::~VertexPacketAllocator (void)
49 std::vector<VertexPacket*> VertexPacketAllocator::allocArray (size_t count)
78 VertexPacket* VertexPacketAllocator::alloc (void)
rrVertexPacket.hpp 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-copyabl
    [all...]

Completed in 387 milliseconds