/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_blitter.c | 92 void *blend_keep_color; /**< blend state with writemask of 0 */ member in struct:blitter_context_priv 174 ctx->blend_keep_color = pipe->create_blend_state(pipe, &blend); 297 pipe->delete_blend_state(pipe, ctx->blend_keep_color); 907 pipe->bind_blend_state(pipe, ctx->blend_keep_color); [all...] |
u_blit.c | 59 struct pipe_blend_state blend_write_color, blend_keep_color; member in struct:blit_state 674 cso_set_blend(ctx->cso, &ctx->blend_keep_color);
|
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_blitter.c | 92 void *blend_keep_color; /**< blend state with writemask of 0 */ member in struct:blitter_context_priv 174 ctx->blend_keep_color = pipe->create_blend_state(pipe, &blend); 297 pipe->delete_blend_state(pipe, ctx->blend_keep_color); 907 pipe->bind_blend_state(pipe, ctx->blend_keep_color); [all...] |
u_blit.c | 59 struct pipe_blend_state blend_write_color, blend_keep_color; member in struct:blit_state 674 cso_set_blend(ctx->cso, &ctx->blend_keep_color);
|
u_gen_mipmap.c | 62 struct pipe_blend_state blend_keep_color, blend_write_color; member in struct:gen_mipmap_state [all...] |