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

  /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...]
  /hardware/intel/common/libva/va/
va_vpp.h 685 * If \ref blend_state is NULL, then default operation mode depends
690 * Otherwise, \ref blend_state is a pointer to a #VABlendState
700 const VABlendState *blend_state; member in struct:_VAProcPipelineParameterBuffer
    [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...]
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp 1934 VABlendState blend_state; local
1994 VABlendState blend_state; local
    [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...]
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 775 pipeline_param.blend_state = &state;
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 219 trace_dump_arg(blend_state, state);
    [all...]
  /hardware/intel/img/psb_video/src/
vsp_VPP.c 751 if (!pipeline_param->num_filters && pipeline_param->blend_state)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10effect.h     [all...]

Completed in 381 milliseconds