Searched refs:updateSceneGraphs (Results 1 – 6 of 6) sorted by relevance
36 bool updateSceneGraphs(int frame);
138 bool FlockingScene::updateSceneGraphs(int frame) { in updateSceneGraphs() function in FlockingScene
35 bool updateSceneGraphs(int frame);
153 bool GlowingScene::updateSceneGraphs(int frame) { in updateSceneGraphs() function in GlowingScene
40 virtual bool updateSceneGraphs(int frame) = 0;
72 return updateSceneGraphs(frame); in update()