Lines Matching defs:row
153 GLint row, width_in_bytes;
161 for (row = 0; row < height; row++) {
163 width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
471 * Unpack a row of stencil data from a client buffer according to
761 * Unpack a row of depth/z values from memory, returning GLushort, GLuint
1245 GLint img, row;
1251 for (row = 0; row < height; row++) {
1253 width, height, format, type, img, row, 0);