Home
last modified time | relevance | path

Searched refs:set_framebuffer_state (Results 1 – 25 of 80) sorted by relevance

1234

/external/mesa3d/src/gallium/drivers/i915/
Di915_surface.c110 pipe->set_framebuffer_state(pipe, &fb_state); in i915_clear_render_target_render()
118 pipe->set_framebuffer_state(pipe, &i915->blitter->saved_fb_state); in i915_clear_render_target_render()
141 pipe->set_framebuffer_state(pipe, &fb_state); in i915_clear_depth_stencil_render()
150 pipe->set_framebuffer_state(pipe, &i915->blitter->saved_fb_state); in i915_clear_depth_stencil_render()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
Di915_surface.c110 pipe->set_framebuffer_state(pipe, &fb_state); in i915_clear_render_target_render()
118 pipe->set_framebuffer_state(pipe, &i915->blitter->saved_fb_state); in i915_clear_render_target_render()
141 pipe->set_framebuffer_state(pipe, &fb_state); in i915_clear_depth_stencil_render()
150 pipe->set_framebuffer_state(pipe, &i915->blitter->saved_fb_state); in i915_clear_depth_stencil_render()
/external/mesa3d/src/gallium/tests/graw/
Dclear.c99 ctx->set_framebuffer_state(ctx, &fb); in init()
Dtri-gs.c234 ctx->set_framebuffer_state(ctx, &fb); in init()
Dshader-leak.c229 ctx->set_framebuffer_state(ctx, &fb); in init()
Dtri-instanced.c285 ctx->set_framebuffer_state(ctx, &fb); in init()
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
Dclear.c99 ctx->set_framebuffer_state(ctx, &fb); in init()
Dtri-gs.c234 ctx->set_framebuffer_state(ctx, &fb); in init()
Dshader-leak.c229 ctx->set_framebuffer_state(ctx, &fb); in init()
Dtri-instanced.c285 ctx->set_framebuffer_state(ctx, &fb); in init()
Dquad-sample.c356 ctx->set_framebuffer_state(ctx, &fb); in init()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_context.c137 llvmpipe->pipe.set_framebuffer_state = llvmpipe_set_framebuffer_state; in llvmpipe_create_context()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c137 llvmpipe->pipe.set_framebuffer_state = llvmpipe_set_framebuffer_state; in llvmpipe_create_context()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_blitter.c463 pipe->set_framebuffer_state(pipe, &ctx->base.saved_fb_state); in blitter_restore_fb_state()
1237 pipe->set_framebuffer_state(pipe, &fb_state); in util_blitter_copy_texture_view()
1310 pipe->set_framebuffer_state(pipe, &fb_state); in util_blitter_clear_render_target()
1376 pipe->set_framebuffer_state(pipe, &fb_state); in util_blitter_clear_depth_stencil()
1429 pipe->set_framebuffer_state(pipe, &fb_state); in util_blitter_custom_depth_stencil()
1551 pipe->set_framebuffer_state(pipe, &fb_state); in util_blitter_custom_resolve_color()
1597 pipe->set_framebuffer_state(pipe, &fb_state); in util_blitter_custom_color()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c463 pipe->set_framebuffer_state(pipe, &ctx->base.saved_fb_state); in blitter_restore_fb_state()
1237 pipe->set_framebuffer_state(pipe, &fb_state); in util_blitter_copy_texture_view()
1310 pipe->set_framebuffer_state(pipe, &fb_state); in util_blitter_clear_render_target()
1376 pipe->set_framebuffer_state(pipe, &fb_state); in util_blitter_clear_depth_stencil()
1429 pipe->set_framebuffer_state(pipe, &fb_state); in util_blitter_custom_depth_stencil()
1551 pipe->set_framebuffer_state(pipe, &fb_state); in util_blitter_custom_resolve_color()
1597 pipe->set_framebuffer_state(pipe, &fb_state); in util_blitter_custom_color()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_misc.c180 svga->pipe.set_framebuffer_state = svga_set_framebuffer_state; in svga_init_misc_functions()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
Dsvga_pipe_misc.c180 svga->pipe.set_framebuffer_state = svga_set_framebuffer_state; in svga_init_misc_functions()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h205 void (*set_framebuffer_state)( struct pipe_context *, member
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
Dp_context.h205 void (*set_framebuffer_state)( struct pipe_context *, member
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
Dr300_blit.c419 r300->context.set_framebuffer_state(&r300->context, &fb); in r300_decompress_zmask_locked_unsafe()
430 r300->context.set_framebuffer_state(&r300->context, &saved_fb); in r300_decompress_zmask_locked()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c419 r300->context.set_framebuffer_state(&r300->context, &fb); in r300_decompress_zmask_locked_unsafe()
430 r300->context.set_framebuffer_state(&r300->context, &saved_fb); in r300_decompress_zmask_locked()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
Dnoop_state.c311 ctx->set_framebuffer_state = noop_set_framebuffer_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c311 ctx->set_framebuffer_state = noop_set_framebuffer_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_context.c239 softpipe->pipe.set_framebuffer_state = softpipe_set_framebuffer_state; in softpipe_create_context()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
Dsp_context.c239 softpipe->pipe.set_framebuffer_state = softpipe_set_framebuffer_state; in softpipe_create_context()

1234