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

  /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...]
  /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/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_context.h 509 struct r300_atom blend_state; member in struct:r300_context
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 509 struct r300_atom blend_state; member in struct:r300_context

Completed in 213 milliseconds