Searched defs:DrawCall (Results 1 – 4 of 4) sorted by relevance
207 struct DrawCall struct213 DrawType drawType;214 int batchSize;216 Routine *vertexRoutine;217 Routine *setupRoutine;218 Routine *pixelRoutine;220 VertexProcessor::RoutinePointer vertexPointer;221 SetupProcessor::RoutinePointer setupPointer;222 PixelProcessor::RoutinePointer pixelPointer;224 int (Renderer::*setupPrimitives)(int batch, int count);[all …]
80 DrawCall::DrawCall() in DrawCall() function in sw::DrawCall
155 struct DrawCall struct157 DrawCall (int numElements_, bool tfEnabled_) in DrawCall() function163 DrawCall (void) in DrawCall() argument169 int numElements;170 bool transformFeedbackEnabled;
2231 enum DrawCall enum