Searched refs:VertexRoutinePrototype (Results 1 – 2 of 2) sorted by relevance
25 …class VertexRoutinePrototype : public Function<Void(Pointer<Byte>, Pointer<Byte>, Pointer<Byte>, P… class28 VertexRoutinePrototype() : vertex(Arg<0>()), batch(Arg<1>()), task(Arg<2>()), data(Arg<3>()) {} in VertexRoutinePrototype() function in sw::VertexRoutinePrototype29 virtual ~VertexRoutinePrototype() {} in ~VertexRoutinePrototype()38 class VertexRoutine : public VertexRoutinePrototype
28 class VertexRoutinePrototype : public VertexRoutineFunction class31 VertexRoutinePrototype() in VertexRoutinePrototype() function in sw::VertexRoutinePrototype37 virtual ~VertexRoutinePrototype() {} in ~VertexRoutinePrototype()46 class VertexRoutine : public VertexRoutinePrototype