Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dpack.c676 _mesa_swap4( (GLuint *) dst, n ); in _mesa_pack_stencil_span()
688 _mesa_swap4( (GLuint *) dst, n ); in _mesa_pack_stencil_span()
700 _mesa_swap4( (GLuint *) dst, n ); in _mesa_pack_stencil_span()
1087 _mesa_swap4( (GLuint *) dst, n ); in _mesa_pack_depth_span()
1099 _mesa_swap4( (GLuint *) dst, n ); in _mesa_pack_depth_span()
1111 _mesa_swap4( (GLuint *) dst, n ); in _mesa_pack_depth_span()
1123 _mesa_swap4( (GLuint *) dst, n ); in _mesa_pack_depth_span()
1201 _mesa_swap4(dest, n); in _mesa_pack_depth_stencil_span()
1340 _mesa_swap4((GLuint*) dst, compsPerRow); in _mesa_unpack_image()
Dimage.h41 _mesa_swap4(GLuint *p, GLuint n);
Dimage.c91 _mesa_swap4(GLuint *p, GLuint n) in _mesa_swap4() function
Dtexgetimage.c158 _mesa_swap4((GLuint *) dest, width); in get_tex_depth_stencil()