/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_surface.c | 110 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/ |
D | i915_surface.c | 110 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/ |
D | clear.c | 99 ctx->set_framebuffer_state(ctx, &fb); in init()
|
D | tri-gs.c | 234 ctx->set_framebuffer_state(ctx, &fb); in init()
|
D | shader-leak.c | 229 ctx->set_framebuffer_state(ctx, &fb); in init()
|
D | tri-instanced.c | 285 ctx->set_framebuffer_state(ctx, &fb); in init()
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
D | clear.c | 99 ctx->set_framebuffer_state(ctx, &fb); in init()
|
D | tri-gs.c | 234 ctx->set_framebuffer_state(ctx, &fb); in init()
|
D | shader-leak.c | 229 ctx->set_framebuffer_state(ctx, &fb); in init()
|
D | tri-instanced.c | 285 ctx->set_framebuffer_state(ctx, &fb); in init()
|
D | quad-sample.c | 356 ctx->set_framebuffer_state(ctx, &fb); in init()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_context.c | 137 llvmpipe->pipe.set_framebuffer_state = llvmpipe_set_framebuffer_state; in llvmpipe_create_context()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_context.c | 137 llvmpipe->pipe.set_framebuffer_state = llvmpipe_set_framebuffer_state; in llvmpipe_create_context()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_blitter.c | 463 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/ |
D | u_blitter.c | 463 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/ |
D | svga_pipe_misc.c | 180 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/ |
D | svga_pipe_misc.c | 180 svga->pipe.set_framebuffer_state = svga_set_framebuffer_state; in svga_init_misc_functions()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 205 void (*set_framebuffer_state)( struct pipe_context *, member
|
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/ |
D | p_context.h | 205 void (*set_framebuffer_state)( struct pipe_context *, member
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
D | r300_blit.c | 419 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/ |
D | r300_blit.c | 419 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/ |
D | noop_state.c | 311 ctx->set_framebuffer_state = noop_set_framebuffer_state; in noop_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_state.c | 311 ctx->set_framebuffer_state = noop_set_framebuffer_state; in noop_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_context.c | 239 softpipe->pipe.set_framebuffer_state = softpipe_set_framebuffer_state; in softpipe_create_context()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
D | sp_context.c | 239 softpipe->pipe.set_framebuffer_state = softpipe_set_framebuffer_state; in softpipe_create_context()
|