Home
last modified time | relevance | path

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

/reactos/dll/opengl/mesa/
H A Dimage.h51 extern void gl_flip_bytes( GLubyte *p, GLuint n );
H A Dimage.c105 void gl_flip_bytes( GLubyte *p, GLuint n ) in gl_flip_bytes() function
371 gl_flip_bytes( buffer, bytes ); in gl_unpack_image()
430 gl_flip_bytes( buffer, height * width_in_bytes ); in gl_unpack_image()
H A Dpixel.c928 gl_flip_bytes( buffer, bytes ); in gl_unpack_pixels()