Home
last modified time | relevance | path

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

/frameworks/rs/driver/
DrsdCore.h27 typedef void (* InvokeFunc_t)(void); typedef
DrsdGL.h29 typedef void (* InvokeFunc_t)(void); typedef
DrsdBcc.cpp43 InvokeFunc_t *mInvokeFunctions;
146 drv->mInvokeFunctions = (InvokeFunc_t*) calloc(exportFuncCount, in rsdScriptInit()
147 sizeof(InvokeFunc_t)); in rsdScriptInit()
/frameworks/rs/
DrsScript.h54 typedef void (* InvokeFunc_t)(void); typedef