HomeSort by relevance Sort by last modified time
    Searched full:fb_saved (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/auxiliary/cso_cache/
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...]

Completed in 119 milliseconds