Searched refs:dst_row_length (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c1726 const GLint dst_row_length = CEIL8(width) / 8; local
1754 /* src_row_length and dst_row_length are in bytes */
1761 crMemZero(dstRow, dst_row_length);
1770 dstRow += dst_row_length;
1776 crMemZero(dstRow, dst_row_length);
1785 dstRow += dst_row_length;

Completed in 80 milliseconds