Lines Matching refs:pixels
58 const GLvoid *pixels) in fast_draw_rgb_ubyte_pixels() argument
61 _mesa_image_address2d(unpack, pixels, width, in fast_draw_rgb_ubyte_pixels()
105 const GLvoid *pixels) in fast_draw_rgba_ubyte_pixels() argument
108 _mesa_image_address2d(unpack, pixels, width, in fast_draw_rgba_ubyte_pixels()
154 const GLvoid *pixels) in fast_draw_generic_pixels() argument
157 _mesa_image_address2d(unpack, pixels, width, in fast_draw_generic_pixels()
198 const GLvoid *pixels) in fast_draw_rgba_pixels() argument
231 &unpack, pixels); in fast_draw_rgba_pixels()
240 &unpack, pixels); in fast_draw_rgba_pixels()
247 format, type, &unpack, pixels); in fast_draw_rgba_pixels()
265 const GLvoid *pixels ) in draw_stencil_pixels() argument
279 const GLvoid *source = _mesa_image_address2d(unpack, pixels, in draw_stencil_pixels()
309 const GLvoid *pixels ) in draw_depth_pixels() argument
330 _mesa_image_address2d(unpack, pixels, width, height, in draw_depth_pixels()
351 _mesa_image_address2d(unpack, pixels, width, height, in draw_depth_pixels()
379 pixels, width, height, in draw_depth_pixels()
415 const GLvoid *pixels ) in draw_rgba_pixels() argument
424 unpack, pixels)) { in draw_rgba_pixels()
465 pixels, format, type, in draw_rgba_pixels()
475 pixels = tempImage; in draw_rgba_pixels()
493 width, height, tempImage, pixels); in draw_rgba_pixels()
495 pixels = tempImage; in draw_rgba_pixels()
506 = (const GLubyte *) _mesa_image_address2d(unpack, pixels, in draw_rgba_pixels()
560 const GLvoid *pixels) in fast_draw_depth_stencil() argument
571 src = _mesa_image_address2d(unpack, pixels, width, height, in fast_draw_depth_stencil()
600 const GLvoid *pixels) in draw_depth_stencil_pixels() argument
633 &clippedUnpack, pixels); in draw_depth_stencil_pixels()
651 _mesa_image_address2d(&clippedUnpack, pixels, width, height, in draw_depth_stencil_pixels()
701 const GLvoid *pixels ) in _swrast_DrawPixels() argument
725 pixels = _mesa_map_pbo_source(ctx, unpack, pixels); in _swrast_DrawPixels()
726 if (!pixels) { in _swrast_DrawPixels()
737 draw_stencil_pixels( ctx, x, y, width, height, type, unpack, pixels ); in _swrast_DrawPixels()
742 draw_depth_pixels( ctx, x, y, width, height, type, unpack, pixels ); in _swrast_DrawPixels()
747 draw_depth_stencil_pixels(ctx, x, y, width, height, type, unpack, pixels); in _swrast_DrawPixels()
752 draw_rgba_pixels(ctx, x, y, width, height, format, type, unpack, pixels); in _swrast_DrawPixels()