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

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 196 .ScriptInvoke = (ScriptInvokeFnPtr)dlsym(handle, "rsScriptInvoke"),
  /frameworks/rs/cpp/
rsDispatch.h 79 typedef void (*ScriptInvokeFnPtr) (RsContext, RsScript, uint32_t);
214 ScriptInvokeFnPtr ScriptInvoke;
rsDispatch.cpp 103 dispatchTab.ScriptInvoke = (ScriptInvokeFnPtr)dlsym(handle, "rsScriptInvoke");

Completed in 484 milliseconds