HomeSort by relevance Sort by last modified time
    Searched refs:ScriptInvokeFnPtr (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/cpp/
rsDispatch.h 67 typedef void (*ScriptInvokeFnPtr) (RsContext, RsScript, uint32_t);
138 ScriptInvokeFnPtr ScriptInvoke;
RenderScript.cpp 295 RS::dispatch->ScriptInvoke = (ScriptInvokeFnPtr)dlsym(handle, "rsScriptInvoke");

Completed in 27 milliseconds