Home
last modified time | relevance | path

Searched refs:alphamode (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/love10/love-0.10.2/src/modules/graphics/opengl/
H A DGraphics.h254 void setBlendMode(BlendMode mode, BlendAlpha alphamode);
259 BlendMode getBlendMode(BlendAlpha &alphamode) const;
H A DGraphics.cpp1101 void Graphics::setBlendMode(BlendMode mode, BlendAlpha alphamode) in setBlendMode() argument
1115 if (alphamode != BLENDALPHA_PREMULTIPLIED) in setBlendMode()
1166 if (srcRGB == GL_ONE && alphamode == BLENDALPHA_MULTIPLY) in setBlendMode()
1173 states.back().blendAlphaMode = alphamode; in setBlendMode()
1176 Graphics::BlendMode Graphics::getBlendMode(BlendAlpha &alphamode) const in getBlendMode()
1178 alphamode = states.back().blendAlphaMode; in getBlendMode()
H A Dwrap_Graphics.cpp1069 Graphics::BlendAlpha alphamode = Graphics::BLENDALPHA_MULTIPLY; in w_setBlendMode() local
1073 if (!Graphics::getConstant(alphastr, alphamode)) in w_setBlendMode()
1077 luax_catchexcept(L, [&](){ instance()->setBlendMode(mode, alphamode); }); in w_setBlendMode()
1086 Graphics::BlendAlpha alphamode; in w_getBlendMode() local
1087 Graphics::BlendMode mode = instance()->getBlendMode(alphamode); in w_getBlendMode()
1092 if (!Graphics::getConstant(alphamode, alphastr)) in w_getBlendMode()
/dports/devel/love/love-11.3/src/modules/graphics/opengl/
H A DGraphics.cpp1237 void Graphics::setBlendMode(BlendMode mode, BlendAlpha alphamode) in setBlendMode() argument
1239 if (mode != states.back().blendMode || alphamode != states.back().blendAlphaMode) in setBlendMode()
1248 if (alphamode != BLENDALPHA_PREMULTIPLIED) in setBlendMode()
1306 if (srcRGB == GL_ONE && alphamode == BLENDALPHA_MULTIPLY && mode != BLEND_NONE) in setBlendMode()
1313 states.back().blendAlphaMode = alphamode; in setBlendMode()
H A DGraphics.h101 void setBlendMode(BlendMode mode, BlendAlpha alphamode) override;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Graphics/Imaging/
H A Dmod.rs434 …pub fn GetSoftwareBitmapConvertedAsync(&self, pixelformat: BitmapPixelFormat, alphamode: BitmapAlp…
438 …terface::vtable(this).7)(::std::mem::transmute_copy(this), pixelformat, alphamode, &mut result__).…
446 …terface::vtable(this).8)(::std::mem::transmute_copy(this), pixelformat, alphamode, transform.into_…
694 …pub fn SetPixelData(&self, pixelformat: BitmapPixelFormat, alphamode: BitmapAlphaMode, width: u32,…
696 …erface::vtable(this).16)(::std::mem::transmute_copy(this), pixelformat, alphamode, width, height, …
988 …pub fn GetSoftwareBitmapConvertedAsync(&self, pixelformat: BitmapPixelFormat, alphamode: BitmapAlp…
992 …terface::vtable(this).7)(::std::mem::transmute_copy(this), pixelformat, alphamode, &mut result__).…
2009 …m" fn(this: ::windows::runtime::RawPtr, pixelformat: BitmapPixelFormat, alphamode: BitmapAlphaMode…
2270 …pub fn GetSoftwareBitmapConvertedAsync(&self, pixelformat: BitmapPixelFormat, alphamode: BitmapAlp…
2274 …terface::vtable(this).7)(::std::mem::transmute_copy(this), pixelformat, alphamode, &mut result__).…
[all …]
/dports/devel/love/love-11.3/src/modules/graphics/
H A Dwrap_Graphics.cpp1819 Graphics::BlendAlpha alphamode = Graphics::BLENDALPHA_MULTIPLY; in w_setBlendMode() local
1823 if (!Graphics::getConstant(alphastr, alphamode)) in w_setBlendMode()
1824 return luax_enumerror(L, "blend alpha mode", Graphics::getConstants(alphamode), alphastr); in w_setBlendMode()
1827 luax_catchexcept(L, [&](){ instance()->setBlendMode(mode, alphamode); }); in w_setBlendMode()
1836 Graphics::BlendAlpha alphamode; in w_getBlendMode() local
1837 Graphics::BlendMode mode = instance()->getBlendMode(alphamode); in w_getBlendMode()
1842 if (!Graphics::getConstant(alphamode, alphastr)) in w_getBlendMode()
H A DGraphics.h655 virtual void setBlendMode(BlendMode mode, BlendAlpha alphamode) = 0;
660 BlendMode getBlendMode(BlendAlpha &alphamode) const;
H A DGraphics.cpp904 Graphics::BlendMode Graphics::getBlendMode(BlendAlpha &alphamode) const in getBlendMode()
906 alphamode = states.back().blendAlphaMode; in getBlendMode()
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/workbench/
H A Dworkbench_data.c204 if (scene->r.alphamode == R_ALPHAPREMUL) { in workbench_private_data_init()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectComposition/
H A Dmod.rs1277 …(&self, width: u32, height: u32, pixelformat: super::Dxgi::DXGI_FORMAT, alphamode: super::Dxgi::DX…
1279 …mute(height), ::std::mem::transmute(pixelformat), ::std::mem::transmute(alphamode), &mut result__)…
1282 …lwidth: u32, initialheight: u32, pixelformat: super::Dxgi::DXGI_FORMAT, alphamode: super::Dxgi::DX…
1464 …(&self, width: u32, height: u32, pixelformat: super::Dxgi::DXGI_FORMAT, alphamode: super::Dxgi::DX…
1469 …lwidth: u32, initialheight: u32, pixelformat: super::Dxgi::DXGI_FORMAT, alphamode: super::Dxgi::DX…
1631 …(&self, width: u32, height: u32, pixelformat: super::Dxgi::DXGI_FORMAT, alphamode: super::Dxgi::DX…
1636 …lwidth: u32, initialheight: u32, pixelformat: super::Dxgi::DXGI_FORMAT, alphamode: super::Dxgi::DX…
1776 …(&self, width: u32, height: u32, pixelformat: super::Dxgi::DXGI_FORMAT, alphamode: super::Dxgi::DX…
1781 …lwidth: u32, initialheight: u32, pixelformat: super::Dxgi::DXGI_FORMAT, alphamode: super::Dxgi::DX…
3854 …(&self, width: u32, height: u32, pixelformat: super::Dxgi::DXGI_FORMAT, alphamode: super::Dxgi::DX…
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/grim/
H A Dactor.h478 void setLocalAlphaMode(unsigned int vertex, AlphaMode alphamode);
/dports/games/residualvm/residualvm-0.3.1/engines/grim/
H A Dactor.h478 void setLocalAlphaMode(unsigned int vertex, AlphaMode alphamode);
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/CompositionSwapchain/
H A Dmod.rs616 …pub unsafe fn SetAlphaMode(&self, alphamode: super::Dxgi::DXGI_ALPHA_MODE) -> ::windows::runtime::… in SetAlphaMode()
617 …Interface::vtable(self).6)(::std::mem::transmute_copy(self), ::std::mem::transmute(alphamode)).ok() in SetAlphaMode()
690 …Dxgi")] pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, alphamode: super::Dxgi::DX…
/dports/graphics/blender/blender-2.91.0/source/blender/editors/render/
H A Drender_preview.c409 sce->r.alphamode = R_ALPHAPREMUL; in preview_prepare_scene()
412 sce->r.alphamode = R_ADDSKY; in preview_prepare_scene()
H A Drender_opengl.c295 bool draw_sky = (scene->r.alphamode == R_ADDSKY); in screen_opengl_render_doit()
/dports/graphics/blender/blender-2.91.0/source/blender/draw/intern/
H A Ddraw_manager.c1483 DST.options.draw_background = (scene->r.alphamode == R_ADDSKY) || in DRW_draw_view()
1754 DST.options.draw_background = scene->r.alphamode == R_ADDSKY; in DRW_render_gpencil()
1835 DST.options.draw_background = scene->r.alphamode == R_ADDSKY; in DRW_render_to_image()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_scene_types.h675 char alphamode; member
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/blender_interface/
H A DBlenderStrokeRenderer.cpp131 freestyle_scene->r.alphamode = R_ALPHAPREMUL; in BlenderStrokeRenderer()
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dversioning_cycles.c1329 scene->r.alphamode = cycles_film_transparency ? R_ALPHAPREMUL : R_ADDSKY; in blo_do_versions_cycles()
H A Dversioning_280.c3605 if (scene->r.alphamode == R_ALPHAKEY) { in blo_do_versions_280()
3606 scene->r.alphamode = R_ADDSKY; in blo_do_versions_280()
/dports/emulators/bochs/bochs-2.7/iodev/display/
H A Dvoodoo_func.h103 Bit32u alphamode= v->reg[alphaMode].u; in raster_function() local
200 COLORPATH_PIPELINE(v, stats, fbzcolorpath, fbzmode, alphamode, in raster_function()
205 dest, depth, fbzmode, fbzcolorpath, alphamode, fogmode, in raster_function()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Direct2D/
H A Dmod.rs16867 …itmapsource: Param0, loadingoptions: D2D1_IMAGE_SOURCE_LOADING_OPTIONS, alphamode: D2D1_ALPHA_MODE…
16869 …m().abi(), ::std::mem::transmute(loadingoptions), ::std::mem::transmute(alphamode), &mut result__)…
17134 …ws::runtime::RawPtr, loadingoptions: D2D1_IMAGE_SOURCE_LOADING_OPTIONS, alphamode: D2D1_ALPHA_MODE…
17530 …itmapsource: Param0, loadingoptions: D2D1_IMAGE_SOURCE_LOADING_OPTIONS, alphamode: D2D1_ALPHA_MODE…
17532 …m().abi(), ::std::mem::transmute(loadingoptions), ::std::mem::transmute(alphamode), &mut result__)…
18222 …itmapsource: Param0, loadingoptions: D2D1_IMAGE_SOURCE_LOADING_OPTIONS, alphamode: D2D1_ALPHA_MODE…
18224 …m().abi(), ::std::mem::transmute(loadingoptions), ::std::mem::transmute(alphamode), &mut result__)…
19087 …itmapsource: Param0, loadingoptions: D2D1_IMAGE_SOURCE_LOADING_OPTIONS, alphamode: D2D1_ALPHA_MODE…
19089 …m().abi(), ::std::mem::transmute(loadingoptions), ::std::mem::transmute(alphamode), &mut result__)…
19995 …itmapsource: Param0, loadingoptions: D2D1_IMAGE_SOURCE_LOADING_OPTIONS, alphamode: D2D1_ALPHA_MODE…
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/sequencer/intern/
H A Dsequencer.c3613 scene->r.alphamode, in seq_render_scene_strip()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Composition/
H A Dmod.rs9437 …ram0, pixelformat: super::super::Graphics::DirectX::DirectXPixelFormat, alphamode: super::super::G… in CreateDrawingSurface()
9441 …:mem::transmute_copy(this), sizepixels.into_param().abi(), pixelformat, alphamode, &mut result__).… in CreateDrawingSurface()
9458 …ram0, pixelformat: super::super::Graphics::DirectX::DirectXPixelFormat, alphamode: super::super::G… in CreateDrawingSurface2()
9462 …:mem::transmute_copy(this), sizepixels.into_param().abi(), pixelformat, alphamode, &mut result__).… in CreateDrawingSurface2()
9466 …ram0, pixelformat: super::super::Graphics::DirectX::DirectXPixelFormat, alphamode: super::super::G… in CreateVirtualDrawingSurface()
9470 …:mem::transmute_copy(this), sizepixels.into_param().abi(), pixelformat, alphamode, &mut result__).… in CreateVirtualDrawingSurface()
9474 …ram0, pixelformat: super::super::Graphics::DirectX::DirectXPixelFormat, alphamode: super::super::G… in CreateMipmapSurface()
9478 …:mem::transmute_copy(this), sizepixels.into_param().abi(), pixelformat, alphamode, &mut result__).… in CreateMipmapSurface()
9490 …capturevisual.into_param().abi(), size.into_param().abi(), pixelformat, alphamode, sdrboost, &mut … in CaptureAsync()
22997 …Size, pixelformat: super::super::Graphics::DirectX::DirectXPixelFormat, alphamode: super::super::G…
[all …]

12