Home | History | Annotate | Download | only in rs

Lines Matching refs:scriptKernelIDCreate

156     mEntryFuncs.ScriptKernelIDCreate = ScriptKernelIDCreate;
936 RsScriptKernelID RsHidlAdaptation::ScriptKernelIDCreate (RsContext context, RsScript script, int slot, int sig)
940 uint64_t kernelID = GetIContextHandle(context)->scriptKernelIDCreate(_script, slot, sig);