Home
last modified time | relevance | path

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

/dports/graphics/volpack/volpack-1.0b3/
H A Dvp_rle.c655 data_buf = vpc->cbuf->data_buf_head;
1027 cbuf->data_buf_head = CreateGBuffer(vpc);
1028 cbuf->data_buf_tail = cbuf->data_buf_head;
1054 for (gbuf = cbuf->data_buf_head; gbuf != NULL; gbuf = next_gbuf) {
H A Dvp_global.h308 GBuffer *data_buf_head; /* first buffer for storing voxels */ member