Searched refs:ScriptSetVarVFnPtr (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpp/
H A DrsDispatch.h75 typedef void (*ScriptSetVarVFnPtr) (RsContext, RsScript, uint32_t, const void*, size_t); typedef
147 ScriptSetVarVFnPtr ScriptSetVarV;
H A DRenderScript.cpp343 RS::dispatch->ScriptSetVarV = (ScriptSetVarVFnPtr)dlsym(handle, "rsScriptSetVarV");

Completed in 215 milliseconds