Home
last modified time | relevance | path

Searched refs:D3DRS_DESTBLENDALPHA (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c180 … blend.rt[0].alpha_dst_factor = d3dblend_alpha_to_pipe_blendfactor(rs[D3DRS_DESTBLENDALPHA]); in nine_convert_blend_state()
Dnine_state.c2789 [D3DRS_DESTBLENDALPHA] = D3DBLEND_ZERO,
3556 [D3DRS_DESTBLENDALPHA] = NINE_STATE_BLEND,
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx9.cpp102 bd->pd3dDevice->SetRenderState(D3DRS_DESTBLENDALPHA, D3DBLEND_INVSRCALPHA); in ImGui_ImplDX9_SetupRenderState()
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d/
DSDL_render_d3d.c1373 IDirect3DDevice9_SetRenderState(data->device, D3DRS_DESTBLENDALPHA, in D3D_SetBlendMode()
1387 IDirect3DDevice9_SetRenderState(data->device, D3DRS_DESTBLENDALPHA, in D3D_SetBlendMode()
1401 IDirect3DDevice9_SetRenderState(data->device, D3DRS_DESTBLENDALPHA, in D3D_SetBlendMode()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.cpp742 device->SetRenderState(D3DRS_DESTBLENDALPHA, in setBlendFuncsEquations()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.cpp741 device->SetRenderState(D3DRS_DESTBLENDALPHA, in setBlendFuncsEquations()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h850 D3DRS_DESTBLENDALPHA = 208, enumerator