Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c171 blend.rt[0].rgb_dst_factor = d3dblend_color_to_pipe_blendfactor(rs[D3DRS_DESTBLEND]); in nine_convert_blend_state()
180 blend.rt[0].alpha_dst_factor = d3dblend_alpha_to_pipe_blendfactor(rs[D3DRS_DESTBLEND]); in nine_convert_blend_state()
Dnine_state.c2773 [D3DRS_DESTBLEND] = D3DBLEND_ZERO,
3527 [D3DRS_DESTBLEND] = NINE_STATE_BLEND,
/external/swiftshader/src/D3D8/
DDirect3DStateBlock8.cpp499 captureRenderState(D3DRS_DESTBLEND); in capturePixelRenderStates()
DDirect3DDevice8.cpp1944 SetRenderState(D3DRS_DESTBLEND, D3DBLEND_ZERO); in Reset()
2438 case D3DRS_DESTBLEND: in SetRenderState()
/external/swiftshader/include/Direct3D/
Dd3d8types.h334 D3DRS_DESTBLEND = 20, /* D3DBLEND */ enumerator
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc497 _pd3dDevice->SetRenderState(D3DRS_DESTBLEND, D3DBLEND_INVSRCALPHA); in InitDevice()
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp1005 captureRenderState(D3DRS_DESTBLEND); in capturePixelRenderStates()
DDirect3DDevice9.cpp2406 SetRenderState(D3DRS_DESTBLEND, D3DBLEND_ZERO); in Reset()
3152 case D3DRS_DESTBLEND: in SetRenderState()
/external/mesa3d/include/D3D9/
Dd3d9types.h756 D3DRS_DESTBLEND = 20, enumerator