Searched refs:_mesa_swap2 (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | pack.c | 637 _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()
|
D | image.h | 37 _mesa_swap2(GLushort *p, GLuint n);
|
D | texgetimage.c | 259 _mesa_swap2((GLushort *) dest, width); in get_tex_ycbcr() 262 _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 | 311 _mesa_swap2((GLushort *) dstRow, srcWidth); in _mesa_texstore_ycbcr()
|