Searched defs:size_of_value (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_swap_pixelmap.c9 static unsigned char * __gl_HandlePixelMapData( GLenum map, GLsizei mapsize, int size_of_value, const GLvoid *values ) argument
16 mapsize*size_of_value;
24 switch( size_of_value )
H A Dpack_pixelmap.c11 static unsigned char * __gl_HandlePixelMapData(GLenum map, GLsizei mapsize, int size_of_value, const GLvoid *values) argument
21 packet_length += mapsize*size_of_value;
33 crMemcpy( data_ptr + 16, values, mapsize*size_of_value );

Completed in 44 milliseconds