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

/xsrc/external/mit/glu/dist/src/libutil/
H A Dmipmap.c795 GLshort sshort[BOX2]; local in function:halve1Dimage_short
797 sshort[0]= __GLU_SWAP_2_BYTES(src);
798 sshort[1]= __GLU_SWAP_2_BYTES(src+group_size);
801 sshort[0]= *(const GLshort*)src;
802 sshort[1]= *(const GLshort*)(src+group_size);
805 *dest= (sshort[0] + sshort[1]) / 2;
827 GLshort sshort[BOX2]; local in function:halve1Dimage_short
829 sshort[0]= __GLU_SWAP_2_BYTES(src);
830 sshort[
8574 GLshort sshort; local in function:extractSshort
[all...]

Completed in 6 milliseconds