Home
last modified time | relevance | path

Searched refs:tmp_indices (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_rebase.c62 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; in vbo_rebase_prims() local
175 tmp_indices = rebase_GLuint( ptr, ib->count, min_index ); in vbo_rebase_prims()
178 tmp_indices = rebase_GLushort( ptr, ib->count, min_index ); in vbo_rebase_prims()
181 tmp_indices = rebase_GLubyte( ptr, ib->count, min_index ); in vbo_rebase_prims()
189 tmp_ib.ptr = tmp_indices; in vbo_rebase_prims()
245 if (tmp_indices) in vbo_rebase_prims()
246 free(tmp_indices); in vbo_rebase_prims()