Lines Matching defs:_this

308 static void _nInit(JNIEnv *_env, jclass _this)
310 gContextId = _env->GetFieldID(_this, "mContext", "J");
342 nContextFinish(JNIEnv *_env, jobject _this, jlong con)
351 nClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong kernelID,
481 nInvokeClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong invokeID,
554 nClosureSetArg(JNIEnv *_env, jobject _this, jlong con, jlong closureID,
562 nClosureSetGlobal(JNIEnv *_env, jobject _this, jlong con, jlong closureID,
570 nScriptGroup2Create(JNIEnv *_env, jobject _this, jlong con, jstring name,
613 nScriptGroup2Execute(JNIEnv *_env, jobject _this, jlong con, jlong groupID) {
618 nScriptIntrinsicBLAS_Single(JNIEnv *_env, jobject _this, jlong con, jlong id, jint func, jint TransA,
651 nScriptIntrinsicBLAS_Double(JNIEnv *_env, jobject _this, jlong con, jlong id, jint func, jint TransA,
684 nScriptIntrinsicBLAS_Complex(JNIEnv *_env, jobject _this, jlong con, jlong id, jint func, jint TransA,
719 nScriptIntrinsicBLAS_Z(JNIEnv *_env, jobject _this, jlong con, jlong id, jint func, jint TransA,
755 nScriptIntrinsicBLAS_BNNM(JNIEnv *_env, jobject _this, jlong con, jlong id, jint M, jint N, jint K,
781 nAssignName(JNIEnv *_env, jobject _this, jlong con, jlong obj, jbyteArray str)
798 nGetName(JNIEnv *_env, jobject _this, jlong con, jlong obj)
812 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj)
823 nDeviceCreate(JNIEnv *_env, jobject _this)
832 nDeviceDestroy(JNIEnv *_env, jobject _this, jlong dev)
841 nDeviceSetConfig(JNIEnv *_env, jobject _this, jlong dev, jint p, jint value)
850 nContextCreate(JNIEnv *_env, jobject _this, jlong dev, jint flags, jint sdkVer, jint contextType)
859 nContextCreateGL(JNIEnv *_env, jobject _this, jlong dev, jint ver, jint sdkVer,
885 nContextSetPriority(JNIEnv *_env, jobject _this, jlong con, jint p)
894 nContextSetCacheDir(JNIEnv *_env, jobject _this, jlong con, jstring cacheDir)
907 nContextSetSurface(JNIEnv *_env, jobject _this, jlong con, jint width, jint height, jobject wnd)
925 nContextDestroy(JNIEnv *_env, jobject _this, jlong con)
934 nContextDump(JNIEnv *_env, jobject _this, jlong con, jint bits)
943 nContextPause(JNIEnv *_env, jobject _this, jlong con)
952 nContextResume(JNIEnv *_env, jobject _this, jlong con)
962 nContextGetErrorMessage(JNIEnv *_env, jobject _this, jlong con)
982 nContextGetUserMessage(JNIEnv *_env, jobject _this, jlong con, jintArray data)
1007 nContextPeekMessage(JNIEnv *_env, jobject _this, jlong con, jintArray auxData)
1027 static void nContextInitToClient(JNIEnv *_env, jobject _this, jlong con)
1035 static void nContextDeinitToClient(JNIEnv *_env, jobject _this, jlong con)
1044 nContextSendMessage(JNIEnv *_env, jobject _this, jlong con, jint id, jintArray data)
1068 nElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm,
1080 nElementCreate2(JNIEnv *_env, jobject _this, jlong con,
1126 nElementGetNativeData(JNIEnv *_env, jobject _this, jlong con, jlong id, jintArray _elementData)
1147 nElementGetSubElements(JNIEnv *_env, jobject _this, jlong con, jlong id,
1180 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid,
1193 nTypeGetNativeData(JNIEnv *_env, jobject _this, jlong con, jlong id, jlongArray _typeData)
1216 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage,
1229 nAllocationSyncAll(JNIEnv *_env, jobject _this, jlong con, jlong a, jint bits)
1239 nAllocationSetupBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint numAlloc)
1249 nAllocationShareBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc1, jlong alloc2)
1260 nAllocationGetSurface(JNIEnv *_env, jobject _this, jlong con, jlong a)
1276 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur)
1294 nAllocationIoSend(JNIEnv *_env, jobject _this, jlong con, jlong alloc)
1303 nAllocationIoReceive(JNIEnv *_env, jobject _this, jlong con, jlong alloc)
1312 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, jlong con, jlong alloc)
1321 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip,
1337 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, jlong con, jlong type,
1353 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip,
1369 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap)
1385 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap)
1399 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod,
1414 nAllocationElementData(JNIEnv *_env, jobject _this, jlong con, jlong alloc,
1438 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face,
1456 nAllocationData2D_alloc(JNIEnv *_env, jobject _this, jlong con,
1483 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod,
1501 nAllocationData3D_alloc(JNIEnv *_env, jobject _this, jlong con,
1527 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType,
1541 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod,
1556 nAllocationElementRead(JNIEnv *_env, jobject _this, jlong con, jlong alloc,
1579 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face,
1596 nAllocationRead3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod,
1612 nAllocationGetType(JNIEnv *_env, jobject _this, jlong con, jlong a)
1621 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX)
1632 nAllocationAdapterCreate(JNIEnv *_env, jobject _this, jlong con, jlong basealloc, jlong type)
1644 nAllocationAdapterOffset(JNIEnv *_env, jobject _this, jlong con, jlong alloc,
1664 nFileA3DCreateFromAssetStream(JNIEnv *_env, jobject _this, jlong con, jlong native_asset)
1674 nFileA3DCreateFromAsset(JNIEnv *_env, jobject _this, jlong con, jobject _assetMgr, jstring _path)
1692 nFileA3DCreateFromFile(JNIEnv *_env, jobject _this, jlong con, jstring fileName)
1701 nFileA3DGetNumIndexEntries(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D)
1709 nFileA3DGetIndexEntries(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D, jint numEntries, jintArray _ids, jobjectArray _entries)
1725 nFileA3DGetEntryByIndex(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D, jint index)
1735 nFontCreateFromFile(JNIEnv *_env, jobject _this, jlong con,
1747 nFontCreateFromAssetStream(JNIEnv *_env, jobject _this, jlong con,
1761 nFontCreateFromAsset(JNIEnv *_env, jobject _this, jlong con, jobject _assetMgr, jstring _path,
1786 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot)
1796 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val)
1806 nScriptGetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot)
1817 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val)
1827 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val)
1837 nScriptGetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot)
1848 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val)
1858 nScriptGetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot)
1869 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val)
1879 nScriptGetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot)
1890 nScriptSetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data)
1906 nScriptGetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data)
1922 nScriptSetVarVE(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data,
1948 nScriptSetTimeZone(JNIEnv *_env, jobject _this, jlong con, jlong script, jbyteArray timeZone)
1970 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot)
1979 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data)
1995 nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot,
2108 nScriptReduce(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot,
2205 nScriptCCreate(JNIEnv *_env, jobject _this, jlong con,
2260 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, jlong con, jint id, jlong eid)
2270 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jint sig)
2280 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot)
2290 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot)
2300 nScriptGroupCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _kernels, jlongArray _src,
2409 nScriptGroupSetInput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc)
2419 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc)
2429 nScriptGroupExecute(JNIEnv *_env, jobject _this, jlong con, jlong gid)
2440 nProgramStoreCreate(JNIEnv *_env, jobject _this, jlong con,
2457 nProgramBindConstants(JNIEnv *_env, jobject _this, jlong con, jlong vpv, jint slot, jlong a)
2467 nProgramBindTexture(JNIEnv *_env, jobject _this, jlong con, jlong vpf, jint slot, jlong a)
2477 nProgramBindSampler(JNIEnv *_env, jobject _this, jlong con, jlong vpf, jint slot, jlong a)
2489 nProgramFragmentCreate(JNIEnv *_env, jobject _this, jlong con, jstring shader,
2526 nProgramVertexCreate(JNIEnv *_env, jobject _this, jlong con, jstring shader,
2563 nProgramRasterCreate(JNIEnv *_env, jobject _this, jlong con, jboolean pointSprite, jint cull)
2576 nContextBindRootScript(JNIEnv *_env, jobject _this, jlong con, jlong script)
2585 nContextBindProgramStore(JNIEnv *_env, jobject _this, jlong con, jlong pfs)
2594 nContextBindProgramFragment(JNIEnv *_env, jobject _this, jlong con, jlong pf)
2604 nContextBindProgramVertex(JNIEnv *_env, jobject _this, jlong con, jlong pf)
2613 nContextBindProgramRaster(JNIEnv *_env, jobject _this, jlong con, jlong pf)
2625 nSamplerCreate(JNIEnv *_env, jobject _this, jlong con, jint magFilter, jint minFilter,
2643 nMeshCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _vtx, jlongArray _idx, jintArray _prim)
2708 nMeshGetVertexBufferCount(JNIEnv *_env, jobject _this, jlong con, jlong mesh)
2719 nMeshGetIndexCount(JNIEnv *_env, jobject _this, jlong con, jlong mesh)
2730 nMeshGetVertices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _ids, jint numVtxIDs)
2748 nMeshGetIndices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _idxIds, jintArray _primitives, jint numIndices)
2771 nSystemGetPointerSize(JNIEnv *_env, jobject _this) {
2776 nAllocationGetByteBuffer(JNIEnv *_env, jobject _this, jlong con, jlong alloc,