Lines Matching defs:pixels
230 GLvoid *pixels,
244 dst = (GLubyte *) _mesa_image_address2d(packing, pixels, width, height,
281 GLenum type, GLvoid *pixels,
307 dst = (GLubyte *) _mesa_image_address2d(packing, pixels, width, height,
322 * Read pixels for format=GL_DEPTH_COMPONENT.
328 GLenum type, GLvoid *pixels,
348 read_uint_depth_pixels(ctx, x, y, width, height, type, pixels, packing)) {
353 dst = (GLubyte *) _mesa_image_address2d(packing, pixels, width, height,
386 * Read pixels for format=GL_STENCIL_INDEX.
392 GLenum type, GLvoid *pixels,
419 dest = _mesa_image_address2d(packing, pixels, width, height,
437 * Read R, G, B, A, RGB, L, or LA pixels.
443 GLenum format, GLenum type, GLvoid *pixels,
471 dst = (GLubyte *) _mesa_image_address2d(packing, pixels, width, height,
831 GLenum type, GLvoid *pixels,
841 dst = (GLubyte *) _mesa_image_address2d(packing, pixels,
876 GLvoid *pixels)
881 pixels = _mesa_map_pbo_dest(ctx, packing, pixels);
883 if (pixels) {
886 pixels, packing)) {
894 read_stencil_pixels(ctx, x, y, width, height, type, pixels,
898 read_depth_pixels(ctx, x, y, width, height, type, pixels,
902 read_depth_stencil_pixels(ctx, x, y, width, height, type, pixels,
907 read_rgba_pixels(ctx, x, y, width, height, format, type, pixels,
1039 GLenum type, GLsizei bufSize, GLvoid *pixels, bool no_error)
1054 pixels);
1155 format, type, bufSize, pixels)) {
1179 format, type, &clippedPacking, pixels);
1185 GLvoid *pixels)
1187 read_pixels(x, y, width, height, format, type, bufSize, pixels, true);
1193 GLvoid *pixels)
1195 read_pixels(x, y, width, height, format, type, bufSize, pixels, false);
1200 GLenum format, GLenum type, GLvoid *pixels)
1203 pixels);
1208 GLenum format, GLenum type, GLvoid *pixels)
1210 _mesa_ReadnPixelsARB(x, y, width, height, format, type, INT_MAX, pixels);