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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c1728 GLint src_row_length; local
1732 src_row_length = srcPacking->rowLength;
1734 src_row_length = width;
1738 src_row_length = ( ( src_row_length + 7 ) & ~7 ) >> 3;
1741 src_row_length = ( ( src_row_length + 15 ) & ~15 ) >> 3;
1744 src_row_length = ( ( src_row_length + 31 ) & ~31 ) >> 3;
1747 src_row_length
[all...]

Completed in 36 milliseconds