Home
last modified time | relevance | path

Searched defs:SetupFunction (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Device/
DSetupProcessor.hpp35 using SetupFunction = FunctionT<int(Primitive *primitive, const Triangle *triangle, const Polygon *… typedef
DRenderer.hpp137 …using SetupFunction = int (*)(Triangle *triangles, Primitive *primitives, const DrawCall *drawCall… typedef