Searched refs:D3DRS_DESTBLEND (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
H A Dnine_pipe.c171 blend.rt[0].rgb_dst_factor = d3dblend_color_to_pipe_blendfactor(rs[D3DRS_DESTBLEND]);
180 blend.rt[0].alpha_dst_factor = d3dblend_alpha_to_pipe_blendfactor(rs[D3DRS_DESTBLEND]);
H A Dnine_state.c2853 [D3DRS_DESTBLEND] = D3DBLEND_ZERO,
3533 D3DRS_DESTBLEND,
3651 [D3DRS_DESTBLEND] = NINE_STATE_BLEND,
/external/swiftshader/src/D3D8/
H A DDirect3DStateBlock8.cpp499 captureRenderState(D3DRS_DESTBLEND);
H A DDirect3DDevice8.cpp1944 SetRenderState(D3DRS_DESTBLEND, D3DBLEND_ZERO);
2438 case D3DRS_DESTBLEND:
/external/swiftshader/include/Direct3D/
H A Dd3d8types.h334 D3DRS_DESTBLEND = 20, /* D3DBLEND */ enumerator in enum:_D3DRENDERSTATETYPE
/external/swiftshader/src/D3D9/
H A DDirect3DStateBlock9.cpp1005 captureRenderState(D3DRS_DESTBLEND);
H A DDirect3DDevice9.cpp2405 SetRenderState(D3DRS_DESTBLEND, D3DBLEND_ZERO);
3151 case D3DRS_DESTBLEND:
/external/webrtc/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.cc497 _pd3dDevice->SetRenderState(D3DRS_DESTBLEND, D3DBLEND_INVSRCALPHA);
/external/mesa3d/include/D3D9/
H A Dd3d9types.h756 D3DRS_DESTBLEND = 20, enumerator in enum:_D3DRENDERSTATETYPE

Completed in 181 milliseconds