Searched refs:updateFunc (Results 1 – 4 of 4) sorted by relevance
240 void ESUTIL_API esRegisterUpdateFunc ( ESContext *esContext, void (ESCALLBACK *updateFunc) ( ESCont… in esRegisterUpdateFunc()242 esContext->updateFunc = updateFunc; in esRegisterUpdateFunc()
89 void (ESCALLBACK *updateFunc) ( void*, float deltaTime );157 void ESUTIL_API esRegisterUpdateFunc ( ESContext *esContext, void (ESCALLBACK *updateFunc) ( ESCont…
187 if ( esContext->updateFunc != NULL ) in WinLoop()188 esContext->updateFunc ( esContext, deltaTime ); in WinLoop()
258 function(selection, updateFunc) { argument264 var dispatchNeeded = updateFunc();