Home
last modified time | relevance | path

Searched refs:SendEffectChain (Results 1 – 8 of 8) sorted by relevance

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/drivers/audio/
H A DAudioOutputDevice.cpp302 EffectChain* AudioOutputDevice::SendEffectChain(uint iChain) const { in SendEffectChain() function in LinuxSampler::AudioOutputDevice
309 if (SendEffectChain(i)->ID() == iChainID) return SendEffectChain(i); in SendEffectChainByID()
331 return SendEffectChain(iChain); in MasterEffectChain()
H A DAudioOutputDevice.h295 EffectChain* SendEffectChain(uint iChain) const;
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DLayerScope.cpp746 static void SendEffectChain(gl::GLContext* aGLContext,
959 void SenderHelper::SendEffectChain(GLContext* aGLContext, in SendEffectChain() function in mozilla::layers::SenderHelper
1532 SenderHelper::SendEffectChain(aGLContext, aEffectChain, aWidth, aHeight); in DrawEnd()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DLayerScope.cpp743 static void SendEffectChain(gl::GLContext* aGLContext,
956 void SenderHelper::SendEffectChain(GLContext* aGLContext, in SendEffectChain() function in mozilla::layers::SenderHelper
1529 SenderHelper::SendEffectChain(aGLContext, aEffectChain, aWidth, aHeight); in DrawEnd()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/
H A DLayerScope.cpp741 static void SendEffectChain(gl::GLContext* aGLContext,
952 void SenderHelper::SendEffectChain(GLContext* aGLContext, in SendEffectChain() function in mozilla::layers::SenderHelper
1525 SenderHelper::SendEffectChain(aGLContext, aEffectChain, aWidth, aHeight); in DrawEnd()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/
H A DLayerScope.cpp830 static void SendEffectChain(gl::GLContext* aGLContext,
1085 SenderHelper::SendEffectChain(GLContext* aGLContext, in SendEffectChain() function in mozilla::layers::SenderHelper
1707 SenderHelper::SendEffectChain(aGLContext, aEffectChain, aWidth, aHeight); in DrawEnd()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DLayerScope.cpp746 static void SendEffectChain(gl::GLContext* aGLContext,
959 void SenderHelper::SendEffectChain(GLContext* aGLContext, in SendEffectChain() function in mozilla::layers::SenderHelper
1532 SenderHelper::SendEffectChain(aGLContext, aEffectChain, aWidth, aHeight); in DrawEnd()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/network/
H A Dlscpserver.cpp2985 EffectChain* pEffectChain = pDevice->SendEffectChain(i); in ListSendEffectChains()
3038 EffectChain* pEffectChain = pDevice->SendEffectChain(i); in RemoveSendEffectChain()