OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clearbuf
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
image.c
217
VGint *
clearbuf
;
local
221
clearbuf
= malloc(sizeof(VGint)*width*height);
223
clearbuf
[i] = clear_colori;
228
image_sub_data(img,
clearbuf
, width * sizeof(VGint),
231
free(
clearbuf
);
/external/mesa3d/src/gallium/state_trackers/vega/
image.c
217
VGint *
clearbuf
;
local
221
clearbuf
= malloc(sizeof(VGint)*width*height);
223
clearbuf
[i] = clear_colori;
228
image_sub_data(img,
clearbuf
, width * sizeof(VGint),
231
free(
clearbuf
);
/external/dropbear/
packet.c
519
/* Create the packet mac, and append H(seqno|
clearbuf
) to the output */
Completed in 465 milliseconds