OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmp_indices
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_rebase.c
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;
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/
vbo_rebase.c
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;
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 161 milliseconds