Home | History | Annotate | Download | only in math

Lines Matching refs:to

7  * Permission is hereby granted, free of charge, to any person obtaining a
9 * to deal in the Software without restriction, including without limitation
10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
11 * and/or sell copies of the Software, and to permit persons to whom the
12 * Software is furnished to do so, subject to the following conditions:
18 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36 * For example, convert array of GLushort[3] to GLfloat[4].
38 * \param to the destination address
43 * \param start first element in source array to convert
44 * \param n number of elements to convert
50 extern void _math_trans_1f(GLfloat *to,
57 extern void _math_trans_1ui(GLuint *to,
64 extern void _math_trans_1ub(GLubyte *to,
71 extern void _math_trans_4ub(GLubyte (*to)[4],
79 extern void _math_trans_4chan( GLchan (*to)[4],
87 extern void _math_trans_4us(GLushort (*to)[4],
95 /** Convert to floats w/out normalization (i.e. just cast) */
96 extern void _math_trans_4f(GLfloat (*to)[4],
104 /** Convert to normalized floats in [0,1] or [-1, 1] */
105 extern void _math_trans_4fn(GLfloat (*to)[4],
113 extern void _math_trans_3fn(GLfloat (*to)[3],