Home
last modified time | relevance | path

Searched refs:_mesa_swap4 (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpack.c661 _mesa_swap4( (GLuint *) dst, n ); in _mesa_pack_stencil_span()
673 _mesa_swap4( (GLuint *) dst, n ); in _mesa_pack_stencil_span()
685 _mesa_swap4( (GLuint *) dst, n ); in _mesa_pack_stencil_span()
1072 _mesa_swap4( (GLuint *) dst, n ); in _mesa_pack_depth_span()
1084 _mesa_swap4( (GLuint *) dst, n ); in _mesa_pack_depth_span()
1096 _mesa_swap4( (GLuint *) dst, n ); in _mesa_pack_depth_span()
1108 _mesa_swap4( (GLuint *) dst, n ); in _mesa_pack_depth_span()
1185 _mesa_swap4(dest, n); in _mesa_pack_depth_stencil_span()
1324 _mesa_swap4((GLuint*) dst, compsPerRow); in _mesa_unpack_image()
Dimage.h40 _mesa_swap4(GLuint *p, GLuint n);
Dimage.c91 _mesa_swap4(GLuint *p, GLuint n) in _mesa_swap4() function
Dtexgetimage.c165 _mesa_swap4((GLuint *) dest, width); in get_tex_depth_stencil()