Home | History | Annotate | Download | only in rs

Lines Matching refs:_dstK

968     std::vector<ScriptKernelID> _dstK(dstKSize / sizeof(RsScriptKernelID));
978 for (size_t i = 0; i < _dstK.size(); i++) {
979 _dstK[i] = (ScriptKernelID)(uintptr_t)dstK[i];
988 uint64_t scriptGroup = GetIContextHandle(context)->scriptGroupCreate(_kernels, _src, _dstK, _dstF, _type);