Lines Matching refs:to
6 * Permission is hereby granted, free of charge, to any person obtaining a
8 * to deal in the Software without restriction, including without limitation
9 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
10 * and/or sell copies of the Software, and to permit persons to whom the
11 * Software is furnished to do so, subject to the following conditions:
33 * For example, convert array of GLushort[3] to GLfloat[4].
35 * \param to the destination address
40 * \param start first element in source array to convert
41 * \param n number of elements to convert
47 extern void _math_trans_1f(GLfloat *to,
54 extern void _math_trans_1ui(GLuint *to,
61 extern void _math_trans_1ub(GLubyte *to,
68 extern void _math_trans_4ub(GLubyte (*to)[4],
76 extern void _math_trans_4us(GLushort (*to)[4],
84 /** Convert to floats w/out normalization (i.e. just cast) */
85 extern void _math_trans_4f(GLfloat (*to)[4],
93 /** Convert to normalized floats in [0,1] or [-1, 1] */
94 extern void _math_trans_4fn(GLfloat (*to)[4],
102 extern void _math_trans_3fn(GLfloat (*to)[3],