Home
last modified time | relevance | path

Searched refs:updateFunc (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/samples/gles2_book/Common/
DesUtil.c240 void ESUTIL_API esRegisterUpdateFunc ( ESContext *esContext, void (ESCALLBACK *updateFunc) ( ESCont… in esRegisterUpdateFunc()
242 esContext->updateFunc = updateFunc; in esRegisterUpdateFunc()
DesUtil.h89 void (ESCALLBACK *updateFunc) ( void*, float deltaTime );
157 void ESUTIL_API esRegisterUpdateFunc ( ESContext *esContext, void (ESCALLBACK *updateFunc) ( ESCont…
/external/chromium_org/third_party/angle/samples/gles2_book/Common/Win32/
DesUtil_win32.c187 if ( esContext->updateFunc != NULL ) in WinLoop()
188 esContext->updateFunc ( esContext, deltaTime ); in WinLoop()
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
Ddirectory_model.js258 function(selection, updateFunc) { argument
264 var dispatchNeeded = updateFunc();