Home
last modified time | relevance | path

Searched refs:Invoke (Results 1 – 12 of 12) sorted by relevance

/NW4C-1.3.3/sources/libraries/dev/
Ddev_CallbackChain.cpp133 CallbackChain::Invoke(GLint id) in Invoke() function in nw::dev::CallbackChain
152 s_CallbackChain->Invoke(id); in CommandListCallback()
/NW4C-1.3.3/include/nw/ut/generated/
Dut_Signal.hi55 virtual ResultType Invoke() = 0;
91 virtual ResultType Invoke()
133 return slot->Invoke();
365 return this->m_Slot->Invoke();
484 virtual ResultType Invoke(TArg0 arg0) = 0;
521 virtual ResultType Invoke(TArg0 arg0)
564 return slot->Invoke(m_arg0);
796 return this->m_Slot->Invoke(arg0);
915 virtual ResultType Invoke(TArg0 arg0, TArg1 arg1) = 0;
952 virtual ResultType Invoke(TArg0 arg0, TArg1 arg1)
[all …]
/NW4C-1.3.3/include/nw/dev/
Ddev_CallbackChain.h61 void Invoke(GLint id);
/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmPerf.cpp148 SmGpuPerf::Invoke(GLint id) in Invoke() function in __anon195443b20111::SmGpuPerf
174 s_GpuPerf->Invoke(id); in Callback()
DSmSceneCtrl.cpp40 command->Invoke(m_RenderContext); in operator ()()
/NW4C-1.3.3/demos/Nw4cDemo/include/
DSmPerf.h211 void Invoke(GLint id);
/NW4C-1.3.3/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp76 virtual void Invoke(nw::gfx::RenderContext* renderContext) in Invoke() function in __anond8ebf6880111::StartShadowRenderCommand
121 virtual void Invoke(nw::gfx::RenderContext* renderContext) in Invoke() function in __anond8ebf6880111::EndShadowRenderCommand
157 virtual void Invoke(nw::gfx::RenderContext* renderContext) in Invoke() function in __anond8ebf6880111::StartRenderCommand
201 virtual void Invoke(nw::gfx::RenderContext* renderContext) in Invoke() function in __anond8ebf6880111::EndRenderCommand
966 command->Invoke(this->m_RenderContext); in operator ()()
/NW4C-1.3.3/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp76 virtual void Invoke(nw::gfx::RenderContext* renderContext) in Invoke() function in __anon96b649ca0111::StartShadowRenderCommand
121 virtual void Invoke(nw::gfx::RenderContext* renderContext) in Invoke() function in __anon96b649ca0111::EndShadowRenderCommand
157 virtual void Invoke(nw::gfx::RenderContext* renderContext) in Invoke() function in __anon96b649ca0111::StartRenderCommand
201 virtual void Invoke(nw::gfx::RenderContext* renderContext) in Invoke() function in __anon96b649ca0111::EndRenderCommand
1032 command->Invoke(this->m_RenderContext); in operator ()()
/NW4C-1.3.3/demos/gfx/DynamicMaterialDemo/sources/
DDynamicMaterialDemo.cpp78 virtual void Invoke(nw::gfx::RenderContext* renderContext) in Invoke() function in __anon5a5c202a0111::StartMaterialChangeRenderCommand
102 virtual void Invoke(nw::gfx::RenderContext* renderContext) in Invoke() function in __anon5a5c202a0111::EndMaterialChangeRenderCommand
/NW4C-1.3.3/demos/gfx/ConstraintDemo/sources/
DConstraintDemo.cpp208 virtual void Invoke(nw::gfx::Skeleton* skeleton, int boneIdx) in Invoke() function in __anon86f6228c0111::CallbackConstraint
278 virtual void Invoke(nw::gfx::Skeleton* skeleton, int boneIdx) in Invoke() function in __anon86f6228c0111::CallbackResourceBasedConstraint
/NW4C-1.3.3/include/nw/gfx/
Dgfx_RenderElement.h45 virtual void Invoke(RenderContext* renderContext) = 0;
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp329 command->Invoke(this->m_RenderContext); in operator ()()