Lines Matching refs:GLshort

1080    const GLshort *s = (const GLshort *) src;  in unpack_RGBA_INT16()
1223 const GLshort *s = ((const GLshort *) src); in unpack_SIGNED_R16()
1239 dst[i][RCOMP] = SHORT_TO_FLOAT_TEX( (GLshort) (s[i] & 0xffff) ); in unpack_SIGNED_GR1616()
1240 dst[i][GCOMP] = SHORT_TO_FLOAT_TEX( (GLshort) (s[i] >> 16) ); in unpack_SIGNED_GR1616()
1249 const GLshort *s = (const GLshort *) src; in unpack_SIGNED_RGB_16()
1262 const GLshort *s = (const GLshort *) src; in unpack_SIGNED_RGBA_16()
1368 const GLshort *s = ((const GLshort *) src); in unpack_SIGNED_AL88()
1394 const GLshort *s = ((const GLshort *) src); in unpack_SIGNED_A16()
1407 const GLshort *s = ((const GLshort *) src); in unpack_SIGNED_L16()
1420 const GLshort *s = (const GLshort *) src; in unpack_SIGNED_AL1616()
1433 const GLshort *s = ((const GLshort *) src); in unpack_SIGNED_I16()
2123 unpack_int_rgba_RGBA_INT16(const GLshort *src, GLuint dst[][4], GLuint n) in unpack_int_rgba_RGBA_INT16()
2214 unpack_int_rgba_RGB_INT16(const GLshort *src, GLuint dst[][4], GLuint n) in unpack_int_rgba_RGB_INT16()
2279 unpack_int_rgba_RG_INT16(const GLshort *src, GLuint dst[][4], GLuint n) in unpack_int_rgba_RG_INT16()
2344 unpack_int_rgba_R_INT16(const GLshort *src, GLuint dst[][4], GLuint n) in unpack_int_rgba_R_INT16()
2405 unpack_int_rgba_ALPHA_INT16(const GLshort *src, GLuint dst[][4], GLuint n) in unpack_int_rgba_ALPHA_INT16()
2460 unpack_int_rgba_LUMINANCE_INT16(const GLshort *src, GLuint dst[][4], GLuint n) in unpack_int_rgba_LUMINANCE_INT16()
2516 unpack_int_rgba_LUMINANCE_ALPHA_INT16(const GLshort *src, GLuint dst[][4], GLuint n) in unpack_int_rgba_LUMINANCE_ALPHA_INT16()
2569 unpack_int_rgba_INTENSITY_INT16(const GLshort *src, GLuint dst[][4], GLuint n) in unpack_int_rgba_INTENSITY_INT16()