Home | History | Annotate | Download | only in main

Lines Matching defs:row

146  * order with row alignment = 1 byte.
152 GLint bytes, row, width_in_bytes;
166 for (row = 0; row < height; row++) {
169 GL_COLOR_INDEX, GL_BITMAP, row, 0);
253 GLint row, width_in_bytes;
261 for (row = 0; row < height; row++) {
263 width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
4228 * Unpack a row of color image data from a client buffer according to
4907 * Unpack a row of color index data from a client buffer according to
5126 * Unpack a row of stencil data from a client buffer according to
5414 * Unpack a row of depth/z values from memory, returning GLushort, GLuint
5882 GLint img, row;
5888 for (row = 0; row < height; row++) {
5890 width, height, format, type, img, row, 0);