Lines Matching defs:_this

274 static jboolean nLoadSO(JNIEnv *_env, jobject _this, jboolean useNative, jint targetApi, jstring libPath) {
303 static jboolean nLoadIOSO(JNIEnv *_env, jobject _this) {
347 nContextFinish(JNIEnv *_env, jobject _this, jlong con)
354 nClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong kernelID,
461 nInvokeClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong invokeID,
515 nClosureSetArg(JNIEnv *_env, jobject _this, jlong con, jlong closureID,
523 nClosureSetGlobal(JNIEnv *_env, jobject _this, jlong con, jlong closureID,
531 nScriptGroup2Create(JNIEnv *_env, jobject _this, jlong con, jstring name,
570 nScriptGroup2Execute(JNIEnv *_env, jobject _this, jlong con, jlong groupID) {
575 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj)
583 nScriptIntrinsicBLAS_Single(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint func, jint TransA,
623 nScriptIntrinsicBLAS_Double(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint func, jint TransA,
663 nScriptIntrinsicBLAS_Complex(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint func, jint TransA,
706 nScriptIntrinsicBLAS_Z(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint func, jint TransA,
750 nScriptIntrinsicBLAS_BNNM(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint M, jint N, jint K,
782 nDeviceCreate(JNIEnv *_env, jobject _this)
789 nDeviceDestroy(JNIEnv *_env, jobject _this, jlong dev)
796 nDeviceSetConfig(JNIEnv *_env, jobject _this, jlong dev, jint p, jint value)
803 nContextCreate(JNIEnv *_env, jobject _this, jlong dev, jint ver, jint sdkVer,
824 nContextSetPriority(JNIEnv *_env, jobject _this, jlong con, jint p)
833 nContextDestroy(JNIEnv *_env, jobject _this, jlong con)
840 nContextDump(JNIEnv *_env, jobject _this, jlong con, jint bits)
848 nContextGetErrorMessage(JNIEnv *_env, jobject _this, jlong con)
867 nContextGetUserMessage(JNIEnv *_env, jobject _this, jlong con, jintArray data)
887 nContextPeekMessage(JNIEnv *_env, jobject _this, jlong con, jintArray auxData)
901 static void nContextInitToClient(JNIEnv *_env, jobject _this, jlong con)
907 static void nContextDeinitToClient(JNIEnv *_env, jobject _this, jlong con)
914 nContextSendMessage(JNIEnv *_env, jobject _this, jlong con, jint id, jintArray data)
932 nElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind,
944 nElementCreate2(JNIEnv *_env, jobject _this, jlong con,
982 nElementGetSubElements(JNIEnv *_env, jobject _this, jlong con, jlong id,
1013 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid,
1026 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage,
1037 nAllocationSyncAll(JNIEnv *_env, jobject _this, jlong con, jlong a, jint bits)
1044 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur)
1046 ioDispatch.sAllocationSetSurface(_env, _this, (RsContext)con, (RsAllocation)alloc, sur, dispatchTab);
1050 nAllocationIoSend(JNIEnv *_env, jobject _this, jlong con, jlong alloc)
1056 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, jlong con, jlong alloc)
1076 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip,
1096 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, jlong con, jlong type,
1115 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type,
1135 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap)
1153 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap)
1172 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod,
1186 nAllocationElementData1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff,
1201 nAllocationElementData(JNIEnv *_env, jobject _this, jlong con, jlong alloc,
1219 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face,
1233 nAllocationData2D_alloc(JNIEnv *_env, jobject _this, jlong con,
1258 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod,
1272 nAllocationData3D_alloc(JNIEnv *_env, jobject _this, jlong con,
1295 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType,
1307 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod,
1321 nAllocationElementRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc,
1339 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face,
1355 nAllocationRead3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod,
1370 nAllocationGetType(JNIEnv *_env, jobject _this, jlong con, jlong a)
1377 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX)
1387 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot, jboolean mUseInc)
1399 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val, jboolean mUseInc)
1411 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboolean mUseInc)
1423 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboolean mUseInc)
1435 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val, jboolean mUseInc)
1447 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val, jboolean mUseInc)
1459 nScriptSetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jboolean mUseInc)
1473 nScriptSetVarVE(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data,
1494 nScriptSetTimeZone(JNIEnv *_env, jobject _this, jlong con, jlong script, jbyteArray timeZone, jboolean mUseInc)
1514 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot, jboolean mUseInc)
1525 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jboolean mUseInc)
1539 nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong incCon,
1556 nScriptForEachV(JNIEnv *_env, jobject _this, jlong con, jlong incCon,
1576 nScriptForEachClipped(JNIEnv *_env, jobject _this, jlong con, jlong incCon,
1611 nScriptForEachClippedV(JNIEnv *_env, jobject _this, jlong con, jlong incCon,
1649 nScriptForEachMulti(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot,
1751 nScriptReduce(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot,
1851 nScriptCCreate(JNIEnv *_env, jobject _this, jlong con,
1900 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, jlong con, jint id, jlong eid, jboolean mUseInc)
1911 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jint sig, jboolean mUseInc)
1925 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot)
1933 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jboolean mUseInc)
1944 nScriptGroupCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _kernels, jlongArray _src,
2051 nScriptGroupSetInput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc)
2060 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc)
2069 nScriptGroupExecute(JNIEnv *_env, jobject _this, jlong con, jlong gid)
2078 nSamplerCreate(JNIEnv *_env, jobject _this, jlong con, jint magFilter, jint minFilter,
2092 nSystemGetPointerSize(JNIEnv *_env, jobject _this) {
2098 static jboolean nIncLoadSO(JNIEnv *_env, jobject _this, jint deviceApi, jstring libPath) {
2132 nIncObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj)
2140 nIncDeviceCreate(JNIEnv *_env, jobject _this)
2147 nIncDeviceDestroy(JNIEnv *_env, jobject _this, jlong dev)
2154 nIncContextCreate(JNIEnv *_env, jobject _this, jlong dev, jint ver, jint sdkVer, jint ct)
2164 nIncContextFinish(JNIEnv *_env, jobject _this, jlong con)
2171 nIncContextDestroy(JNIEnv *_env, jobject _this, jlong con)
2180 nIncElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, jint size)
2190 nIncTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid,
2203 nIncAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong alloc, jlong type, jint xBytesSize)
2239 nAllocationGetByteBuffer(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xBytesSize, jint dimY, jint dimZ)
2265 nAllocationGetStride(JNIEnv *_env, jobject _this, jlong con, jlong alloc)