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

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dstex3d.c273 unsigned char *voxels = NULL; local in function:create3Dtexture
280 voxels =
283 vp = voxels;
310 0, GL_RGBA, GL_UNSIGNED_BYTE, voxels);
315 free(voxels);
554 unsigned char *voxels = NULL; local in function:create3Dgradient
556 voxels = (unsigned char *) malloc(4 * tex_width * tex_height * tex_depth);
557 v = voxels;
583 0, GL_RGBA, GL_UNSIGNED_BYTE, voxels);
588 free(voxels);
[all...]

Completed in 2 milliseconds