Lines Matching refs:GLushort
327 const GLushort *s = (const GLushort *) src; in extract_uint_indexes()
330 GLushort value = s[i]; in extract_uint_indexes()
586 dst[i] = (GLushort) (indexes[i] & 0xffff); in _mesa_unpack_stencil_span()
646 GLushort *dst = (GLushort *) dest; in _mesa_pack_stencil_span()
649 dst[i] = (GLushort) source[i]; in _mesa_pack_stencil_span()
652 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_stencil_span()
664 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_stencil_span()
713 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_stencil_span()
801 GLushort *dst = (GLushort *) dest; in _mesa_unpack_depth_span()
811 const GLushort *src = (const GLushort *) source; in _mesa_unpack_depth_span()
864 DEPTH_VALUES(GLushort, USHORT_TO_FLOAT); in _mesa_unpack_depth_span()
988 GLushort *zValues = (GLushort *) dest; in _mesa_unpack_depth_span()
992 zValues[i] = (GLushort) (depthValues[i] * (GLfloat) depthMax); in _mesa_unpack_depth_span()
1054 GLushort *dst = (GLushort *) dest; in _mesa_pack_depth_span()
1060 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_depth_span()
1072 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_depth_span()
1136 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_depth_span()
1337 _mesa_swap2((GLushort*) dst, compsPerRow); in _mesa_unpack_image()