Home | History | Annotate | Download | only in tnl

Lines Matching defs:CONVERT

62 /* Convert the incoming array to GLfloats.  Understands the
65 #define CONVERT( TYPE, MACRO ) do { \
90 * Convert array of BGRA/GLubyte[4] values to RGBA/float[4]
130 * \brief Convert fixed-point to floating-point.
166 /* Adjust pointer to point at first requested element, convert to
186 CONVERT(GLbyte, BYTE_TO_FLOAT);
194 CONVERT(GLubyte, UBYTE_TO_FLOAT);
198 CONVERT(GLshort, SHORT_TO_FLOAT);
201 CONVERT(GLushort, USHORT_TO_FLOAT);
204 CONVERT(GLint, INT_TO_FLOAT);
207 CONVERT(GLuint, UINT_TO_FLOAT);
210 CONVERT(GLdouble, (GLfloat));
297 /* Just make sure the array is floating point, otherwise convert to