Searched refs:minTriCountPerDraw (Results 1 – 1 of 1) sorted by relevance
327 int minTriCountPerDraw = TRIANGLE_COUNT / 7; in render() local332 count = deMin32(VERTEX_COUNT - first, (first % 23 + minTriCountPerDraw) * 3); in render()