Searched refs:rbRead (Results 1 – 1 of 1) sorted by relevance
1356 struct st_renderbuffer *rbRead, *rbDraw; in blit_copy_pixels() local1384 rbRead = st_get_color_read_renderbuffer(ctx); in blit_copy_pixels()1387 if ((rbRead != rbDraw || in blit_copy_pixels()1389 rbRead->Base.Format == rbDraw->Base.Format) { in blit_copy_pixels()1404 rbRead->texture, in blit_copy_pixels()1405 rbRead->rtt_level, &srcBox); in blit_copy_pixels()1422 struct st_renderbuffer *rbRead; in st_CopyPixels() local1465 rbRead = st_get_color_read_renderbuffer(ctx); in st_CopyPixels()1480 rbRead = st_renderbuffer(ctx->ReadBuffer-> in st_CopyPixels()1493 sample_count = rbRead->texture->nr_samples; in st_CopyPixels()[all …]