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

  /external/deqp/framework/referencerenderer/
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...]
rrPrimitivePacket.hpp 35 class VertexPacketAllocator;
56 GeometryEmitter (VertexPacketAllocator& vpalloc, size_t numVertices);
68 VertexPacketAllocator& m_vpalloc;
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)
rrPrimitivePacket.cpp 31 GeometryEmitter::GeometryEmitter (VertexPacketAllocator& vpalloc, size_t numVertices)
rrRenderer.cpp 523 VertexPacketAllocator& vpalloc)
713 VertexPacketAllocator& vpalloc)
784 VertexPacketAllocator& vpalloc)
860 void makeSharedVerticeDistinct (VertexPacket*& packet, std::set<VertexPacket*, std::less<void*> >& vertices, VertexPacketAllocator& vpalloc)
884 void makeSharedVerticesDistinct (pa::Triangle& target, std::set<VertexPacket*, std::less<void*> >& vertices, VertexPacketAllocator& vpalloc)
891 void makeSharedVerticesDistinct (pa::Line& target, std::set<VertexPacket*, std::less<void*> >& vertices, VertexPacketAllocator& vpalloc)
897 void makeSharedVerticesDistinct (pa::Point& target, std::set<VertexPacket*, std::less<void*> >& vertices, VertexPacketAllocator& vpalloc)
903 void makeSharedVerticesDistinct (ContainerType& list, VertexPacketAllocator& vpalloc)
    [all...]

Completed in 84 milliseconds