Searched refs:VertexRoutinePrototype (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/src/Shader/
H A DVertexRoutine.hpp25 class VertexRoutinePrototype : public Function<Void(Pointer<Byte>, Pointer<Byte>, Pointer<Byte>, Pointer<Byte>)> class in namespace:sw
28 VertexRoutinePrototype() : vertex(Arg<0>()), batch(Arg<1>()), task(Arg<2>()), data(Arg<3>()) {} function in class:sw::VertexRoutinePrototype
29 virtual ~VertexRoutinePrototype() {};
38 class VertexRoutine : public VertexRoutinePrototype

Completed in 292 milliseconds