Searched refs:_mesa_swap2 (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | pack.c | 652 _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()
|
D | image.h | 38 _mesa_swap2(GLushort *p, GLuint n);
|
D | texgetimage.c | 252 _mesa_swap2((GLushort *) dest, width); in get_tex_ycbcr() 255 _mesa_swap2((GLushort *) dest, width); in get_tex_ycbcr()
|
D | image.c | 62 _mesa_swap2(GLushort *p, GLuint n) in _mesa_swap2() function
|
D | texstore.c | 312 _mesa_swap2((GLushort *) dstRow, srcWidth); in _mesa_texstore_ycbcr()
|