Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DVertexRoutine.hpp25 …class VertexRoutinePrototype : public Function<Void(Pointer<Byte>, Pointer<Byte>, Pointer<Byte>, P… class
28 VertexRoutinePrototype() : vertex(Arg<0>()), batch(Arg<1>()), task(Arg<2>()), data(Arg<3>()) {} in VertexRoutinePrototype() function in sw::VertexRoutinePrototype
29 virtual ~VertexRoutinePrototype() {} in ~VertexRoutinePrototype()
38 class VertexRoutine : public VertexRoutinePrototype
/external/swiftshader/src/Pipeline/
DVertexRoutine.hpp28 class VertexRoutinePrototype : public VertexRoutineFunction class
31 VertexRoutinePrototype() in VertexRoutinePrototype() function in sw::VertexRoutinePrototype
37 virtual ~VertexRoutinePrototype() {} in ~VertexRoutinePrototype()
46 class VertexRoutine : public VertexRoutinePrototype