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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
output.c 569 VdpOutputSurfaceRenderBlendState const *blend_state)
576 if (blend_state) {
578 blend.rt[0].rgb_src_factor = BlendFactorToPipe(blend_state->blend_factor_source_color);
579 blend.rt[0].rgb_dst_factor = BlendFactorToPipe(blend_state->blend_factor_destination_color);
580 blend.rt[0].alpha_src_factor = BlendFactorToPipe(blend_state->blend_factor_source_alpha);
581 blend.rt[0].alpha_dst_factor = BlendFactorToPipe(blend_state->blend_factor_destination_alpha);
582 blend.rt[0].rgb_func = BlendEquationToPipe(blend_state->blend_equation_color);
583 blend.rt[0].alpha_func = BlendEquationToPipe(blend_state->blend_equation_alpha);
628 VdpOutputSurfaceRenderBlendState const *blend_state,
661 blend = BlenderToPipe(context, blend_state);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 569 VdpOutputSurfaceRenderBlendState const *blend_state)
576 if (blend_state) {
578 blend.rt[0].rgb_src_factor = BlendFactorToPipe(blend_state->blend_factor_source_color);
579 blend.rt[0].rgb_dst_factor = BlendFactorToPipe(blend_state->blend_factor_destination_color);
580 blend.rt[0].alpha_src_factor = BlendFactorToPipe(blend_state->blend_factor_source_alpha);
581 blend.rt[0].alpha_dst_factor = BlendFactorToPipe(blend_state->blend_factor_destination_alpha);
582 blend.rt[0].rgb_func = BlendEquationToPipe(blend_state->blend_equation_color);
583 blend.rt[0].alpha_func = BlendEquationToPipe(blend_state->blend_equation_alpha);
628 VdpOutputSurfaceRenderBlendState const *blend_state,
661 blend = BlenderToPipe(context, blend_state);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 52 refcnt_ptr<GalliumD3D11BlendState, PtrTraits> blend_state; member in struct:GalliumD3D11DeviceContext
1077 if(blend_state.p != new_blend_state)
1080 blend_state = new_blend_state;
1107 *out_blend_state = blend_state.ref();
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 52 refcnt_ptr<GalliumD3D11BlendState, PtrTraits> blend_state; member in struct:GalliumD3D11DeviceContext
1077 if(blend_state.p != new_blend_state)
1080 blend_state = new_blend_state;
1107 *out_blend_state = blend_state.ref();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_context.c 172 R300_INIT_ATOM(blend_state, 8);
r300_context.h 509 struct r300_atom blend_state; member in struct:r300_context
r300_blit.c 58 util_blitter_save_blend(r300->blitter, r300->blend_state.state);
r300_state.c 443 UPDATE_STATE(state, r300->blend_state);
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.c 172 R300_INIT_ATOM(blend_state, 8);
r300_context.h 509 struct r300_atom blend_state; member in struct:r300_context
r300_blit.c 58 util_blitter_save_blend(r300->blitter, r300->blend_state.state);
r300_state.c 443 UPDATE_STATE(state, r300->blend_state);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_context.c 219 trace_dump_arg(blend_state, state);
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 219 trace_dump_arg(blend_state, state);
    [all...]

Completed in 3812 milliseconds