Home
last modified time | relevance | path

Searched refs:_mesa_swap2 (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Dimage.h36 _mesa_swap2( GLushort *p, GLuint n );
Dtexgetimage.c202 _mesa_swap2((GLushort *) dest, width); in get_tex_ycbcr()
205 _mesa_swap2((GLushort *) dest, width); in get_tex_ycbcr()
Dpack.c2740 _mesa_swap2((GLushort *) dstAddr, n * comps); in _mesa_pack_rgba_span_float()
5053 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_index_span()
5065 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_index_span()
5113 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_index_span()
5292 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_stencil_span()
5304 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_stencil_span()
5352 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_stencil_span()
5698 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_depth_span()
5710 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_depth_span()
5758 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_depth_span()
[all …]
Dimage.c51 _mesa_swap2( GLushort *p, GLuint n ) in _mesa_swap2() function
Dtexstore.c2333 _mesa_swap2((GLushort *) dstRow, srcWidth); in _mesa_texstore_ycbcr()