Home | History | Annotate | Download | only in rs

Lines Matching refs:RsScriptKernelID

272 RsClosure RsHidlAdaptation::ClosureCreate(RsContext context, RsScriptKernelID kernelID,
936 RsScriptKernelID RsHidlAdaptation::ScriptKernelIDCreate (RsContext context, RsScript script, int slot, int sig)
941 return (RsScriptKernelID) kernelID;
960 RsScriptGroup RsHidlAdaptation::ScriptGroupCreate (RsContext context, RsScriptKernelID * kernels, size_t kernelsSize,
961 RsScriptKernelID * src, size_t srcSize,
962 RsScriptKernelID * dstK, size_t dstKSize,
966 std::vector<ScriptKernelID> _kernels(kernelsSize / sizeof(RsScriptKernelID));
967 std::vector<ScriptKernelID> _src(srcSize / sizeof(RsScriptKernelID));
968 std::vector<ScriptKernelID> _dstK(dstKSize / sizeof(RsScriptKernelID));
1005 void RsHidlAdaptation::ScriptGroupSetOutput (RsContext context, RsScriptGroup sg, RsScriptKernelID kid, RsAllocation alloc)
1014 void RsHidlAdaptation::ScriptGroupSetInput (RsContext context, RsScriptGroup sg, RsScriptKernelID kid, RsAllocation alloc)