Home
last modified time | relevance | path

Searched refs:_mesa_unpack_bitmap (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpack.h44 _mesa_unpack_bitmap(GLint width, GLint height, const GLubyte *pixels,
Dpack.c101 GLubyte *ptrn = (GLubyte *) _mesa_unpack_bitmap(32, 32, pattern, unpacking); in _mesa_unpack_polygon_stipple()
149 _mesa_unpack_bitmap( GLint width, GLint height, const GLubyte *pixels, in _mesa_unpack_bitmap() function
Ddlist.c927 image = _mesa_unpack_bitmap(width, height, pixels, unpack); in unpack_image()
952 image = _mesa_unpack_bitmap(width, height, src, unpack); in unpack_image()