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

/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A 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; local
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);
[all...]
/external/mesa3d/src/mesa/vbo/
H A 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; local
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);
[all...]

Completed in 69 milliseconds