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

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 171 .ScriptInvokeV = (ScriptInvokeVFnPtr)dlsym(handle, "rsScriptInvokeV"),
  /frameworks/rs/cpp/
rsDispatch.h 81 typedef void (*ScriptInvokeVFnPtr) (RsContext, RsScript, uint32_t, const void*, size_t);
217 ScriptInvokeVFnPtr ScriptInvokeV;
rsDispatch.cpp 105 dispatchTab.ScriptInvokeV = (ScriptInvokeVFnPtr)dlsym(handle, "rsScriptInvokeV");

Completed in 4207 milliseconds