Home
last modified time | relevance | path

Searched defs:RoutinePointer (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/Device/
DSetupProcessor.hpp74 …typedef bool (*RoutinePointer)(Primitive *primitive, const Triangle *triangle, const Polygon *poly… typedef in sw::SetupProcessor
DVertexProcessor.hpp122 …typedef void (*RoutinePointer)(Vertex *output, unsigned int *batch, VertexTask *vertexTask, DrawDa… typedef in sw::VertexProcessor
DPixelProcessor.hpp166 typedef void (*RoutinePointer)(const Primitive *primitive, int count, int thread, DrawData *draw); typedef in sw::PixelProcessor
/external/swiftshader/src/Renderer/
DSetupProcessor.hpp86 …typedef bool (*RoutinePointer)(Primitive *primitive, const Triangle *triangle, const Polygon *poly… typedef in sw::SetupProcessor
DPixelProcessor.hpp188 typedef void (*RoutinePointer)(const Primitive *primitive, int count, int thread, DrawData *draw); typedef in sw::PixelProcessor
DVertexProcessor.hpp184 …typedef void (*RoutinePointer)(Vertex *output, unsigned int *batch, VertexTask *vertexTask, DrawDa… typedef in sw::VertexProcessor