Searched defs:fb_saved (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c115 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);
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c115 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);

Completed in 240 milliseconds