Searched refs:_mesa_map_renderbuffer (Results 1 – 4 of 4) sorted by relevance
| /third_party/mesa3d/src/mesa/main/ |
| D | accum.c | 85 _mesa_map_renderbuffer(ctx, accRb, x, y, width, height, in _mesa_clear_accum_buffer() 140 _mesa_map_renderbuffer(ctx, accRb, xpos, ypos, width, height, in accum_scale_or_bias() 211 _mesa_map_renderbuffer(ctx, accRb, xpos, ypos, width, height, in accum_or_load() 220 _mesa_map_renderbuffer(ctx, colorRb, xpos, ypos, width, height, in accum_or_load() 294 _mesa_map_renderbuffer(ctx, accRb, xpos, ypos, width, height, in accum_return() 315 _mesa_map_renderbuffer(ctx, colorRb, xpos, ypos, width, height, in accum_return()
|
| D | readpix.c | 247 _mesa_map_renderbuffer(ctx, rb, x, y, width, height, GL_MAP_READ_BIT, in readpixels_memcpy() 298 _mesa_map_renderbuffer(ctx, rb, x, y, width, height, GL_MAP_READ_BIT, in read_uint_depth_pixels() 356 _mesa_map_renderbuffer(ctx, rb, x, y, width, height, GL_MAP_READ_BIT, in read_depth_pixels() 404 _mesa_map_renderbuffer(ctx, rb, x, y, width, height, GL_MAP_READ_BIT, in read_stencil_pixels() 475 _mesa_map_renderbuffer(ctx, rb, x, y, width, height, GL_MAP_READ_BIT, in read_rgba_pixels() 665 _mesa_map_renderbuffer(ctx, rb, x, y, width, height, GL_MAP_READ_BIT, in fast_read_depth_stencil_pixels() 705 _mesa_map_renderbuffer(ctx, depthRb, x, y, width, height, in fast_read_depth_stencil_pixels_separate() 712 _mesa_map_renderbuffer(ctx, stencilRb, x, y, width, height, in fast_read_depth_stencil_pixels_separate() 769 _mesa_map_renderbuffer(ctx, depthRb, x, y, width, height, in slow_read_depth_stencil_pixels_separate() 777 _mesa_map_renderbuffer(ctx, stencilRb, x, y, width, height, in slow_read_depth_stencil_pixels_separate()
|
| D | renderbuffer.h | 70 _mesa_map_renderbuffer(struct gl_context *ctx,
|
| D | renderbuffer.c | 450 _mesa_map_renderbuffer(struct gl_context *ctx, in _mesa_map_renderbuffer() function
|