HomeSort by relevance Sort by last modified time
    Searched refs:blend_write_color (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blit.c 59 struct pipe_blend_state blend_write_color, blend_keep_color; member in struct:blit_state
103 ctx->blend_write_color.rt[0].colormask = PIPE_MASK_RGBA;
672 cso_set_blend(ctx->cso, &ctx->blend_write_color);
875 cso_set_blend(ctx->cso, &ctx->blend_write_color);
u_blitter.c 91 void *blend_write_color; /**< blend state with writemask of RGBA */ member in struct:blitter_context_priv
177 ctx->blend_write_color = pipe->create_blend_state(pipe, &blend);
296 pipe->delete_blend_state(pipe, ctx->blend_write_color);
905 pipe->bind_blend_state(pipe, ctx->blend_write_color);
    [all...]
u_gen_mipmap.c 62 struct pipe_blend_state blend_keep_color, blend_write_color; member in struct:gen_mipmap_state
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 59 struct pipe_blend_state blend_write_color, blend_keep_color; member in struct:blit_state
103 ctx->blend_write_color.rt[0].colormask = PIPE_MASK_RGBA;
672 cso_set_blend(ctx->cso, &ctx->blend_write_color);
875 cso_set_blend(ctx->cso, &ctx->blend_write_color);
u_blitter.c 91 void *blend_write_color; /**< blend state with writemask of RGBA */ member in struct:blitter_context_priv
177 ctx->blend_write_color = pipe->create_blend_state(pipe, &blend);
296 pipe->delete_blend_state(pipe, ctx->blend_write_color);
905 pipe->bind_blend_state(pipe, ctx->blend_write_color);
    [all...]
u_gen_mipmap.c 62 struct pipe_blend_state blend_keep_color, blend_write_color; member in struct:gen_mipmap_state
    [all...]

Completed in 165 milliseconds