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

  /frameworks/rs/cpp/
rsDispatch.h 84 typedef void (*ScriptGroupSetInputFnPtr) (RsContext, RsScriptGroup, RsScriptKernelID, RsAllocation);
155 ScriptGroupSetInputFnPtr ScriptGroupSetInput;
RenderScript.cpp 380 RS::dispatch->ScriptGroupSetInput = (ScriptGroupSetInputFnPtr)dlsym(handle, "rsScriptGroupSetInput");

Completed in 375 milliseconds