Home | History | Annotate | Download | only in main

Lines Matching refs:pixels

57 			GLenum type, GLvoid *pixels,
87 dst = (GLubyte *) _mesa_image_address2d(packing, pixels, width, height,
107 * Read pixels for format=GL_DEPTH_COMPONENT.
113 GLenum type, GLvoid *pixels,
132 if (fast_read_depth_pixels(ctx, x, y, width, height, type, pixels, packing))
136 dst = (GLubyte *) _mesa_image_address2d(packing, pixels, width, height,
169 * Read pixels for format=GL_STENCIL_INDEX.
175 GLenum type, GLvoid *pixels,
202 dest = _mesa_image_address2d(packing, pixels, width, height,
229 GLvoid *pixels,
266 dst = (GLubyte *) _mesa_image_address2d(packing, pixels, width, height,
322 GLvoid *pixels,
335 dst = (GLubyte *) _mesa_image_address2d(packing, pixels, width, height,
379 * Read R, G, B, A, RGB, L, or LA pixels.
385 GLenum format, GLenum type, GLvoid *pixels,
402 format, type, pixels, packing,
408 format, type, pixels, packing, transferOps);
600 GLenum type, GLvoid *pixels,
610 dst = (GLubyte *) _mesa_image_address2d(packing, pixels,
645 GLvoid *pixels)
655 pixels = _mesa_map_pbo_dest(ctx, &clippedPacking, pixels);
657 if (pixels) {
660 read_stencil_pixels(ctx, x, y, width, height, type, pixels,
664 read_depth_pixels(ctx, x, y, width, height, type, pixels,
668 read_depth_stencil_pixels(ctx, x, y, width, height, type, pixels,
673 read_rgba_pixels(ctx, x, y, width, height, format, type, pixels,
686 GLvoid *pixels )
700 pixels);
781 format, type, bufSize, pixels)) {
801 format, type, &ctx->Pack, pixels);
806 GLenum format, GLenum type, GLvoid *pixels )
808 _mesa_ReadnPixelsARB(x, y, width, height, format, type, INT_MAX, pixels);