Searched refs:_mesa_swap2 (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | image.h | 36 _mesa_swap2( GLushort *p, GLuint n );
|
D | texgetimage.c | 202 _mesa_swap2((GLushort *) dest, width); in get_tex_ycbcr() 205 _mesa_swap2((GLushort *) dest, width); in get_tex_ycbcr()
|
D | pack.c | 2740 _mesa_swap2((GLushort *) dstAddr, n * comps); in _mesa_pack_rgba_span_float() 5053 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_index_span() 5065 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_index_span() 5113 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_index_span() 5292 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_stencil_span() 5304 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_stencil_span() 5352 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_stencil_span() 5698 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_depth_span() 5710 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_depth_span() 5758 _mesa_swap2( (GLushort *) dst, n ); in _mesa_pack_depth_span() [all …]
|
D | image.c | 51 _mesa_swap2( GLushort *p, GLuint n ) in _mesa_swap2() function
|
D | texstore.c | 2333 _mesa_swap2((GLushort *) dstRow, srcWidth); in _mesa_texstore_ycbcr()
|