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 199 .ScriptInvokeV = (ScriptInvokeVFnPtr)dlsym(handle, "rsScriptInvokeV"),
  /frameworks/rs/cpp/
rsDispatch.h 80 typedef void (*ScriptInvokeVFnPtr) (RsContext, RsScript, uint32_t, const void*, size_t);
216 ScriptInvokeVFnPtr ScriptInvokeV;
rsDispatch.cpp 105 dispatchTab.ScriptInvokeV = (ScriptInvokeVFnPtr)dlsym(handle, "rsScriptInvokeV");

Completed in 50 milliseconds