Lines Matching defs:start
62 unsigned start, \
67 TYPE *tmp_indices = malloc((start + count) * sizeof(TYPE)); \
75 tmp_indices[start + i] = in[start + i] - min_index; \
149 unsigned start = prim[0].start;
151 if (prim[i].start != start) {
153 printf("%s recursing due to mismatched start "
154 "(prim[0].start = %u vs. prim[%u].start = %u)\n",
155 __func__, start, i, prim[i].start);
187 tmp_indices = rebase_GLuint(ptr, start, ib->count, min_index);
190 tmp_indices = rebase_GLushort(ptr, start, ib->count, min_index);
193 tmp_indices = rebase_GLubyte(ptr, start, ib->count, min_index);
221 assert(prim[i].start >= min_index);
224 tmp_prims[i].start -= min_index;
238 * are forced to, eg non-VBO indexed rendering with start != 0.