Lines Matching refs:jlong

242         _env->ReleaseLongArrayElements((jlongArray)data, (jlong *)ptr, relFlag);        \
344 nContextFinish(JNIEnv *_env, jobject _this, jlong con) in nContextFinish()
352 static jlong
353 nClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong kernelID, in nClosureCreate()
354 jlong returnValue, jlongArray fieldIDArray, in nClosureCreate()
357 jlong ret = 0; in nClosureCreate()
359 jlong* jFieldIDs = _env->GetLongArrayElements(fieldIDArray, nullptr); in nClosureCreate()
366 jlong* jValues = _env->GetLongArrayElements(valueArray, nullptr); in nClosureCreate()
380 jlong* jDepClosures = in nClosureCreate()
388 jlong* jDepFieldIDs = in nClosureCreate()
464 ret = (jlong)(uintptr_t)rsClosureCreate( in nClosureCreate()
482 static jlong
483 nInvokeClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong invokeID, in nInvokeClosureCreate()
486 jlong ret = 0; in nInvokeClosureCreate()
495 jlong* jFieldIDs = _env->GetLongArrayElements(fieldIDArray, nullptr); in nInvokeClosureCreate()
502 jlong* jValues = _env->GetLongArrayElements(valueArray, nullptr); in nInvokeClosureCreate()
540 ret = (jlong)(uintptr_t)rsInvokeClosureCreate( in nInvokeClosureCreate()
556 nClosureSetArg(JNIEnv *_env, jobject _this, jlong con, jlong closureID, in nClosureSetArg()
557 jint index, jlong value, jint size) { in nClosureSetArg()
564 nClosureSetGlobal(JNIEnv *_env, jobject _this, jlong con, jlong closureID, in nClosureSetGlobal()
565 jlong fieldID, jlong value, jint size) { in nClosureSetGlobal()
572 nScriptGroup2Create(JNIEnv *_env, jobject _this, jlong con, jstring name, in nScriptGroup2Create()
574 jlong ret = 0; in nScriptGroup2Create()
579 jlong* jClosures = _env->GetLongArrayElements(closureArray, nullptr); in nScriptGroup2Create()
602 ret = (jlong)(uintptr_t)rsScriptGroup2Create( in nScriptGroup2Create()
615 nScriptGroup2Execute(JNIEnv *_env, jobject _this, jlong con, jlong groupID) { in nScriptGroup2Execute()
620 nScriptIntrinsicBLAS_Single(JNIEnv *_env, jobject _this, jlong con, jlong id, jint func, jint Trans… in nScriptIntrinsicBLAS_Single()
622 … jfloat alpha, jlong A, jlong B, jfloat beta, jlong C, jint incX, jint incY, in nScriptIntrinsicBLAS_Single()
653 nScriptIntrinsicBLAS_Double(JNIEnv *_env, jobject _this, jlong con, jlong id, jint func, jint Trans… in nScriptIntrinsicBLAS_Double()
655 … jdouble alpha, jlong A, jlong B, jdouble beta, jlong C, jint incX, jint incY, in nScriptIntrinsicBLAS_Double()
686 nScriptIntrinsicBLAS_Complex(JNIEnv *_env, jobject _this, jlong con, jlong id, jint func, jint Tran… in nScriptIntrinsicBLAS_Complex()
688 jfloat alphaX, jfloat alphaY, jlong A, jlong B, jfloat betaX, in nScriptIntrinsicBLAS_Complex()
689 jfloat betaY, jlong C, jint incX, jint incY, jint KL, jint KU) { in nScriptIntrinsicBLAS_Complex()
721 nScriptIntrinsicBLAS_Z(JNIEnv *_env, jobject _this, jlong con, jlong id, jint func, jint TransA, in nScriptIntrinsicBLAS_Z()
723 jdouble alphaX, jdouble alphaY, jlong A, jlong B, jdouble betaX, in nScriptIntrinsicBLAS_Z()
724 jdouble betaY, jlong C, jint incX, jint incY, jint KL, jint KU) { in nScriptIntrinsicBLAS_Z()
757 nScriptIntrinsicBLAS_BNNM(JNIEnv *_env, jobject _this, jlong con, jlong id, jint M, jint N, jint K, in nScriptIntrinsicBLAS_BNNM()
758jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, in nScriptIntrinsicBLAS_BNNM()
783 nAssignName(JNIEnv *_env, jobject _this, jlong con, jlong obj, jbyteArray str) in nAssignName()
800 nGetName(JNIEnv *_env, jobject _this, jlong con, jlong obj) in nGetName()
814 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) in nObjDestroy()
824 static jlong
830 return (jlong)(uintptr_t)rsDeviceCreate(); in nDeviceCreate()
834 nDeviceDestroy(JNIEnv *_env, jobject _this, jlong dev) in nDeviceDestroy()
843 nDeviceSetConfig(JNIEnv *_env, jobject _this, jlong dev, jint p, jint value) in nDeviceSetConfig()
851 static jlong
852 nContextCreate(JNIEnv *_env, jobject _this, jlong dev, jint flags, jint sdkVer, jint contextType) in nContextCreate()
857 …return (jlong)(uintptr_t)rsContextCreate((RsDevice)dev, 0, sdkVer, (RsContextType)contextType, fla… in nContextCreate()
860 static jlong
861 nContextCreateGL(JNIEnv *_env, jobject _this, jlong dev, jint ver, jint sdkVer, in nContextCreateGL()
883 return (jlong)(uintptr_t)rsContextCreateGL((RsDevice)dev, ver, sdkVer, sc, dpi); in nContextCreateGL()
887 nContextSetPriority(JNIEnv *_env, jobject _this, jlong con, jint p) in nContextSetPriority()
896 nContextSetCacheDir(JNIEnv *_env, jobject _this, jlong con, jstring cacheDir) in nContextSetCacheDir()
909 nContextSetSurface(JNIEnv *_env, jobject _this, jlong con, jint width, jint height, jobject wnd) in nContextSetSurface()
927 nContextDestroy(JNIEnv *_env, jobject _this, jlong con) in nContextDestroy()
936 nContextDump(JNIEnv *_env, jobject _this, jlong con, jint bits) in nContextDump()
945 nContextPause(JNIEnv *_env, jobject _this, jlong con) in nContextPause()
954 nContextResume(JNIEnv *_env, jobject _this, jlong con) in nContextResume()
964 nContextGetErrorMessage(JNIEnv *_env, jobject _this, jlong con) in nContextGetErrorMessage()
984 nContextGetUserMessage(JNIEnv *_env, jobject _this, jlong con, jintArray data) in nContextGetUserMessage()
1009 nContextPeekMessage(JNIEnv *_env, jobject _this, jlong con, jintArray auxData) in nContextPeekMessage()
1029 static void nContextInitToClient(JNIEnv *_env, jobject _this, jlong con) in nContextInitToClient()
1037 static void nContextDeinitToClient(JNIEnv *_env, jobject _this, jlong con) in nContextDeinitToClient()
1046 nContextSendMessage(JNIEnv *_env, jobject _this, jlong con, jint id, jintArray data) in nContextSendMessage()
1069 static jlong
1070 nElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, in nElementCreate()
1077 return (jlong)(uintptr_t)rsElementCreate((RsContext)con, (RsDataType)type, (RsDataKind)kind, in nElementCreate()
1081 static jlong
1082 nElementCreate2(JNIEnv *_env, jobject _this, jlong con, in nElementCreate2()
1090 jlong *jIds = _env->GetLongArrayElements(_ids, nullptr); in nElementCreate2()
1114 jlong id = (jlong)(uintptr_t)rsElementCreate2((RsContext)con, in nElementCreate2()
1124 return (jlong)(uintptr_t)id; in nElementCreate2()
1128 nElementGetNativeData(JNIEnv *_env, jobject _this, jlong con, jlong id, jintArray _elementData) in nElementGetNativeData()
1149 nElementGetSubElements(JNIEnv *_env, jobject _this, jlong con, jlong id, in nElementGetSubElements()
1167 const jlong id = (jlong)(uintptr_t)ids[i]; in nElementGetSubElements()
1181 static jlong
1182 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, in nTypeCreate()
1190 return (jlong)(uintptr_t)rsTypeCreate((RsContext)con, (RsElement)eid, dimx, dimy, dimz, mips, in nTypeCreate()
1195 nTypeGetNativeData(JNIEnv *_env, jobject _this, jlong con, jlong id, jlongArray _typeData) in nTypeGetNativeData()
1210 const jlong data = (jlong)(uintptr_t)typeData[i]; in nTypeGetNativeData()
1217 static jlong
1218 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, in nAllocationCreateTyped()
1219 jlong pointer) in nAllocationCreateTyped()
1225 return (jlong)(uintptr_t) rsAllocationCreateTyped((RsContext)con, (RsType)type, in nAllocationCreateTyped()
1231 nAllocationSyncAll(JNIEnv *_env, jobject _this, jlong con, jlong a, jint bits) in nAllocationSyncAll()
1241 nAllocationSetupBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint numAlloc) in nAllocationSetupBufferQueue()
1251 nAllocationShareBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc1, jlong alloc2) in nAllocationShareBufferQueue()
1262 nAllocationGetSurface(JNIEnv *_env, jobject _this, jlong con, jlong a) in nAllocationGetSurface()
1278 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) in nAllocationSetSurface()
1296 nAllocationIoSend(JNIEnv *_env, jobject _this, jlong con, jlong alloc) in nAllocationIoSend()
1304 static jlong
1305 nAllocationIoReceive(JNIEnv *_env, jobject _this, jlong con, jlong alloc) in nAllocationIoReceive()
1310 return (jlong) rsAllocationIoReceive((RsContext)con, (RsAllocation)alloc); in nAllocationIoReceive()
1314 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, jlong con, jlong alloc) in nAllocationGenerateMipmaps()
1322 static jlong
1323 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, in nAllocationCreateFromBitmap()
1330 jlong id = (jlong)(uintptr_t)rsAllocationCreateFromBitmap((RsContext)con, in nAllocationCreateFromBitmap()
1336 static jlong
1337 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, jlong con, jlong type, in nAllocationCreateBitmapBackedAllocation()
1344 jlong id = (jlong)(uintptr_t)rsAllocationCreateTyped((RsContext)con, in nAllocationCreateBitmapBackedAllocation()
1350 static jlong
1351 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, in nAllocationCubeCreateFromBitmap()
1358 jlong id = (jlong)(uintptr_t)rsAllocationCubeCreateFromBitmap((RsContext)con, in nAllocationCubeCreateFromBitmap()
1365 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) in nAllocationCopyFromBitmap()
1379 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) in nAllocationCopyToBitmap()
1391 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationData1D()
1406 nAllocationElementData(JNIEnv *_env, jobject _this, jlong con, jlong alloc, in nAllocationElementData()
1430 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData2D()
1448 nAllocationData2D_alloc(JNIEnv *_env, jobject _this, jlong con, in nAllocationData2D_alloc()
1449 jlong dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc()
1452 jlong srcAlloc, jint srcXoff, jint srcYoff, in nAllocationData2D_alloc()
1475 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData3D()
1493 nAllocationData3D_alloc(JNIEnv *_env, jobject _this, jlong con, in nAllocationData3D_alloc()
1494 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc()
1497 jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, in nAllocationData3D_alloc()
1519 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, in nAllocationRead()
1533 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationRead1D()
1548 nAllocationElementRead(JNIEnv *_env, jobject _this, jlong con, jlong alloc, in nAllocationElementRead()
1571 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationRead2D()
1588 nAllocationRead3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationRead3D()
1603 static jlong
1604 nAllocationGetType(JNIEnv *_env, jobject _this, jlong con, jlong a) in nAllocationGetType()
1609 return (jlong)(uintptr_t) rsaAllocationGetType((RsContext)con, (RsAllocation)a); in nAllocationGetType()
1613 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) in nAllocationResize1D()
1623 static jlong
1624 nAllocationAdapterCreate(JNIEnv *_env, jobject _this, jlong con, jlong basealloc, jlong type) in nAllocationAdapterCreate()
1630 return (jlong)(uintptr_t) rsAllocationAdapterCreate((RsContext)con, (RsType)type, in nAllocationAdapterCreate()
1636 nAllocationAdapterOffset(JNIEnv *_env, jobject _this, jlong con, jlong alloc, in nAllocationAdapterOffset()
1655 static jlong
1656 nFileA3DCreateFromAssetStream(JNIEnv *_env, jobject _this, jlong con, jlong native_asset) in nFileA3DCreateFromAssetStream()
1661jlong id = (jlong)(uintptr_t)rsaFileA3DCreateFromMemory((RsContext)con, asset->getBuffer(false), a… in nFileA3DCreateFromAssetStream()
1665 static jlong
1666 nFileA3DCreateFromAsset(JNIEnv *_env, jobject _this, jlong con, jobject _assetMgr, jstring _path) in nFileA3DCreateFromAsset()
1683 jlong id = (jlong)(uintptr_t)rsaFileA3DCreateFromAsset((RsContext)con, asset.release()); in nFileA3DCreateFromAsset()
1687 static jlong
1688 nFileA3DCreateFromFile(JNIEnv *_env, jobject _this, jlong con, jstring fileName) in nFileA3DCreateFromFile()
1691 jlong id = (jlong)(uintptr_t)rsaFileA3DCreateFromFile((RsContext)con, fileNameUTF.c_str()); in nFileA3DCreateFromFile()
1697 nFileA3DGetNumIndexEntries(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D) in nFileA3DGetNumIndexEntries()
1705 nFileA3DGetIndexEntries(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D, jint numEntries, jin… in nFileA3DGetIndexEntries()
1720 static jlong
1721 nFileA3DGetEntryByIndex(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D, jint index) in nFileA3DGetEntryByIndex()
1724jlong id = (jlong)(uintptr_t)rsaFileA3DGetEntryByIndex((RsContext)con, (uint32_t)index, (RsFile)fi… in nFileA3DGetEntryByIndex()
1730 static jlong
1731 nFontCreateFromFile(JNIEnv *_env, jobject _this, jlong con, in nFontCreateFromFile()
1735 jlong id = (jlong)(uintptr_t)rsFontCreateFromFile((RsContext)con, in nFontCreateFromFile()
1742 static jlong
1743 nFontCreateFromAssetStream(JNIEnv *_env, jobject _this, jlong con, in nFontCreateFromAssetStream()
1744 jstring name, jfloat fontSize, jint dpi, jlong native_asset) in nFontCreateFromAssetStream()
1749 jlong id = (jlong)(uintptr_t)rsFontCreateFromMemory((RsContext)con, in nFontCreateFromAssetStream()
1756 static jlong
1757 nFontCreateFromAsset(JNIEnv *_env, jobject _this, jlong con, jobject _assetMgr, jstring _path, in nFontCreateFromAsset()
1775 jlong id = (jlong)(uintptr_t)rsFontCreateFromMemory((RsContext)con, in nFontCreateFromAsset()
1785 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot) in nScriptBindAllocation()
1795 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val) in nScriptSetVarI()
1805 nScriptGetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) in nScriptGetVarI()
1816 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) in nScriptSetVarObj()
1826 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) in nScriptSetVarJ()
1835 static jlong
1836 nScriptGetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) in nScriptGetVarJ()
1841 jlong value = 0; in nScriptGetVarJ()
1847 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val) in nScriptSetVarF()
1857 nScriptGetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) in nScriptGetVarF()
1868 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val) in nScriptSetVarD()
1878 nScriptGetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) in nScriptGetVarD()
1889 nScriptSetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) in nScriptSetVarV()
1905 nScriptGetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) in nScriptGetVarV()
1921 nScriptSetVarVE(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, in nScriptSetVarVE()
1922 jlong elem, jintArray dims) in nScriptSetVarVE()
1947 nScriptSetTimeZone(JNIEnv *_env, jobject _this, jlong con, jlong script, jbyteArray timeZone) in nScriptSetTimeZone()
1969 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot) in nScriptInvoke()
1978 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) in nScriptInvokeV()
1994 nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, in nScriptForEach()
1995 jlongArray ains, jlong aout, jbyteArray params, in nScriptForEach()
2003 jlong *in_ptr = nullptr; in nScriptForEach()
2021 if (sizeof(RsAllocation) == sizeof(jlong)) { in nScriptForEach()
2107 nScriptReduce(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, in nScriptReduce()
2108 jlongArray ains, jlong aout, jintArray limits) in nScriptReduce()
2126 jlong *in_ptr = _env->GetLongArrayElements(ains, nullptr); in nScriptReduce()
2134 if (sizeof(RsAllocation) == sizeof(jlong)) { in nScriptReduce()
2203 static jlong
2204 nScriptCCreate(JNIEnv *_env, jobject _this, jlong con, in nScriptCCreate()
2214 jlong ret = 0; in nScriptCCreate()
2244 ret = (jlong)(uintptr_t)rsScriptCCreate((RsContext)con, in nScriptCCreate()
2255 return (jlong)(uintptr_t)ret; in nScriptCCreate()
2258 static jlong
2259 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, jlong con, jint id, jlong eid) in nScriptIntrinsicCreate()
2265 return (jlong)(uintptr_t)rsScriptIntrinsicCreate((RsContext)con, id, (RsElement)eid); in nScriptIntrinsicCreate()
2268 static jlong
2269 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jint sig) in nScriptKernelIDCreate()
2275 return (jlong)(uintptr_t)rsScriptKernelIDCreate((RsContext)con, (RsScript)sid, slot, sig); in nScriptKernelIDCreate()
2278 static jlong
2279 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) in nScriptInvokeIDCreate()
2285 return (jlong)(uintptr_t)rsScriptInvokeIDCreate((RsContext)con, (RsScript)sid, slot); in nScriptInvokeIDCreate()
2288 static jlong
2289 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) in nScriptFieldIDCreate()
2295 return (jlong)(uintptr_t)rsScriptFieldIDCreate((RsContext)con, (RsScript)sid, slot); in nScriptFieldIDCreate()
2298 static jlong
2299 nScriptGroupCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _kernels, jlongArray _src, in nScriptGroupCreate()
2306 jlong id = 0; in nScriptGroupCreate()
2310 jlong *jKernelsPtr = _env->GetLongArrayElements(_kernels, nullptr); in nScriptGroupCreate()
2314 jlong *jSrcPtr = _env->GetLongArrayElements(_src, nullptr); in nScriptGroupCreate()
2318 jlong *jDstkPtr = _env->GetLongArrayElements(_dstk, nullptr); in nScriptGroupCreate()
2322 jlong *jDstfPtr = _env->GetLongArrayElements(_dstf, nullptr); in nScriptGroupCreate()
2326 jlong *jTypesPtr = _env->GetLongArrayElements(_types, nullptr); in nScriptGroupCreate()
2374 id = (jlong)(uintptr_t)rsScriptGroupCreate((RsContext)con, in nScriptGroupCreate()
2408 nScriptGroupSetInput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) in nScriptGroupSetInput()
2418 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) in nScriptGroupSetOutput()
2428 nScriptGroupExecute(JNIEnv *_env, jobject _this, jlong con, jlong gid) in nScriptGroupExecute()
2438 static jlong
2439 nProgramStoreCreate(JNIEnv *_env, jobject _this, jlong con, in nProgramStoreCreate()
2448 …return (jlong)(uintptr_t)rsProgramStoreCreate((RsContext)con, colorMaskR, colorMaskG, colorMaskB, … in nProgramStoreCreate()
2456 nProgramBindConstants(JNIEnv *_env, jobject _this, jlong con, jlong vpv, jint slot, jlong a) in nProgramBindConstants()
2466 nProgramBindTexture(JNIEnv *_env, jobject _this, jlong con, jlong vpf, jint slot, jlong a) in nProgramBindTexture()
2476 nProgramBindSampler(JNIEnv *_env, jobject _this, jlong con, jlong vpf, jint slot, jlong a) in nProgramBindSampler()
2487 static jlong
2488 nProgramFragmentCreate(JNIEnv *_env, jobject _this, jlong con, jstring shader, in nProgramFragmentCreate()
2492 jlong *jParamPtr = _env->GetLongArrayElements(params, nullptr); in nProgramFragmentCreate()
2512jlong ret = (jlong)(uintptr_t)rsProgramFragmentCreate((RsContext)con, shaderUTF.c_str(), shaderUTF… in nProgramFragmentCreate()
2524 static jlong
2525 nProgramVertexCreate(JNIEnv *_env, jobject _this, jlong con, jstring shader, in nProgramVertexCreate()
2529 jlong *jParamPtr = _env->GetLongArrayElements(params, nullptr); in nProgramVertexCreate()
2550jlong ret = (jlong)(uintptr_t)rsProgramVertexCreate((RsContext)con, shaderUTF.c_str(), shaderUTF.l… in nProgramVertexCreate()
2561 static jlong
2562 nProgramRasterCreate(JNIEnv *_env, jobject _this, jlong con, jboolean pointSprite, jint cull) in nProgramRasterCreate()
2568 return (jlong)(uintptr_t)rsProgramRasterCreate((RsContext)con, pointSprite, (RsCullMode)cull); in nProgramRasterCreate()
2575 nContextBindRootScript(JNIEnv *_env, jobject _this, jlong con, jlong script) in nContextBindRootScript()
2584 nContextBindProgramStore(JNIEnv *_env, jobject _this, jlong con, jlong pfs) in nContextBindProgramStore()
2593 nContextBindProgramFragment(JNIEnv *_env, jobject _this, jlong con, jlong pf) in nContextBindProgramFragment()
2603 nContextBindProgramVertex(JNIEnv *_env, jobject _this, jlong con, jlong pf) in nContextBindProgramVertex()
2612 nContextBindProgramRaster(JNIEnv *_env, jobject _this, jlong con, jlong pf) in nContextBindProgramRaster()
2623 static jlong
2624 nSamplerCreate(JNIEnv *_env, jobject _this, jlong con, jint magFilter, jint minFilter, in nSamplerCreate()
2630 return (jlong)(uintptr_t)rsSamplerCreate((RsContext)con, in nSamplerCreate()
2641 static jlong
2642 nMeshCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _vtx, jlongArray _idx, jintArray _pr… in nMeshCreate()
2648 jlong id = 0; in nMeshCreate()
2652 jlong *jVtxPtr = _env->GetLongArrayElements(_vtx, nullptr); in nMeshCreate()
2656 jlong *jIdxPtr = _env->GetLongArrayElements(_idx, nullptr); in nMeshCreate()
2684 id = (jlong)(uintptr_t)rsMeshCreate((RsContext)con, in nMeshCreate()
2707 nMeshGetVertexBufferCount(JNIEnv *_env, jobject _this, jlong con, jlong mesh) in nMeshGetVertexBufferCount()
2718 nMeshGetIndexCount(JNIEnv *_env, jobject _this, jlong con, jlong mesh) in nMeshGetIndexCount()
2729 nMeshGetVertices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _ids, jint numVtxID… in nMeshGetVertices()
2739 const jlong alloc = (jlong)(uintptr_t)allocs[i]; in nMeshGetVertices()
2747 nMeshGetIndices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _idxIds, jintArray _… in nMeshGetIndices()
2759 const jlong alloc = (jlong)(uintptr_t)allocs[i]; in nMeshGetIndices()
2775 nAllocationGetByteBuffer(JNIEnv *_env, jobject _this, jlong con, jlong alloc, in nAllocationGetByteBuffer()
2782 jlong *jStridePtr = _env->GetLongArrayElements(strideArr, nullptr); in nAllocationGetByteBuffer()
2806 byteBuffer = _env->NewDirectByteBuffer(ptr, (jlong) bufferSize); in nAllocationGetByteBuffer()