Lines Matching defs:temp_index
1400 const char *temp_index;
1456 for (k = 0, temp_index = temp; k < components;
1457 k++, temp_index += element_size) {
1458 totals[k] += (GLubyte)(*(temp_index)) * percent;
1463 for (k = 0, temp_index = temp; k < components;
1464 k++, temp_index += element_size) {
1465 totals[k] += (GLubyte)(*(temp_index)) * y_percent;
1471 for (k = 0, temp_index = temp; k < components;
1472 k++, temp_index += element_size) {
1473 totals[k] += (GLubyte)(*(temp_index)) * percent;
1480 for (k = 0, temp_index = temp; k < components;
1481 k++, temp_index += element_size) {
1482 totals[k] += (GLubyte)(*(temp_index)) * percent;
1486 for (k = 0, temp_index = temp; k < components;
1487 k++, temp_index += element_size) {
1488 totals[k] += (GLubyte)(*(temp_index)) * y_percent;
1493 for (k = 0, temp_index = temp; k < components;
1494 k++, temp_index += element_size) {
1495 totals[k] += (GLubyte)(*(temp_index)) * percent;
1513 for (k = 0, temp_index = temp; k < components;
1514 k++, temp_index += element_size) {
1515 totals[k] += (GLubyte)(*(temp_index)) * percent;
1519 for (k = 0, temp_index = temp; k < components;
1520 k++, temp_index += element_size) {
1521 totals[k] += (GLubyte)(*(temp_index)) * x_percent;
1526 for (k = 0, temp_index = temp; k < components;
1527 k++, temp_index += element_size) {
1528 totals[k] += (GLubyte)(*(temp_index)) * percent;
1534 for (k = 0, temp_index = temp; k < components;
1535 k++, temp_index += element_size) {
1536 totals[k] += (GLubyte)(*(temp_index)) * percent;
1540 for (k = 0, temp_index = temp; k < components;
1541 k++, temp_index += element_size) {
1542 totals[k] += (GLubyte)(*(temp_index)) * y_percent;
1547 for (k = 0, temp_index = temp; k < components;
1548 k++, temp_index += element_size) {
1549 totals[k] += (GLubyte)(*(temp_index)) * percent;
1554 for (k = 0, temp_index = temp; k < components;
1555 k++, temp_index += element_size) {
1556 totals[k] += (GLubyte)(*(temp_index)) * percent;
1568 for (k = 0, temp_index = temp; k < components;
1569 k++, temp_index += element_size) {
1570 totals[k] += (GLubyte)(*(temp_index));
1617 const char *temp_index;
1673 for (k = 0, temp_index = temp; k < components;
1674 k++, temp_index += element_size) {
1675 totals[k] += (GLbyte)(*(temp_index)) * percent;
1680 for (k = 0, temp_index = temp; k < components;
1681 k++, temp_index += element_size) {
1682 totals[k] += (GLbyte)(*(temp_index)) * y_percent;
1688 for (k = 0, temp_index = temp; k < components;
1689 k++, temp_index += element_size) {
1690 totals[k] += (GLbyte)(*(temp_index)) * percent;
1697 for (k = 0, temp_index = temp; k < components;
1698 k++, temp_index += element_size) {
1699 totals[k] += (GLbyte)(*(temp_index)) * percent;
1703 for (k = 0, temp_index = temp; k < components;
1704 k++, temp_index += element_size) {
1705 totals[k] += (GLbyte)(*(temp_index)) * y_percent;
1710 for (k = 0, temp_index = temp; k < components;
1711 k++, temp_index += element_size) {
1712 totals[k] += (GLbyte)(*(temp_index)) * percent;
1730 for (k = 0, temp_index = temp; k < components;
1731 k++, temp_index += element_size) {
1732 totals[k] += (GLbyte)(*(temp_index)) * percent;
1736 for (k = 0, temp_index = temp; k < components;
1737 k++, temp_index += element_size) {
1738 totals[k] += (GLbyte)(*(temp_index)) * x_percent;
1743 for (k = 0, temp_index = temp; k < components;
1744 k++, temp_index += element_size) {
1745 totals[k] += (GLbyte)(*(temp_index)) * percent;
1751 for (k = 0, temp_index = temp; k < components;
1752 k++, temp_index += element_size) {
1753 totals[k] += (GLbyte)(*(temp_index)) * percent;
1757 for (k = 0, temp_index = temp; k < components;
1758 k++, temp_index += element_size) {
1759 totals[k] += (GLbyte)(*(temp_index)) * y_percent;
1764 for (k = 0, temp_index = temp; k < components;
1765 k++, temp_index += element_size) {
1766 totals[k] += (GLbyte)(*(temp_index)) * percent;
1771 for (k = 0, temp_index = temp; k < components;
1772 k++, temp_index += element_size) {
1773 totals[k] += (GLbyte)(*(temp_index)) * percent;
1785 for (k = 0, temp_index = temp; k < components;
1786 k++, temp_index += element_size) {
1787 totals[k] += (GLbyte)(*(temp_index));
1835 const char *temp_index;
1890 for (k = 0, temp_index = temp; k < components;
1891 k++, temp_index += element_size) {
1893 totals[k] += __GLU_SWAP_2_BYTES(temp_index) * percent;
1895 totals[k] += *(const GLushort*)temp_index * percent;
1901 for (k = 0, temp_index = temp; k < components;
1902 k++, temp_index += element_size) {
1905 __GLU_SWAP_2_BYTES(temp_index) * y_percent;
1907 totals[k] += *(const GLushort*)temp_index * y_percent;
1914 for (k = 0, temp_index = temp; k < components;
1915 k++, temp_index += element_size) {
1917 totals[k] += __GLU_SWAP_2_BYTES(temp_index) * percent;
1919 totals[k] += *(const GLushort*)temp_index * percent;
1927 for (k = 0, temp_index = temp; k < components;
1928 k++, temp_index += element_size) {
1930 totals[k] += __GLU_SWAP_2_BYTES(temp_index) * percent;
1932 totals[k] += *(const GLushort*)temp_index * percent;
1937 for (k = 0, temp_index = temp; k < components;
1938 k++, temp_index += element_size) {
1941 __GLU_SWAP_2_BYTES(temp_index) * y_percent;
1943 totals[k] += *(const GLushort*)temp_index * y_percent;
1949 for (k = 0, temp_index = temp; k < components;
1950 k++, temp_index += element_size) {
1952 totals[k] += __GLU_SWAP_2_BYTES(temp_index) * percent;
1954 totals[k] += *(const GLushort*)temp_index * percent;
1978 for (k = 0, temp_index = temp; k < components;
1979 k++, temp_index += element_size) {
1981 totals[k] += __GLU_SWAP_2_BYTES(temp_index) * percent;
1983 totals[k] += *(const GLushort*)temp_index * percent;
1988 for (k = 0, temp_index = temp; k < components;
1989 k++, temp_index += element_size) {
1992 __GLU_SWAP_2_BYTES(temp_index) * x_percent;
1994 totals[k] += *(const GLushort*)temp_index * x_percent;
2000 for (k = 0, temp_index = temp; k < components;
2001 k++, temp_index += element_size) {
2003 totals[k] += __GLU_SWAP_2_BYTES(temp_index) * percent;
2005 totals[k] += *(const GLushort*)temp_index * percent;
2012 for (k = 0, temp_index = temp; k < components;
2013 k++, temp_index += element_size) {
2015 totals[k] += __GLU_SWAP_2_BYTES(temp_index) * percent;
2017 totals[k] += *(const GLushort*)temp_index * percent;
2022 for (k = 0, temp_index = temp; k < components;
2023 k++, temp_index += element_size) {
2026 __GLU_SWAP_2_BYTES(temp_index) * y_percent;
2028 totals[k] += *(const GLushort*)temp_index * y_percent;
2034 for (k = 0, temp_index = temp; k < components;
2035 k++, temp_index += element_size) {
2037 totals[k] += __GLU_SWAP_2_BYTES(temp_index) * percent;
2039 totals[k] += *(const GLushort*)temp_index * percent;
2045 for (k = 0, temp_index = temp; k < components;
2046 k++, temp_index += element_size) {
2048 totals[k] += __GLU_SWAP_2_BYTES(temp_index) * percent;
2050 totals[k] += *(const GLushort*)temp_index * percent;
2061 for (k = 0, temp_index = temp; k < components;
2062 k++, temp_index += element_size) {
2064 totals[k] += __GLU_SWAP_2_BYTES(temp_index);
2066 totals[k] += *(const GLushort*)temp_index;
2115 const char *temp_index;
2172 for (k = 0, temp_index = temp; k < components;
2173 k++, temp_index += element_size) {
2175 swapbuf = __GLU_SWAP_2_BYTES(temp_index);
2178 totals[k] += *(const GLshort*)temp_index * percent;
2184 for (k = 0, temp_index = temp; k < components;
2185 k++, temp_index += element_size) {
2187 swapbuf = __GLU_SWAP_2_BYTES(temp_index);
2190 totals[k] += *(const GLshort*)temp_index * y_percent;
2197 for (k = 0, temp_index = temp; k < components;
2198 k++, temp_index += element_size) {
2200 swapbuf = __GLU_SWAP_2_BYTES(temp_index);
2203 totals[k] += *(const GLshort*)temp_index * percent;
2211 for (k = 0, temp_index = temp; k < components;
2212 k++, temp_index += element_size) {
2214 swapbuf = __GLU_SWAP_2_BYTES(temp_index);
2217 totals[k] += *(const GLshort*)temp_index * percent;
2222 for (k = 0, temp_index = temp; k < components;
2223 k++, temp_index += element_size) {
2225 swapbuf = __GLU_SWAP_2_BYTES(temp_index);
2228 totals[k] += *(const GLshort*)temp_index * y_percent;
2234 for (k = 0, temp_index = temp; k < components;
2235 k++, temp_index += element_size) {
2237 swapbuf = __GLU_SWAP_2_BYTES(temp_index);
2240 totals[k] += *(const GLshort*)temp_index * percent;
2265 for (k = 0, temp_index = temp; k < components;
2266 k++, temp_index += element_size) {
2268 swapbuf = __GLU_SWAP_2_BYTES(temp_index);
2271 totals[k] += *(const GLshort*)temp_index * percent;
2276 for (k = 0, temp_index = temp; k < components;
2277 k++, temp_index += element_size) {
2279 swapbuf = __GLU_SWAP_2_BYTES(temp_index);
2282 totals[k] += *(const GLshort*)temp_index * x_percent;
2288 for (k = 0, temp_index = temp; k < components;
2289 k++, temp_index += element_size) {
2291 swapbuf = __GLU_SWAP_2_BYTES(temp_index);
2294 totals[k] += *(const GLshort*)temp_index * percent;
2302 for (k = 0, temp_index = temp; k < components;
2303 k++, temp_index += element_size) {
2305 swapbuf = __GLU_SWAP_2_BYTES(temp_index);
2308 totals[k] += *(const GLshort*)temp_index * percent;
2313 for (k = 0, temp_index = temp; k < components;
2314 k++, temp_index += element_size) {
2316 swapbuf = __GLU_SWAP_2_BYTES(temp_index);
2319 totals[k] += *(const GLshort*)temp_index * y_percent;
2325 for (k = 0, temp_index = temp; k < components;
2326 k++, temp_index += element_size) {
2328 swapbuf = __GLU_SWAP_2_BYTES(temp_index);
2331 totals[k] += *(const GLshort*)temp_index * percent;
2337 for (k = 0, temp_index = temp; k < components;
2338 k++, temp_index += element_size) {
2340 swapbuf = __GLU_SWAP_2_BYTES(temp_index);
2343 totals[k] += *(const GLshort*)temp_index * percent;
2354 for (k = 0, temp_index = temp; k < components;
2355 k++, temp_index += element_size) {
2357 swapbuf = __GLU_SWAP_2_BYTES(temp_index);
2360 totals[k] += *(const GLshort*)temp_index;
2409 const char *temp_index;
2464 for (k = 0, temp_index = temp; k < components;
2465 k++, temp_index += element_size) {
2467 totals[k] += __GLU_SWAP_4_BYTES(temp_index) * percent;
2469 totals[k] += *(const GLuint*)temp_index * percent;
2475 for (k = 0, temp_index = temp; k < components;
2476 k++, temp_index += element_size) {
2479 __GLU_SWAP_4_BYTES(temp_index) * y_percent;
2481 totals[k] += *(const GLuint*)temp_index * y_percent;
2488 for (k = 0, temp_index = temp; k < components;
2489 k++, temp_index += element_size) {
2491 totals[k] += __GLU_SWAP_4_BYTES(temp_index) * percent;
2493 totals[k] += *(const GLuint*)temp_index * percent;
2501 for (k = 0, temp_index = temp; k < components;
2502 k++, temp_index += element_size) {
2504 totals[k] += __GLU_SWAP_4_BYTES(temp_index) * percent;
2506 totals[k] += *(const GLuint*)temp_index * percent;
2511 for (k = 0, temp_index = temp; k < components;
2512 k++, temp_index += element_size) {
2515 __GLU_SWAP_4_BYTES(temp_index) * y_percent;
2517 totals[k] += *(const GLuint*)temp_index * y_percent;
2523 for (k = 0, temp_index = temp; k < components;
2524 k++, temp_index += element_size) {
2526 totals[k] += __GLU_SWAP_4_BYTES(temp_index) * percent;
2528 totals[k] += *(const GLuint*)temp_index * percent;
2552 for (k = 0, temp_index = temp; k < components;
2553 k++, temp_index += element_size) {
2555 totals[k] += __GLU_SWAP_4_BYTES(temp_index) * percent;
2557 totals[k] += *(const GLuint*)temp_index * percent;
2562 for (k = 0, temp_index = temp; k < components;
2563 k++, temp_index += element_size) {
2566 __GLU_SWAP_4_BYTES(temp_index) * x_percent;
2568 totals[k] += *(const GLuint*)temp_index * x_percent;
2574 for (k = 0, temp_index = temp; k < components;
2575 k++, temp_index += element_size) {
2577 totals[k] += __GLU_SWAP_4_BYTES(temp_index) * percent;
2579 totals[k] += *(const GLuint*)temp_index * percent;
2587 for (k = 0, temp_index = temp; k < components;
2588 k++, temp_index += element_size) {
2590 totals[k] += __GLU_SWAP_4_BYTES(temp_index) * percent;
2592 totals[k] += *(const GLuint*)temp_index * percent;
2597 for (k = 0, temp_index = temp; k < components;
2598 k++, temp_index += element_size) {
2601 __GLU_SWAP_4_BYTES(temp_index) * y_percent;
2603 totals[k] += *(const GLuint*)temp_index * y_percent;
2609 for (k = 0, temp_index = temp; k < components;
2610 k++, temp_index += element_size) {
2612 totals[k] += __GLU_SWAP_4_BYTES(temp_index) * percent;
2614 totals[k] += *(const GLuint*)temp_index * percent;
2620 for (k = 0, temp_index = temp; k < components;
2621 k++, temp_index += element_size) {
2623 totals[k] += __GLU_SWAP_4_BYTES(temp_index) * percent;
2625 totals[k] += *(const GLuint*)temp_index * percent;
2636 for (k = 0, temp_index = temp; k < components;
2637 k++, temp_index += element_size) {
2639 totals[k] += __GLU_SWAP_4_BYTES(temp_index);
2641 totals[k] += *(const GLuint*)temp_index;
2696 const char *temp_index;
2753 for (k = 0, temp_index = temp; k < components;
2754 k++, temp_index += element_size) {
2756 swapbuf = __GLU_SWAP_4_BYTES(temp_index);
2759 totals[k] += *(const GLint*)temp_index * percent;
2765 for (k = 0, temp_index = temp; k < components;
2766 k++, temp_index += element_size) {
2768 swapbuf = __GLU_SWAP_4_BYTES(temp_index);
2771 totals[k] += *(const GLint*)temp_index * y_percent;
2778 for (k = 0, temp_index = temp; k < components;
2779 k++, temp_index += element_size) {
2781 swapbuf = __GLU_SWAP_4_BYTES(temp_index);
2784 totals[k] += *(const GLint*)temp_index * percent;
2792 for (k = 0, temp_index = temp; k < components;
2793 k++, temp_index += element_size) {
2795 swapbuf = __GLU_SWAP_4_BYTES(temp_index);
2798 totals[k] += *(const GLint*)temp_index * percent;
2803 for (k = 0, temp_index = temp; k < components;
2804 k++, temp_index += element_size) {
2806 swapbuf = __GLU_SWAP_4_BYTES(temp_index);
2809 totals[k] += *(const GLint*)temp_index * y_percent;
2815 for (k = 0, temp_index = temp; k < components;
2816 k++, temp_index += element_size) {
2818 swapbuf = __GLU_SWAP_4_BYTES(temp_index);
2821 totals[k] += *(const GLint*)temp_index * percent;
2846 for (k = 0, temp_index = temp; k < components;
2847 k++, temp_index += element_size) {
2849 swapbuf = __GLU_SWAP_4_BYTES(temp_index);
2852 totals[k] += *(const GLint*)temp_index * percent;
2857 for (k = 0, temp_index = temp; k < components;
2858 k++, temp_index += element_size) {
2860 swapbuf = __GLU_SWAP_4_BYTES(temp_index);
2863 totals[k] += *(const GLint*)temp_index * x_percent;
2869 for (k = 0, temp_index = temp; k < components;
2870 k++, temp_index += element_size) {
2872 swapbuf = __GLU_SWAP_4_BYTES(temp_index);
2875 totals[k] += *(const GLint*)temp_index * percent;
2883 for (k = 0, temp_index = temp; k < components;
2884 k++, temp_index += element_size) {
2886 swapbuf = __GLU_SWAP_4_BYTES(temp_index);
2889 totals[k] += *(const GLint*)temp_index * percent;
2894 for (k = 0, temp_index = temp; k < components;
2895 k++, temp_index += element_size) {
2897 swapbuf = __GLU_SWAP_4_BYTES(temp_index);
2900 totals[k] += *(const GLint*)temp_index * y_percent;
2906 for (k = 0, temp_index = temp; k < components;
2907 k++, temp_index += element_size) {
2909 swapbuf = __GLU_SWAP_4_BYTES(temp_index);
2912 totals[k] += *(const GLint*)temp_index * percent;
2918 for (k = 0, temp_index = temp; k < components;
2919 k++, temp_index += element_size) {
2921 swapbuf = __GLU_SWAP_4_BYTES(temp_index);
2924 totals[k] += *(const GLint*)temp_index * percent;
2935 for (k = 0, temp_index = temp; k < components;
2936 k++, temp_index += element_size) {
2938 swapbuf = __GLU_SWAP_4_BYTES(temp_index);
2941 totals[k] += *(const GLint*)temp_index;
2992 const char *temp_index;
3049 for (k = 0, temp_index = temp; k < components;
3050 k++, temp_index += element_size) {
3052 swapbuf.b = __GLU_SWAP_4_BYTES(temp_index);
3055 totals[k] += *(const GLfloat*)temp_index * percent;
3061 for (k = 0, temp_index = temp; k < components;
3062 k++, temp_index += element_size) {
3064 swapbuf.b = __GLU_SWAP_4_BYTES(temp_index);
3067 totals[k] += *(const GLfloat*)temp_index * y_percent;
3074 for (k = 0, temp_index = temp; k < components;
3075 k++, temp_index += element_size) {
3077 swapbuf.b = __GLU_SWAP_4_BYTES(temp_index);
3080 totals[k] += *(const GLfloat*)temp_index * percent;
3088 for (k = 0, temp_index = temp; k < components;
3089 k++, temp_index += element_size) {
3091 swapbuf.b = __GLU_SWAP_4_BYTES(temp_index);
3094 totals[k] += *(const GLfloat*)temp_index * percent;
3099 for (k = 0, temp_index = temp; k < components;
3100 k++, temp_index += element_size) {
3102 swapbuf.b = __GLU_SWAP_4_BYTES(temp_index);
3105 totals[k] += *(const GLfloat*)temp_index * y_percent;
3111 for (k = 0, temp_index = temp; k < components;
3112 k++, temp_index += element_size) {
3114 swapbuf.b = __GLU_SWAP_4_BYTES(temp_index);
3117 totals[k] += *(const GLfloat*)temp_index * percent;
3142 for (k = 0, temp_index = temp; k < components;
3143 k++, temp_index += element_size) {
3145 swapbuf.b = __GLU_SWAP_4_BYTES(temp_index);
3148 totals[k] += *(const GLfloat*)temp_index * percent;
3153 for (k = 0, temp_index = temp; k < components;
3154 k++, temp_index += element_size) {
3156 swapbuf.b = __GLU_SWAP_4_BYTES(temp_index);
3159 totals[k] += *(const GLfloat*)temp_index * x_percent;
3165 for (k = 0, temp_index = temp; k < components;
3166 k++, temp_index += element_size) {
3168 swapbuf.b = __GLU_SWAP_4_BYTES(temp_index);
3171 totals[k] += *(const GLfloat*)temp_index * percent;
3179 for (k = 0, temp_index = temp; k < components;
3180 k++, temp_index += element_size) {
3182 swapbuf.b = __GLU_SWAP_4_BYTES(temp_index);
3185 totals[k] += *(const GLfloat*)temp_index * percent;
3190 for (k = 0, temp_index = temp; k < components;
3191 k++, temp_index += element_size) {
3193 swapbuf.b = __GLU_SWAP_4_BYTES(temp_index);
3196 totals[k] += *(const GLfloat*)temp_index * y_percent;
3202 for (k = 0, temp_index = temp; k < components;
3203 k++, temp_index += element_size) {
3205 swapbuf.b = __GLU_SWAP_4_BYTES(temp_index);
3208 totals[k] += *(const GLfloat*)temp_index * percent;
3214 for (k = 0, temp_index = temp; k < components;
3215 k++, temp_index += element_size) {
3217 swapbuf.b = __GLU_SWAP_4_BYTES(temp_index);
3220 totals[k] += *(const GLfloat*)temp_index * percent;
3231 for (k = 0, temp_index = temp; k < components;
3232 k++, temp_index += element_size) {
3234 swapbuf.b = __GLU_SWAP_4_BYTES(temp_index);
3237 totals[k] += *(const GLfloat*)temp_index;
6091 for (k = 0, temp_index = temp; k < components;
6092 k++, temp_index += element_size) {
6094 totals[k] += __GLU_SWAP_2_BYTES(temp_index) * percent;
6096 totals[k] += *(const GLushort*)temp_index * percent;
6109 for (k = 0, temp_index = temp; k < components;
6110 k++, temp_index += element_size) {
6113 __GLU_SWAP_2_BYTES(temp_index) * y_percent;
6115 totals[k] += *(const GLushort*)temp_index * y_percent;
6129 for (k = 0, temp_index = temp; k < components;
6130 k++, temp_index += element_size) {
6132 totals[k] += __GLU_SWAP_2_BYTES(temp_index) * percent;
6134 totals[k] += *(const GLushort*)temp_index * percent;
6150 for (k = 0, temp_index = temp; k < components;
6151 k++, temp_index += element_size) {
6153 totals[k] += __GLU_SWAP_2_BYTES(temp_index) * percent;
6155 totals[k] += *(const GLushort*)temp_index * percent;
6167 for (k = 0, temp_index = temp; k < components;
6168 k++, temp_index += element_size) {
6171 __GLU_SWAP_2_BYTES(temp_index) * y_percent;
6173 totals[k] += *(const GLushort*)temp_index * y_percent;
6187 for (k = 0, temp_index = temp; k < components;
6188 k++, temp_index += element_size) {
6190 totals[k] += __GLU_SWAP_2_BYTES(temp_index) * percent;
6192 totals[k] += *(const GLushort*)temp_index * percent;
6232 for (k = 0, temp_index = temp; k < components;
6233 k++, temp_index += element_size) {
6235 totals[k] += __GLU_SWAP_2_BYTES(temp_index) * percent;
6237 totals[k] += *(const GLushort*)temp_index * percent;
6249 for (k = 0, temp_index = temp; k < components;
6250 k++, temp_index += element_size) {
6253 __GLU_SWAP_2_BYTES(temp_index) * x_percent;
6255 totals[k] += *(const GLushort*)temp_index * x_percent;
6268 for (k = 0, temp_index = temp; k < components;
6269 k++, temp_index += element_size) {
6271 totals[k] += __GLU_SWAP_2_BYTES(temp_index) * percent;
6273 totals[k] += *(const GLushort*)temp_index * percent;
6287 for (k = 0, temp_index = temp; k < components;
6288 k++, temp_index += element_size) {
6290 totals[k] += __GLU_SWAP_2_BYTES(temp_index) * percent;
6292 totals[k] += *(const GLushort*)temp_index * percent;
6304 for (k = 0, temp_index = temp; k < components;
6305 k++, temp_index += element_size) {
6308 __GLU_SWAP_2_BYTES(temp_index) * y_percent;
6310 totals[k] += *(const GLushort*)temp_index * y_percent;
6323 for (k = 0, temp_index = temp; k < components;
6324 k++, temp_index += element_size) {
6326 totals[k] += __GLU_SWAP_2_BYTES(temp_index) * percent;
6328 totals[k] += *(const GLushort*)temp_index * percent;
6341 for (k = 0, temp_index = temp; k < components;
6342 k++, temp_index += element_size) {
6344 totals[k] += __GLU_SWAP_2_BYTES(temp_index) * percent;
6346 totals[k] += *(const GLushort*)temp_index * percent;
6363 for (k = 0, temp_index = temp; k < components;
6364 k++, temp_index += element_size) {
6366 totals[k] += __GLU_SWAP_2_BYTES(temp_index);
6368 totals[k] += *(const GLushort*)temp_index;