Searched defs:DrawCall (Results 1 – 6 of 6) sorted by relevance
434 struct DrawCall struct440 AtomicInt drawType;441 AtomicInt batchSize;443 Routine *vertexRoutine;444 Routine *setupRoutine;445 Routine *pixelRoutine;447 VertexProcessor::RoutinePointer vertexPointer;448 SetupProcessor::RoutinePointer setupPointer;449 PixelProcessor::RoutinePointer pixelPointer;451 int (Renderer::*setupPrimitives)(int batch, int count);[all …]
97 DrawCall::DrawCall() in DrawCall() function in sw::DrawCall
467 struct DrawCall struct473 AtomicInt drawType;474 AtomicInt batchSize;476 Routine *vertexRoutine;477 Routine *setupRoutine;478 Routine *pixelRoutine;480 VertexProcessor::RoutinePointer vertexPointer;481 SetupProcessor::RoutinePointer setupPointer;482 PixelProcessor::RoutinePointer pixelPointer;484 int (Renderer::*setupPrimitives)(int batch, int count);[all …]
120 DrawCall::DrawCall() in DrawCall() function in sw::DrawCall
155 struct DrawCall struct157 DrawCall (int numElements_, bool tfEnabled_) in DrawCall() function163 DrawCall (void) in DrawCall() function169 int numElements;170 bool transformFeedbackEnabled;
2253 enum DrawCall enum