Lines Matching refs:dispatchTab

270 static dispatchTable dispatchTab;
293 if (loadSymbols(handle, dispatchTab, targetApi) == false) {
350 dispatchTab.ContextFinish((RsContext)con);
429 ret = (jlong)(uintptr_t)dispatchTab.ClosureCreate(
486 ret = (jlong)(uintptr_t)dispatchTab.InvokeClosureCreate(
505 dispatchTab.ClosureSetArg((RsContext)con, (RsClosure)closureID, (uint32_t)index,
513 dispatchTab.ClosureSetGlobal((RsContext)con, (RsClosure)closureID,
544 ret = (jlong)(uintptr_t)dispatchTab.ScriptGroup2Create(
558 dispatchTab.ScriptGroupExecute((RsContext)con, (RsScriptGroup2)groupID);
565 dispatchTab.ObjDestroy((RsContext)con, (void *)obj);
598 dispatchTab.ContextFinish((RsContext)con);
603 dispatchTab.ScriptForEachMulti((RsContext)con, (RsScript)id, 0,
638 dispatchTab.ContextFinish((RsContext)con);
643 dispatchTab.ScriptForEachMulti((RsContext)con, (RsScript)id, 0,
681 dispatchTab.ContextFinish((RsContext)con);
686 dispatchTab.ScriptForEachMulti((RsContext)con, (RsScript)id, 0,
724 dispatchTab.ContextFinish((RsContext)con);
729 dispatchTab.ScriptForEachMulti((RsContext)con, (RsScript)id, 0,
757 dispatchTab.ContextFinish((RsContext)con);
762 dispatchTab.ScriptForEachMulti((RsContext)con, (RsScript)id, 0,
772 return (jlong)(uintptr_t)dispatchTab.DeviceCreate();
779 return dispatchTab.DeviceDestroy((RsDevice)dev);
786 return dispatchTab.DeviceSetConfig((RsDevice)dev, (RsDeviceParam)p, value);
798 jlong id = (jlong)(uintptr_t)dispatchTab.ContextCreate((RsDevice)dev, ver,
801 if (dispatchTab.SetNativeLibDir) {
802 dispatchTab.SetNativeLibDir((RsContext)id, nativeLibDir, length);
814 dispatchTab.ContextSetPriority((RsContext)con, p);
823 dispatchTab.ContextDestroy((RsContext)con);
830 dispatchTab.ContextDump((RsContext)con, bits);
842 int id = dispatchTab.ContextGetMessage((RsContext)con,
861 int id = dispatchTab.ContextGetMessage((RsContext)con,
880 int id = dispatchTab.ContextPeekMessage((RsContext)con, &receiveLen, sizeof(receiveLen),
891 dispatchTab.ContextInitToClient((RsContext)con);
897 dispatchTab.ContextDeinitToClient((RsContext)con);
910 dispatchTab.ContextSendMessage((RsContext)con, id, (const uint8_t *)ptr, len * sizeof(int));
924 return (jlong)(uintptr_t)dispatchTab.ElementCreate((RsContext)con,
953 jlong id = (jlong)(uintptr_t)dispatchTab.ElementCreate2((RsContext)con, (RsElement *)ids,
981 dispatchTab.ElementGetSubElements((RsContext)con, (RsElement)id, ids, names, arraySizes,
1006 return (jlong)(uintptr_t)dispatchTab.TypeCreate((RsContext)con, (RsElement)eid, dimx, dimy,
1018 return (jlong)(uintptr_t) dispatchTab.AllocationCreateTyped((RsContext)con, (RsType)type,
1027 dispatchTab.AllocationSyncAll((RsContext)con, (RsAllocation)a, (RsAllocationUsageType)bits);
1033 ioDispatch.sAllocationSetSurface(_env, _this, (RsContext)con, (RsAllocation)alloc, sur, dispatchTab);
1039 dispatchTab.AllocationIoSend((RsContext)con, (RsAllocation)alloc);
1046 dispatchTab.AllocationGenerateMipmaps((RsContext)con, (RsAllocation)alloc);
1071 id = (jlong)(uintptr_t)dispatchTab.AllocationCreateFromBitmap((RsContext)con,
1091 id = (jlong)(uintptr_t)dispatchTab.AllocationCreateTyped((RsContext)con,
1110 id = (jlong)(uintptr_t)dispatchTab.AllocationCubeCreateFromBitmap((RsContext)con,
1132 dispatchTab.Allocation2DData((RsContext)con, (RsAllocation)alloc, 0, 0, 0,
1150 dispatchTab.AllocationCopyToBitmap((RsContext)con, (RsAllocation)alloc, pixels,
1167 PER_ARRAY_TYPE(nullptr, dispatchTab.Allocation1DData, true,
1181 dispatchTab.Allocation1DElementData((RsContext)con, (RsAllocation)alloc, xoff,
1197 dispatchTab.AllocationElementData((RsContext)con, (RsAllocation)alloc,
1215 PER_ARRAY_TYPE(nullptr, dispatchTab.Allocation2DData, true,
1233 dispatchTab.AllocationCopy2DRange((RsContext)con,
1254 PER_ARRAY_TYPE(nullptr, dispatchTab.Allocation3DData, true,
1272 dispatchTab.AllocationCopy3DRange((RsContext)con,
1288 PER_ARRAY_TYPE(0, dispatchTab.AllocationRead, false,
1301 PER_ARRAY_TYPE(0, dispatchTab.Allocation1DRead, false,
1317 dispatchTab.AllocationElementRead((RsContext)con, (RsAllocation)alloc,
1335 PER_ARRAY_TYPE(0, dispatchTab.Allocation2DRead, false,
1351 PER_ARRAY_TYPE(nullptr, dispatchTab.Allocation3DRead, false,
1360 return (jlong)(uintptr_t) dispatchTab.AllocationGetType((RsContext)con, (RsAllocation)a);
1368 dispatchTab.AllocationResize1D((RsContext)con, (RsAllocation)alloc, dimX);
1381 dispatchTab.ScriptBindAllocation((RsContext)con, (RsScript)script, (RsAllocation)alloc, slot);
1393 dispatchTab.ScriptSetVarI((RsContext)con, (RsScript)script, slot, val);
1405 dispatchTab.ScriptSetVarObj((RsContext)con, (RsScript)script, slot, (RsObjectBase)val);
1417 dispatchTab.ScriptSetVarJ((RsContext)con, (RsScript)script, slot, val);
1429 dispatchTab.ScriptSetVarF((RsContext)con, (RsScript)script, slot, val);
1441 dispatchTab.ScriptSetVarD((RsContext)con, (RsScript)script, slot, val);
1454 dispatchTab.ScriptSetVarV((RsContext)con, (RsScript)script, slot, ptr, len);
1472 dispatchTab.ScriptSetVarVE((RsContext)con, (RsScript)script, slot, ptr, len, (RsElement)elem,
1492 dispatchTab.ScriptSetTimeZone((RsContext)con, (RsScript)script, (const char *)timeZone_ptr, length);
1507 dispatchTab.ScriptInvoke((RsContext)con, (RsScript)obj, slot);
1520 dispatchTab.ScriptInvokeV((RsContext)con, (RsScript)script, slot, ptr, len);
1531 dispatchTab.ContextFinish((RsContext)con);
1536 dispatchTab.ScriptForEach((RsContext)con, (RsScript)script, slot,
1550 dispatchTab.ContextFinish((RsContext)con);
1555 dispatchTab.ScriptForEach((RsContext)con, (RsScript)script, slot,
1586 dispatchTab.ContextFinish((RsContext)con);
1591 dispatchTab.ScriptForEach((RsContext)con, (RsScript)script, slot,
1623 dispatchTab.ContextFinish((RsContext)con);
1628 dispatchTab.ScriptForEach((RsContext)con, (RsScript)script, slot,
1824 dispatchTab.ScriptReduce((RsContext)con, (RsScript)script, slot,
1872 ret = (jlong)(uintptr_t)dispatchTab.ScriptCCreate((RsContext)con,
1893 return (jlong)(uintptr_t)dispatchTab.ScriptIntrinsicCreate((RsContext)con, id, (RsElement)eid);
1906 return (jlong)(uintptr_t)dispatchTab.ScriptKernelIDCreate((RsContext)con, (RsScript)sid,
1916 return (jlong)dispatchTab.ScriptInvokeIDCreate((RsContext)con, (RsScript)sid, slot);
1926 return (jlong)(uintptr_t)dispatchTab.ScriptFieldIDCreate((RsContext)con, (RsScript)sid, slot);
2004 id = (jlong)(uintptr_t) dispatchTab.ScriptGroupCreate((RsContext)con,
2042 dispatchTab.ScriptGroupSetInput((RsContext)con, (RsScriptGroup)gid, (RsScriptKernelID)kid,
2051 dispatchTab.ScriptGroupSetOutput((RsContext)con, (RsScriptGroup)gid, (RsScriptKernelID)kid,
2059 dispatchTab.ScriptGroupExecute((RsContext)con, (RsScriptGroup)gid);
2069 return (jlong)(uintptr_t)dispatchTab.SamplerCreate((RsContext)con,
2198 pIn = dispatchTab.AllocationGetPointer((RsContext)con, (RsAllocation)alloc, 0,
2231 if (alloc != 0 && dispatchTab.AllocationGetPointer != nullptr) {
2232 ptr = dispatchTab.AllocationGetPointer((RsContext)con, (RsAllocation)alloc, 0,
2257 if (alloc != 0 && dispatchTab.AllocationGetPointer != nullptr) {
2258 ptr = dispatchTab.AllocationGetPointer((RsContext)con, (RsAllocation)alloc, 0,