Searched defs:VertexRoutinePrototype (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | VertexRoutine.hpp | 25 …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
|
/external/swiftshader/src/Shader/ |
D | VertexRoutine.hpp | 25 …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
|