Searched refs:setupPrimitives (Results 1 – 2 of 2) sorted by relevance
254 int (Renderer::*setupPrimitives)(int batch, int count); in draw() local261 setupPrimitives = &Renderer::setupSolidTriangles; in draw()264 setupPrimitives = &Renderer::setupWireframeTriangle; in draw()268 setupPrimitives = &Renderer::setupVertexTriangle; in draw()276 setupPrimitives = &Renderer::setupLines; in draw()280 setupPrimitives = &Renderer::setupPoints; in draw()335 draw->setupPrimitives = setupPrimitives; in draw()844 int (Renderer::*setupPrimitives)(int batch, int count) = draw->setupPrimitives; in executeTask() local858 visible = (this->*setupPrimitives)(unit, count); in executeTask()
224 int (Renderer::*setupPrimitives)(int batch, int count); member