Lines Matching refs:readRb
127 compatible_resolve_formats(const struct gl_renderbuffer *readRb, in compatible_resolve_formats() argument
151 readFormat = _mesa_get_nongeneric_internalformat(readRb->InternalFormat); in compatible_resolve_formats()
259 struct gl_renderbuffer *readRb = in validate_stencil_buffer() local
265 if (_mesa_is_gles3(ctx) && (drawRb == readRb)) { in validate_stencil_buffer()
272 if (_mesa_get_format_bits(readRb->Format, GL_STENCIL_BITS) != in validate_stencil_buffer()
282 read_z_bits = _mesa_get_format_bits(readRb->Format, GL_DEPTH_BITS); in validate_stencil_buffer()
291 _mesa_get_format_datatype(readRb->Format) != in validate_stencil_buffer()
305 struct gl_renderbuffer *readRb = in validate_depth_buffer() local
311 if (_mesa_is_gles3(ctx) && (drawRb == readRb)) { in validate_depth_buffer()
318 if ((_mesa_get_format_bits(readRb->Format, GL_DEPTH_BITS) != in validate_depth_buffer()
320 (_mesa_get_format_datatype(readRb->Format) != in validate_depth_buffer()
327 read_s_bit = _mesa_get_format_bits(readRb->Format, GL_STENCIL_BITS); in validate_depth_buffer()
480 struct gl_renderbuffer *readRb = in blit_framebuffer() local
491 if ((readRb == NULL) || (drawRb == NULL)) { in blit_framebuffer()
500 struct gl_renderbuffer *readRb = in blit_framebuffer() local
511 if ((readRb == NULL) || (drawRb == NULL)) { in blit_framebuffer()