Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dpack.c637 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_stencil_span()
649 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_stencil_span()
698 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_stencil_span()
1045 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_depth_span()
1057 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_depth_span()
1121 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_depth_span()
1321 _mesa_swap2((GLushort*) dst, compsPerRow); in _mesa_unpack_image()
Dimage.h37 _mesa_swap2(GLushort *p, GLuint n);
Dtexgetimage.c259 _mesa_swap2((GLushort *) dest, width); in get_tex_ycbcr()
262 _mesa_swap2((GLushort *) dest, width); in get_tex_ycbcr()
Dimage.c62 _mesa_swap2(GLushort *p, GLuint n) in _mesa_swap2() function
Dtexstore.c311 _mesa_swap2((GLushort *) dstRow, srcWidth); in _mesa_texstore_ycbcr()