Lines Matching refs:GLushort
327 const GLushort *s = (const GLushort *) src; in extract_uint_indexes()
330 GLushort value = s[i]; in extract_uint_indexes()
570 dst[i] = (GLushort) (indexes[i] & 0xffff); in _mesa_unpack_stencil_span()
630 GLushort *dst = (GLushort *) dest; in _mesa_pack_stencil_span()
633 dst[i] = (GLushort) source[i]; in _mesa_pack_stencil_span()
636 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_stencil_span()
648 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_stencil_span()
697 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_stencil_span()
785 GLushort *dst = (GLushort *) dest; in _mesa_unpack_depth_span()
795 const GLushort *src = (const GLushort *) source; in _mesa_unpack_depth_span()
848 DEPTH_VALUES(GLushort, USHORT_TO_FLOAT); in _mesa_unpack_depth_span()
972 GLushort *zValues = (GLushort *) dest; in _mesa_unpack_depth_span()
976 zValues[i] = (GLushort) (depthValues[i] * (GLfloat) depthMax); in _mesa_unpack_depth_span()
1038 GLushort *dst = (GLushort *) dest; in _mesa_pack_depth_span()
1044 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_depth_span()
1056 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_depth_span()
1120 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_depth_span()
1320 _mesa_swap2((GLushort*) dst, compsPerRow); in _mesa_unpack_image()