Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dpack.c636 _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()
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()
Dimage.h37 _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()