Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c176 blend.rt[0].rgb_dst_factor = d3dblend_color_to_pipe_blendfactor(rs[D3DRS_DESTBLEND]); in nine_convert_blend_state()
185 blend.rt[0].alpha_dst_factor = d3dblend_alpha_to_pipe_blendfactor(rs[D3DRS_DESTBLEND]); in nine_convert_blend_state()
Dnine_state.c2684 [D3DRS_DESTBLEND] = D3DBLEND_ZERO,
3455 [D3DRS_DESTBLEND] = NINE_STATE_BLEND,
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_dx9.cpp131 g_pd3dDevice->SetRenderState(D3DRS_DESTBLEND, D3DBLEND_INVSRCALPHA); in ImGui_ImplDX9_RenderDrawData()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.cpp730 device->SetRenderState(D3DRS_DESTBLEND, gl_d3d9::ConvertBlendFunc(blendState.destBlendRGB)); in setBlendFuncsEquations()
798 device->SetRenderState(D3DRS_DESTBLEND, D3DBLEND_ONE); in setColorMask()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.cpp731 device->SetRenderState(D3DRS_DESTBLEND, gl_d3d9::ConvertBlendFunc(blendState.destBlendRGB)); in setBlendFuncsEquations()
799 device->SetRenderState(D3DRS_DESTBLEND, D3DBLEND_ONE); in setColorMask()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx9.cpp99 bd->pd3dDevice->SetRenderState(D3DRS_DESTBLEND, D3DBLEND_INVSRCALPHA); in ImGui_ImplDX9_SetupRenderState()
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dgstd3d9overlay.c452 D3DRS_DESTBLEND, D3DBLEND_INVSRCALPHA)); in gst_d3d9_overlay_set_render_state()
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d/
DSDL_render_d3d.c1368 IDirect3DDevice9_SetRenderState(data->device, D3DRS_DESTBLEND, in D3D_SetBlendMode()
1382 IDirect3DDevice9_SetRenderState(data->device, D3DRS_DESTBLEND, in D3D_SetBlendMode()
1396 IDirect3DDevice9_SetRenderState(data->device, D3DRS_DESTBLEND, in D3D_SetBlendMode()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h756 D3DRS_DESTBLEND = 20, enumerator