Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dpack.c652 _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()
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()
Dimage.h38 _mesa_swap2(GLushort *p, GLuint n);
Dtexgetimage.c252 _mesa_swap2((GLushort *) dest, width); in get_tex_ycbcr()
255 _mesa_swap2((GLushort *) dest, width); in get_tex_ycbcr()
Dimage.c62 _mesa_swap2(GLushort *p, GLuint n) in _mesa_swap2() function
Dtexstore.c312 _mesa_swap2((GLushort *) dstRow, srcWidth); in _mesa_texstore_ycbcr()