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

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 198 (ScriptInvokeIDCreateFnPtr)dlsym(handle, "rsScriptInvokeIDCreate"),
  /frameworks/rs/cpp/
rsDispatch.h 95 typedef RsScriptInvokeID (*ScriptInvokeIDCreateFnPtr) (RsContext, RsScript, int);
215 ScriptInvokeIDCreateFnPtr ScriptInvokeIDCreate;
rsDispatch.cpp 104 dispatchTab.ScriptInvokeIDCreate = (ScriptInvokeIDCreateFnPtr)dlsym(handle, "rsScriptInvokeIDCreate");

Completed in 414 milliseconds