| /CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/ |
| D | SceneManager.cpp | 95 void SceneManager::Update() in Update() function in scene::SceneManager 118 m_pScene->Update(); in Update()
|
| D | TenKey.cpp | 175 void TenKey::Update() in Update() function in scene::TenKey 177 m_controlManager.Update(); in Update()
|
| D | GuiControlManager.cpp | 97 void ControlManager::Update() in Update() function in scene::ControlManager
|
| /CTR-SDK-4.2.7-SampleDemos/common/include/scene/ |
| D | SceneManager.h | 62 void Update();
|
| D | Scene.h | 68 virtual void Update() = 0;
|
| D | GuiControlManager.h | 93 void Update();
|
| D | TenKey.h | 72 void Update();
|
| /CTR-SDK-4.2.7-SampleDemos/common/include/demo/ShaderProgram/ |
| D | demo_DecalTextureProgram.h | 84 virtual void Update(void);
|
| D | demo_ProgramObject.h | 146 virtual void Update(void);
|
| /CTR-SDK-4.2.7-SampleDemos/common/include/demo/Body/ |
| D | demo_Particle.h | 44 void Update(const f32 time);
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/ShaderProgram/ |
| D | demo_DecalTextureProgram.cpp | 152 void DecalTextureProgram::Update(void) in Update() function in demo::DecalTextureProgram
|
| D | demo_ProgramObject.cpp | 85 void ProgramObject::Update(void) in Update() function in demo::ProgramObject
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheVSUniformFrame/ |
| D | gx_CommandCacheVSUniformFrame.cpp | 265 s_ParticleArray[modelIndex].Update(s_DeltaTime); in DrawDisplay0() 387 s_ParticleArray[modelIndex].Update(s_DeltaTime); in MakeDisplay0CommandCache() 431 particle.Update(s_DeltaTime); in UpdateDisplay0CommandCache()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheVSUniformModel/ |
| D | gx_CommandCacheVSUniformModel.cpp | 276 s_ParticleArray[modelIndex].Update(s_DeltaTime); in DrawDisplay0() 394 s_ParticleArray[modelIndex].Update(s_DeltaTime); in MakeDisplay0CommandCache() 423 particle.Update(s_DeltaTime); in DrawDisplay0CommandCache()
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Body/ |
| D | demo_Particle.cpp | 83 void Particle::Update(const f32 time) in Update() function in demo::Particle
|
| /CTR-SDK-4.2.7-SampleDemos/crypto/Rsa/ |
| D | main.cpp | 141 sha256.Update(string, strlen(string)); in sign_verify_test__pre_digest()
|
| /CTR-SDK-4.2.7-SampleDemos/crypto/BlockCipher/ |
| D | main.cpp | 230 const size_t out = ctr.Update(pD + offset, dstSize - offset, &pS[i], packetSize); in Encrypt() 265 const size_t out = ctr.Update(pD + offset, dstSize - offset, &pS[i], packetSize); in Decrypt()
|
| /CTR-SDK-4.2.7-SampleDemos/dlp/SimpleServer/ |
| D | SimpleServer.cpp | 453 void Update(nn::dlp::ServerState serverState, u16* pSelected, in Update() function 589 Update(serverState, &s_Selected, s_PadStatus); in nnMain()
|
| /CTR-SDK-4.2.7-SampleDemos/dlp/FakeClient/ |
| D | FakeClient.cpp | 687 void Update(nn::dlp::ClientStatus clientStatus, nn::dlp::TitleInfo* titleList, int* pTitleNum, int*… in Update() function 826 Update(clientStatus, titleList, &s_TitleNum, &s_Selected, padStatus); in nnMain()
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/ |
| D | demo_RenderSystemDrawing.cpp | 546 shaderProgramPtr->Update(); in FlushTexturedPrimitives()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/RenderToTexture/ |
| D | gx_RenderToTexture.cpp | 293 s_ParticleArray[particleIndex].Update(s_DeltaTime); in UpdateParticles()
|