Searched refs:D3DRS_DESTBLEND (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_pipe.c | 176 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()
|
D | nine_state.c | 2684 [D3DRS_DESTBLEND] = D3DBLEND_ZERO, 3455 [D3DRS_DESTBLEND] = NINE_STATE_BLEND,
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_dx9.cpp | 131 g_pd3dDevice->SetRenderState(D3DRS_DESTBLEND, D3DBLEND_INVSRCALPHA); in ImGui_ImplDX9_RenderDrawData()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | StateManager9.cpp | 730 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/ |
D | StateManager9.cpp | 731 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/ |
D | imgui_impl_dx9.cpp | 99 bd->pd3dDevice->SetRenderState(D3DRS_DESTBLEND, D3DBLEND_INVSRCALPHA); in ImGui_ImplDX9_SetupRenderState()
|
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/ |
D | gstd3d9overlay.c | 452 D3DRS_DESTBLEND, D3DBLEND_INVSRCALPHA)); in gst_d3d9_overlay_set_render_state()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d/ |
D | SDL_render_d3d.c | 1368 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/ |
D | d3d9types.h | 756 D3DRS_DESTBLEND = 20, enumerator
|