Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dpack.c638 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_stencil_span()
650 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_stencil_span()
699 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_stencil_span()
1046 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_depth_span()
1058 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_depth_span()
1122 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_depth_span()
1322 _mesa_swap2((GLushort*) dst, compsPerRow); in _mesa_unpack_image()
Dimage.h37 _mesa_swap2(GLushort *p, GLuint n);
Dimage.c62 _mesa_swap2(GLushort *p, GLuint n) in _mesa_swap2() function
Dtexgetimage.c262 _mesa_swap2((GLushort *) dest, width); in get_tex_ycbcr()
265 _mesa_swap2((GLushort *) dest, width); in get_tex_ycbcr()
Dtexstore.c312 _mesa_swap2((GLushort *) dstRow, srcWidth); in _mesa_texstore_ycbcr()