Home
last modified time | relevance | path

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

/NW4C-1.2.23/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.2.23/include/nw/ut/generated/
Dut_Signal.hi55 virtual ResultType Invoke() = 0;
91 virtual ResultType Invoke()
133 return slot->Invoke();
342 return this->m_Slot->Invoke();
461 virtual ResultType Invoke(TArg0 arg0) = 0;
498 virtual ResultType Invoke(TArg0 arg0)
541 return slot->Invoke(m_arg0);
750 return this->m_Slot->Invoke(arg0);
869 virtual ResultType Invoke(TArg0 arg0, TArg1 arg1) = 0;
906 virtual ResultType Invoke(TArg0 arg0, TArg1 arg1)
[all …]
/NW4C-1.2.23/include/nw/dev/
Ddev_CallbackChain.h61 void Invoke(GLint id);
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmPerf.cpp148 SmGpuPerf::Invoke(GLint id) in Invoke() function in __anon8b6807030111::SmGpuPerf
174 s_GpuPerf->Invoke(id); in Callback()
DSmSceneCtrl.cpp40 command->Invoke(m_RenderContext); in operator ()()
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmPerf.h211 void Invoke(GLint id);
/NW4C-1.2.23/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp76 virtual void Invoke(nw::gfx::RenderContext* renderContext) in Invoke() function in __anoneac4b5990111::StartShadowRenderCommand
121 virtual void Invoke(nw::gfx::RenderContext* renderContext) in Invoke() function in __anoneac4b5990111::EndShadowRenderCommand
157 virtual void Invoke(nw::gfx::RenderContext* renderContext) in Invoke() function in __anoneac4b5990111::StartRenderCommand
201 virtual void Invoke(nw::gfx::RenderContext* renderContext) in Invoke() function in __anoneac4b5990111::EndRenderCommand
970 command->Invoke(this->m_RenderContext); in operator ()()
/NW4C-1.2.23/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp76 virtual void Invoke(nw::gfx::RenderContext* renderContext) in Invoke() function in __anon3ce08f1b0111::StartShadowRenderCommand
121 virtual void Invoke(nw::gfx::RenderContext* renderContext) in Invoke() function in __anon3ce08f1b0111::EndShadowRenderCommand
157 virtual void Invoke(nw::gfx::RenderContext* renderContext) in Invoke() function in __anon3ce08f1b0111::StartRenderCommand
201 virtual void Invoke(nw::gfx::RenderContext* renderContext) in Invoke() function in __anon3ce08f1b0111::EndRenderCommand
1040 command->Invoke(this->m_RenderContext); in operator ()()
/NW4C-1.2.23/demos/gfx/DynamicMaterialDemo/sources/
DDynamicMaterialDemo.cpp78 virtual void Invoke(nw::gfx::RenderContext* renderContext) in Invoke() function in __anon4a27e6fb0111::StartMaterialChangeRenderCommand
102 virtual void Invoke(nw::gfx::RenderContext* renderContext) in Invoke() function in __anon4a27e6fb0111::EndMaterialChangeRenderCommand
/NW4C-1.2.23/include/nw/gfx/
Dgfx_RenderElement.h45 virtual void Invoke(RenderContext* renderContext) = 0;
/NW4C-1.2.23/demos/gfx/ConstraintDemo/sources/
DConstraintDemo.cpp215 virtual void Invoke(nw::gfx::Skeleton* skeleton, int boneIdx) in Invoke() function in __anon60c7001d0111::CallbackConstraint
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp322 command->Invoke(this->m_RenderContext); in operator ()()