OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blend_keep_color
(Results
1 - 3
of
3
) sorted by null
/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
...]
Completed in 310 milliseconds