Home | History | Annotate | Download | only in vbo

Lines Matching refs:tmp_indices

62    TYPE *tmp_indices = malloc(count * sizeof(TYPE));	\
66 tmp_indices[i] = in[i] - min_index; \
68 return (void *)tmp_indices; \
133 void *tmp_indices = NULL;
175 tmp_indices = rebase_GLuint( ptr, ib->count, min_index );
178 tmp_indices = rebase_GLushort( ptr, ib->count, min_index );
181 tmp_indices = rebase_GLubyte( ptr, ib->count, min_index );
189 tmp_ib.ptr = tmp_indices;
245 if (tmp_indices)
246 free(tmp_indices);