OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmpprim
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/mesa/vbo/
vbo_split_inplace.c
218
struct _mesa_prim
tmpprim
;
local
230
tmpprim
= *prim;
231
tmpprim
.indexed = 1;
232
tmpprim
.start = 0;
233
tmpprim
.count = count;
234
tmpprim
.num_instances = 1;
235
tmpprim
.base_instance = 0;
241
&
tmpprim
, 1,
Completed in 62 milliseconds