cso_context.c | 115 struct pipe_framebuffer_state fb, fb_saved; member in struct:cso_context 324 util_unreference_framebuffer_state(&ctx->fb_saved); 636 util_copy_framebuffer_state(&ctx->fb_saved, &ctx->fb); 641 if (memcmp(&ctx->fb, &ctx->fb_saved, sizeof(ctx->fb))) { 642 util_copy_framebuffer_state(&ctx->fb, &ctx->fb_saved); 644 util_unreference_framebuffer_state(&ctx->fb_saved); [all...] |