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

  /external/mesa3d/src/gallium/drivers/r300/
r300_context.c 98 FREE(r300->blend_color_state.state);
173 R300_INIT_ATOM(blend_color_state, is_r500 ? 3 : 2);
214 R300_ALLOC_ATOM(blend_color_state, r300_blend_color_state);
r300_context.h 511 struct r300_atom blend_color_state; member in struct:r300_context
r300_state.c 467 (struct r300_blend_color_state*)r300->blend_color_state.state;
537 r300_mark_atom_dirty(r300, &r300->blend_color_state);
829 r300_set_blend_color(&r300->context, r300->blend_color_state.state);
    [all...]

Completed in 651 milliseconds