Searched refs:GalliumD3D11BlendState (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_screen.h460 *out_blend_state = new GalliumD3D11BlendState(this, object, *blend_state_desc);
499 *out_blend_state = new GalliumD3D11BlendState(this, object, *blend_state_desc);
H A Dd3d11_objects.h156 typedef GalliumD3D11DescribedObject<ID3D11BlendState, D3D11_BLEND_DESC> GalliumD3D11BlendState; typedef
H A Dd3d11_context.h52 refcnt_ptr<GalliumD3D11BlendState, PtrTraits> blend_state;
1079 pipe->bind_blend_state(pipe, new_blend_state ? ((GalliumD3D11BlendState*)new_blend_state)->object : default_blend);

Completed in 295 milliseconds