Searched refs:_mesa_map_renderbuffer (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A 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()
|
H A D | readpix.c | 260 _mesa_map_renderbuffer(ctx, rb, x, y, width, height, GL_MAP_READ_BIT, in readpixels_memcpy() 311 _mesa_map_renderbuffer(ctx, rb, x, y, width, height, GL_MAP_READ_BIT, in read_uint_depth_pixels() 369 _mesa_map_renderbuffer(ctx, rb, x, y, width, height, GL_MAP_READ_BIT, in read_depth_pixels() 417 _mesa_map_renderbuffer(ctx, rb, x, y, width, height, GL_MAP_READ_BIT, in read_stencil_pixels() 488 _mesa_map_renderbuffer(ctx, rb, x, y, width, height, GL_MAP_READ_BIT, in read_rgba_pixels() 678 _mesa_map_renderbuffer(ctx, rb, x, y, width, height, GL_MAP_READ_BIT, in fast_read_depth_stencil_pixels() 718 _mesa_map_renderbuffer(ctx, depthRb, x, y, width, height, in fast_read_depth_stencil_pixels_separate() 725 _mesa_map_renderbuffer(ctx, stencilRb, x, y, width, height, in fast_read_depth_stencil_pixels_separate() 782 _mesa_map_renderbuffer(ctx, depthRb, x, y, width, height, in slow_read_depth_stencil_pixels_separate() 790 _mesa_map_renderbuffer(ctx, stencilRb, x, y, width, height, in slow_read_depth_stencil_pixels_separate()
|
H A D | renderbuffer.h | 70 _mesa_map_renderbuffer(struct gl_context *ctx,
|
H A D | renderbuffer.c | 449 _mesa_map_renderbuffer(struct gl_context *ctx, in _mesa_map_renderbuffer() function
|