Lines Matching refs:VertexPacket

657 				VertexPacket*	p0				= vpalloc.alloc();  in clipPrimitives()
658 VertexPacket* p1 = vpalloc.alloc(); in clipPrimitives()
659 VertexPacket* p2 = vpalloc.alloc(); in clipPrimitives()
808 void transformVertexClipCoordsToWindowCoords (const RenderState& state, VertexPacket& packet) in transformVertexClipCoordsToWindowCoords()
860 void makeSharedVerticeDistinct (VertexPacket*& packet, std::set<VertexPacket*, std::less<void*> >& … in makeSharedVerticeDistinct() argument
869 VertexPacket* newPacket = vpalloc.alloc(); in makeSharedVerticeDistinct()
884 void makeSharedVerticesDistinct (pa::Triangle& target, std::set<VertexPacket*, std::less<void*> >& … in makeSharedVerticesDistinct() argument
891 void makeSharedVerticesDistinct (pa::Line& target, std::set<VertexPacket*, std::less<void*> >& vert… in makeSharedVerticesDistinct() argument
897 void makeSharedVerticesDistinct (pa::Point& target, std::set<VertexPacket*, std::less<void*> >& ver… in makeSharedVerticesDistinct() argument
905 std::set<VertexPacket*, std::less<void*> > vertices; in makeSharedVerticesDistinct()
1349 void copyVertexPacketPointers(const VertexPacket** dst, const pa::Point& in) in copyVertexPacketPointers()
1354 void copyVertexPacketPointers(const VertexPacket** dst, const pa::Line& in) in copyVertexPacketPointers()
1360 void copyVertexPacketPointers(const VertexPacket** dst, const pa::Triangle& in) in copyVertexPacketPointers()
1367 void copyVertexPacketPointers(const VertexPacket** dst, const pa::LineAdjacency& in) in copyVertexPacketPointers()
1375 void copyVertexPacketPointers(const VertexPacket** dst, const pa::TriangleAdjacency& in) in copyVertexPacketPointers()
1386 …ate& state, const RenderTarget& renderTarget, const Program& program, VertexPacket* const* vertice… in drawGeometryShaderOutputAsPrimitives()
1433 std::vector<VertexPacket*> emitted; in drawWithGeometryShader()
1473 …ate& state, const RenderTarget& renderTarget, const Program& program, VertexPacket* const* vertice… in drawAsPrimitives()
1769 std::vector<VertexPacket*> vertexPackets = vpalloc.allocArray(command.primitives.getNumElements()); in drawInstanced()