Searched refs:setupPrimitives (Results 1 – 4 of 4) sorted by relevance
286 int (Renderer::*setupPrimitives)(int batch, int count); in draw() local293 setupPrimitives = &Renderer::setupSolidTriangles; in draw()296 setupPrimitives = &Renderer::setupWireframeTriangle; in draw()300 setupPrimitives = &Renderer::setupVertexTriangle; in draw()310 setupPrimitives = &Renderer::setupLines; in draw()314 setupPrimitives = &Renderer::setupPoints; in draw()368 draw->setupPrimitives = setupPrimitives; in draw()918 int (Renderer::*setupPrimitives)(int batch, int count) = draw->setupPrimitives; in executeTask() local932 visible = (this->*setupPrimitives)(unit, count); in executeTask()
484 int (Renderer::*setupPrimitives)(int batch, int count); member
255 int (Renderer::*setupPrimitives)(int batch, int count); in draw() local259 setupPrimitives = &Renderer::setupTriangles; in draw()263 setupPrimitives = &Renderer::setupLines; in draw()267 setupPrimitives = &Renderer::setupPoints; in draw()321 draw->setupPrimitives = setupPrimitives; in draw()791 int (Renderer::*setupPrimitives)(int batch, int count) = draw->setupPrimitives; in executeTask() local805 visible = (this->*setupPrimitives)(unit, count); in executeTask()
451 int (Renderer::*setupPrimitives)(int batch, int count); member