Searched defs:setupRoutine (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/src/Renderer/
H A DRenderer.cpp247 setupRoutine = SetupProcessor::routine(setupState);
327 setupRoutine->bind();
331 draw->setupRoutine = setupRoutine;
334 draw->setupPointer = (SetupProcessor::RoutinePointer)setupRoutine->getEntry();
1056 draw.setupRoutine->unbind();
1504 const SetupProcessor::RoutinePointer &setupRoutine = draw.setupPointer; local
1531 if(setupRoutine(primitive, triangle, &polygon, data))
1695 const SetupProcessor::RoutinePointer &setupRoutine = draw.setupPointer; local
1780 return setupRoutine(
1895 const SetupProcessor::RoutinePointer &setupRoutine = draw.setupPointer; local
[all...]
H A DRenderer.hpp220 Routine *setupRoutine; member in struct:sw::DrawCall
494 Routine *setupRoutine; member in class:sw::Renderer

Completed in 56 milliseconds