Searched refs:con (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/rs/support/jni/
H A Dandroid_rscompat_usage_io.cpp9 extern "C" void AllocationSetSurface(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc, jobject sur, dispatchTable dispatchTab) argument
11 LOG_API("nAllocationSetSurface, con(%p), alloc(%p), surface(%p)",
12 con, alloc, sur);
18 dispatchTab.AllocationSetSurface(con, alloc, s);
H A Dandroid_renderscript_RenderScript.cpp349 nContextFinish(JNIEnv *_env, jobject _this, jlong con) argument
351 LOG_API("nContextFinish, con(%p)", (RsContext)con);
352 dispatchTab.ContextFinish((RsContext)con);
356 nClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong kernelID, argument
445 (RsContext)con, (RsScriptKernelID)kernelID, (RsAllocation)returnValue,
463 nInvokeClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong invokeID, argument
502 (RsContext)con, (RsScriptInvokeID)invokeID, jParams, jParamLength,
517 nClosureSetArg(JNIEnv *_env, jobject _this, jlong con, jlong closureID, argument
520 dispatchTab.ClosureSetArg((RsContext)con, (RsClosur
525 nClosureSetGlobal(JNIEnv *_env, jobject _this, jlong con, jlong closureID, jlong fieldID, jlong value, jint size) argument
533 nScriptGroup2Create(JNIEnv *_env, jobject _this, jlong con, jstring name, jstring cacheDir, jlongArray closureArray) argument
572 nScriptGroup2Execute(JNIEnv *_env, jobject _this, jlong con, jlong groupID) argument
577 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
585 nScriptIntrinsicBLAS_Single(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint func, jint TransA, jint TransB, jint Side, jint Uplo, jint Diag, jint M, jint N, jint K, jfloat alpha, jlong A, jlong B, jfloat beta, jlong C, jint incX, jint incY, jint KL, jint KU, jboolean mUseInc) argument
625 nScriptIntrinsicBLAS_Double(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint func, jint TransA, jint TransB, jint Side, jint Uplo, jint Diag, jint M, jint N, jint K, jdouble alpha, jlong A, jlong B, jdouble beta, jlong C, jint incX, jint incY, jint KL, jint KU, jboolean mUseInc) argument
665 nScriptIntrinsicBLAS_Complex(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint func, jint TransA, jint TransB, jint Side, jint Uplo, jint Diag, jint M, jint N, jint K, jfloat alphaX, jfloat alphaY, jlong A, jlong B, jfloat betaX, jfloat betaY, jlong C, jint incX, jint incY, jint KL, jint KU, jboolean mUseInc) argument
708 nScriptIntrinsicBLAS_Z(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint func, jint TransA, jint TransB, jint Side, jint Uplo, jint Diag, jint M, jint N, jint K, jdouble alphaX, jdouble alphaY, jlong A, jlong B, jdouble betaX, jdouble betaY, jlong C, jint incX, jint incY, jint KL, jint KU, jboolean mUseInc) argument
752 nScriptIntrinsicBLAS_BNNM(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint M, jint N, jint K, jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, jint c_mult_int, jboolean mUseInc) argument
826 nContextSetPriority(JNIEnv *_env, jobject _this, jlong con, jint p) argument
835 nContextDestroy(JNIEnv *_env, jobject _this, jlong con) argument
842 nContextDump(JNIEnv *_env, jobject _this, jlong con, jint bits) argument
850 nContextGetErrorMessage(JNIEnv *_env, jobject _this, jlong con) argument
869 nContextGetUserMessage(JNIEnv *_env, jobject _this, jlong con, jintArray data) argument
889 nContextPeekMessage(JNIEnv *_env, jobject _this, jlong con, jintArray auxData) argument
903 nContextInitToClient(JNIEnv *_env, jobject _this, jlong con) argument
909 nContextDeinitToClient(JNIEnv *_env, jobject _this, jlong con) argument
916 nContextSendMessage(JNIEnv *_env, jobject _this, jlong con, jint id, jintArray data) argument
934 nElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, jint size) argument
946 nElementCreate2(JNIEnv *_env, jobject _this, jlong con, jlongArray _ids, jobjectArray _names, jintArray _arraySizes) argument
984 nElementGetSubElements(JNIEnv *_env, jobject _this, jlong con, jlong id, jlongArray _IDs, jobjectArray _names, jintArray _arraySizes) argument
1015 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
1028 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, jlong pointer) argument
1039 nAllocationSyncAll(JNIEnv *_env, jobject _this, jlong con, jlong a, jint bits) argument
1046 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) argument
1052 nAllocationIoSend(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1058 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1078 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1098 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1117 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1137 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
1155 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
1174 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1188 nAllocationElementData1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) argument
1221 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1235 nAllocationData2D_alloc(JNIEnv *_env, jobject _this, jlong con, jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstMip, jint dstFace, jint width, jint height, jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcMip, jint srcFace) argument
1260 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1274 nAllocationData3D_alloc(JNIEnv *_env, jobject _this, jlong con, jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, jint dstMip, jint width, jint height, jint depth, jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, jint srcMip) argument
1297 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, jint mSize, jboolean usePadding) argument
1309 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1341 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1372 nAllocationGetType(JNIEnv *_env, jobject _this, jlong con, jlong a) argument
1379 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) argument
1389 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot, jboolean mUseInc) argument
1401 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val, jboolean mUseInc) argument
1413 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboolean mUseInc) argument
1425 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboolean mUseInc) argument
1437 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val, jboolean mUseInc) argument
1449 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val, jboolean mUseInc) argument
1461 nScriptSetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jboolean mUseInc) argument
1475 nScriptSetVarVE(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jlong elem, jintArray dims, jboolean mUseInc) argument
1496 nScriptSetTimeZone(JNIEnv *_env, jobject _this, jlong con, jlong script, jbyteArray timeZone, jboolean mUseInc) argument
1516 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot, jboolean mUseInc) argument
1527 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jboolean mUseInc) argument
1541 nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong script, jint slot, jlong ain, jlong aout, jboolean mUseInc) argument
1558 nScriptForEachV(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong script, jint slot, jlong ain, jlong aout, jbyteArray params, jboolean mUseInc) argument
1578 nScriptForEachClipped(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong script, jint slot, jlong ain, jlong aout, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend, jboolean mUseInc) argument
1613 nScriptForEachClippedV(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong script, jint slot, jlong ain, jlong aout, jbyteArray params, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend, jboolean mUseInc) argument
1651 nScriptForEachMulti(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jbyteArray params, jintArray limits) argument
1753 nScriptReduce(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jintArray limits) argument
1853 nScriptCCreate(JNIEnv *_env, jobject _this, jlong con, jstring resName, jstring cacheDir, jbyteArray scriptRef, jint length) argument
1902 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, jlong con, jint id, jlong eid, jboolean mUseInc) argument
1913 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jint sig, jboolean mUseInc) argument
1927 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) argument
1935 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jboolean mUseInc) argument
1946 nScriptGroupCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _kernels, jlongArray _src, jlongArray _dstk, jlongArray _dstf, jlongArray _types) argument
2053 nScriptGroupSetInput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
2062 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
2071 nScriptGroupExecute(JNIEnv *_env, jobject _this, jlong con, jlong gid) argument
2080 nSamplerCreate(JNIEnv *_env, jobject _this, jlong con, jint magFilter, jint minFilter, jint wrapS, jint wrapT, jint wrapR, jfloat aniso) argument
2134 nIncObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
2166 nIncContextFinish(JNIEnv *_env, jobject _this, jlong con) argument
2173 nIncContextDestroy(JNIEnv *_env, jobject _this, jlong con) argument
2182 nIncElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, jint size) argument
2192 nIncTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
2205 nIncAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong alloc, jlong type, jint xBytesSize) argument
2241 nAllocationGetByteBuffer(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xBytesSize, jint dimY, jint dimZ) argument
2267 nAllocationGetStride(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
[all...]
/frameworks/rs/
H A DrsApiAllocation.cpp23 extern "C" const void * rsaAllocationGetType(RsContext con, RsAllocation va) { argument
H A DrsApiFileA3D.cpp26 RsObjectBase rsaFileA3DGetEntryByIndex(RsContext con, uint32_t index, RsFile file) { argument
40 void rsaFileA3DGetNumIndexEntries(RsContext con, int32_t *numEntries, RsFile file) { argument
50 void rsaFileA3DGetIndexEntries(RsContext con, RsFileIndexEntry *fileEntries, uint32_t numEntries, RsFile file) { argument
71 RsFile rsaFileA3DCreateFromMemory(RsContext con, const void *data, uint32_t len) { argument
77 Context *rsc = static_cast<Context *>(con);
85 RsFile rsaFileA3DCreateFromAsset(RsContext con, void *_asset) { argument
90 RsFile rsaFileA3DCreateFromFile(RsContext con, const char *path) { argument
96 Context *rsc = static_cast<Context *>(con);
H A DrsApiMesh.cpp22 void rsaMeshGetVertexBufferCount(RsContext con, RsMesh mv, int32_t *numVtx) { argument
27 void rsaMeshGetIndexCount(RsContext con, RsMesh mv, int32_t *numIdx) { argument
32 void rsaMeshGetVertices(RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount) { argument
42 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idxDataCount) { argument
H A DrsThreadIO.cpp102 bool ThreadIO::playCoreCommands(Context *con, int waitFd) { argument
121 if (con->props.mLogTimes) {
122 con->timerSet(Context::RS_TIMER_IDLE);
142 if (con->props.mLogTimes) {
143 con->timerSet(Context::RS_TIMER_INTERNAL);
149 ALOGE("playCoreCommands error con %p, cmd %i", con, cmd->cmdID);
152 gPlaybackFuncs[cmd->cmdID](con, data, cmd->bytes);
154 if (con->props.mLogTimes) {
155 con
[all...]
H A DrsApiElement.cpp22 extern "C" void rsaElementGetNativeData(RsContext con, RsElement elem, argument
35 extern "C" void rsaElementGetSubElements(RsContext con, RsElement elem, uintptr_t *ids, argument
H A DrsApiType.cpp26 extern "C" void rsaTypeGetNativeData(RsContext con, RsType type, uintptr_t *typeData, uint32_t typeDataSize) { argument
H A DrsApiContext.cpp44 extern "C" void rsaContextSetNativeLibDir(RsContext con, char *libDir, size_t length) { argument
46 Context *rsc = static_cast<Context *>(con);
72 extern "C" void rsaGetName(RsContext con, void * obj, const char **name) { argument
H A DrsApiStubs.h40 extern "C" void rsaContextSetNativeLibDir(RsContext con, char *libDir, size_t length);
44 extern "C" void rsaGetName(RsContext con, void * obj, const char **name);
50 extern "C" void rsaElementGetNativeData(RsContext con, RsElement elem, uint32_t *elemData, uint32_t elemDataSize);
51 extern "C" void rsaElementGetSubElements(RsContext con, RsElement elem, uintptr_t *ids, const char **names, size_t *arraySizes, uint32_t dataSize);
56 extern "C" void rsaTypeGetNativeData(RsContext con, RsType type, uintptr_t *typeData, uint32_t typeDataSize);
63 extern "C" const void * rsaAllocationGetType(RsContext con, RsAllocation va);
148 extern "C" RsObjectBase rsaFileA3DGetEntryByIndex(RsContext con, uint32_t index, RsFile file);
149 extern "C" RsFile rsaFileA3DCreateFromMemory(RsContext con, const void *data, uint32_t len);
150 extern "C" RsFile rsaFileA3DCreateFromAsset(RsContext con, void *_asset);
151 extern "C" RsFile rsaFileA3DCreateFromFile(RsContext con, cons
[all...]
H A DrsThreadIO.h43 bool playCoreCommands(Context *con, int waitFd);
H A Drs.h48 const void* rsaAllocationGetType(RsContext con, RsAllocation va);
H A DrsContext.cpp70 Context::PushState::PushState(Context *con) { argument
71 mRsc = con;
73 if (con->mIsGraphicsContext) {
74 mFragment.set(con->getProgramFragment());
75 mVertex.set(con->getProgramVertex());
76 mStore.set(con->getProgramStore());
77 mRaster.set(con->getProgramRaster());
78 mFont.set(con->getFont());
H A DrsFileA3D.cpp361 void FileA3D::appendToFile(Context *con, ObjectBase *obj) { argument
375 obj->serialize(con, mWriteStream);
H A DrsHidlAdaptation.h50 static IContext *GetIContextHandle(RsContext con);
80 static const void* AllocationGetType(RsContext con, RsAllocation va);
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp344 nContextFinish(JNIEnv *_env, jobject _this, jlong con) argument
347 ALOGD("nContextFinish, con(%p)", (RsContext)con);
349 rsContextFinish((RsContext)con);
353 nClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong kernelID, argument
465 (RsContext)con, (RsScriptKernelID)kernelID, (RsAllocation)returnValue,
483 nInvokeClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong invokeID, argument
541 (RsContext)con, (RsScriptInvokeID)invokeID, jParams, jParamLength,
556 nClosureSetArg(JNIEnv *_env, jobject _this, jlong con, jlong closureID, argument
559 rsClosureSetArg((RsContext)con, (RsClosur
564 nClosureSetGlobal(JNIEnv *_env, jobject _this, jlong con, jlong closureID, jlong fieldID, jlong value, jint size) argument
572 nScriptGroup2Create(JNIEnv *_env, jobject _this, jlong con, jstring name, jstring cacheDir, jlongArray closureArray) argument
615 nScriptGroup2Execute(JNIEnv *_env, jobject _this, jlong con, jlong groupID) argument
620 nScriptIntrinsicBLAS_Single(JNIEnv *_env, jobject _this, jlong con, jlong id, jint func, jint TransA, jint TransB, jint Side, jint Uplo, jint Diag, jint M, jint N, jint K, jfloat alpha, jlong A, jlong B, jfloat beta, jlong C, jint incX, jint incY, jint KL, jint KU) argument
653 nScriptIntrinsicBLAS_Double(JNIEnv *_env, jobject _this, jlong con, jlong id, jint func, jint TransA, jint TransB, jint Side, jint Uplo, jint Diag, jint M, jint N, jint K, jdouble alpha, jlong A, jlong B, jdouble beta, jlong C, jint incX, jint incY, jint KL, jint KU) argument
686 nScriptIntrinsicBLAS_Complex(JNIEnv *_env, jobject _this, jlong con, jlong id, jint func, jint TransA, jint TransB, jint Side, jint Uplo, jint Diag, jint M, jint N, jint K, jfloat alphaX, jfloat alphaY, jlong A, jlong B, jfloat betaX, jfloat betaY, jlong C, jint incX, jint incY, jint KL, jint KU) argument
721 nScriptIntrinsicBLAS_Z(JNIEnv *_env, jobject _this, jlong con, jlong id, jint func, jint TransA, jint TransB, jint Side, jint Uplo, jint Diag, jint M, jint N, jint K, jdouble alphaX, jdouble alphaY, jlong A, jlong B, jdouble betaX, jdouble betaY, jlong C, jint incX, jint incY, jint KL, jint KU) argument
757 nScriptIntrinsicBLAS_BNNM(JNIEnv *_env, jobject _this, jlong con, jlong id, jint M, jint N, jint K, jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, jint c_mult_int) argument
783 nAssignName(JNIEnv *_env, jobject _this, jlong con, jlong obj, jbyteArray str) argument
800 nGetName(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
814 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
887 nContextSetPriority(JNIEnv *_env, jobject _this, jlong con, jint p) argument
896 nContextSetCacheDir(JNIEnv *_env, jobject _this, jlong con, jstring cacheDir) argument
909 nContextSetSurface(JNIEnv *_env, jobject _this, jlong con, jint width, jint height, jobject wnd) argument
927 nContextDestroy(JNIEnv *_env, jobject _this, jlong con) argument
936 nContextDump(JNIEnv *_env, jobject _this, jlong con, jint bits) argument
945 nContextPause(JNIEnv *_env, jobject _this, jlong con) argument
954 nContextResume(JNIEnv *_env, jobject _this, jlong con) argument
964 nContextGetErrorMessage(JNIEnv *_env, jobject _this, jlong con) argument
984 nContextGetUserMessage(JNIEnv *_env, jobject _this, jlong con, jintArray data) argument
1009 nContextPeekMessage(JNIEnv *_env, jobject _this, jlong con, jintArray auxData) argument
1029 nContextInitToClient(JNIEnv *_env, jobject _this, jlong con) argument
1037 nContextDeinitToClient(JNIEnv *_env, jobject _this, jlong con) argument
1046 nContextSendMessage(JNIEnv *_env, jobject _this, jlong con, jint id, jintArray data) argument
1070 nElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, jint size) argument
1082 nElementCreate2(JNIEnv *_env, jobject _this, jlong con, jlongArray _ids, jobjectArray _names, jintArray _arraySizes) argument
1128 nElementGetNativeData(JNIEnv *_env, jobject _this, jlong con, jlong id, jintArray _elementData) argument
1149 nElementGetSubElements(JNIEnv *_env, jobject _this, jlong con, jlong id, jlongArray _IDs, jobjectArray _names, jintArray _arraySizes) argument
1182 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
1195 nTypeGetNativeData(JNIEnv *_env, jobject _this, jlong con, jlong id, jlongArray _typeData) argument
1218 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, jlong pointer) argument
1231 nAllocationSyncAll(JNIEnv *_env, jobject _this, jlong con, jlong a, jint bits) argument
1241 nAllocationSetupBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint numAlloc) argument
1251 nAllocationShareBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc1, jlong alloc2) argument
1262 nAllocationGetSurface(JNIEnv *_env, jobject _this, jlong con, jlong a) argument
1278 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) argument
1296 nAllocationIoSend(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1305 nAllocationIoReceive(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1314 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1323 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1337 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1351 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1365 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
1379 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
1391 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1406 nAllocationElementData(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, jint yoff, jint zoff, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) argument
1430 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1448 nAllocationData2D_alloc(JNIEnv *_env, jobject _this, jlong con, jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstMip, jint dstFace, jint width, jint height, jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcMip, jint srcFace) argument
1475 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1493 nAllocationData3D_alloc(JNIEnv *_env, jobject _this, jlong con, jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, jint dstMip, jint width, jint height, jint depth, jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, jint srcMip) argument
1519 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, jint mSize, jboolean usePadding) argument
1533 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1548 nAllocationElementRead(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, jint yoff, jint zoff, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) argument
1571 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1588 nAllocationRead3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jobject data, int sizeBytes, int dataType, jint mSize, jboolean usePadding) argument
1604 nAllocationGetType(JNIEnv *_env, jobject _this, jlong con, jlong a) argument
1613 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) argument
1624 nAllocationAdapterCreate(JNIEnv *_env, jobject _this, jlong con, jlong basealloc, jlong type) argument
1636 nAllocationAdapterOffset(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint x, jint y, jint z, jint face, jint lod, jint a1, jint a2, jint a3, jint a4) argument
1656 nFileA3DCreateFromAssetStream(JNIEnv *_env, jobject _this, jlong con, jlong native_asset) argument
1666 nFileA3DCreateFromAsset(JNIEnv *_env, jobject _this, jlong con, jobject _assetMgr, jstring _path) argument
1688 nFileA3DCreateFromFile(JNIEnv *_env, jobject _this, jlong con, jstring fileName) argument
1697 nFileA3DGetNumIndexEntries(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D) argument
1705 nFileA3DGetIndexEntries(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D, jint numEntries, jintArray _ids, jobjectArray _entries) argument
1721 nFileA3DGetEntryByIndex(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D, jint index) argument
1731 nFontCreateFromFile(JNIEnv *_env, jobject _this, jlong con, jstring fileName, jfloat fontSize, jint dpi) argument
1743 nFontCreateFromAssetStream(JNIEnv *_env, jobject _this, jlong con, jstring name, jfloat fontSize, jint dpi, jlong native_asset) argument
1757 nFontCreateFromAsset(JNIEnv *_env, jobject _this, jlong con, jobject _assetMgr, jstring _path, jfloat fontSize, jint dpi) argument
1785 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot) argument
1795 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val) argument
1805 nScriptGetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1816 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) argument
1826 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) argument
1836 nScriptGetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1847 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val) argument
1857 nScriptGetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1868 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val) argument
1878 nScriptGetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1889 nScriptSetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1905 nScriptGetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1921 nScriptSetVarVE(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jlong elem, jintArray dims) argument
1947 nScriptSetTimeZone(JNIEnv *_env, jobject _this, jlong con, jlong script, jbyteArray timeZone) argument
1969 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot) argument
1978 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1994 nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jbyteArray params, jintArray limits) argument
2107 nScriptReduce(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jintArray limits) argument
2204 nScriptCCreate(JNIEnv *_env, jobject _this, jlong con, jstring resName, jstring cacheDir, jbyteArray scriptRef, jint length) argument
2259 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, jlong con, jint id, jlong eid) argument
2269 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jint sig) argument
2279 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) argument
2289 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) argument
2299 nScriptGroupCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _kernels, jlongArray _src, jlongArray _dstk, jlongArray _dstf, jlongArray _types) argument
2408 nScriptGroupSetInput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
2418 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
2428 nScriptGroupExecute(JNIEnv *_env, jobject _this, jlong con, jlong gid) argument
2439 nProgramStoreCreate(JNIEnv *_env, jobject _this, jlong con, jboolean colorMaskR, jboolean colorMaskG, jboolean colorMaskB, jboolean colorMaskA, jboolean depthMask, jboolean ditherEnable, jint srcFunc, jint destFunc, jint depthFunc) argument
2456 nProgramBindConstants(JNIEnv *_env, jobject _this, jlong con, jlong vpv, jint slot, jlong a) argument
2466 nProgramBindTexture(JNIEnv *_env, jobject _this, jlong con, jlong vpf, jint slot, jlong a) argument
2476 nProgramBindSampler(JNIEnv *_env, jobject _this, jlong con, jlong vpf, jint slot, jlong a) argument
2488 nProgramFragmentCreate(JNIEnv *_env, jobject _this, jlong con, jstring shader, jobjectArray texNames, jlongArray params) argument
2525 nProgramVertexCreate(JNIEnv *_env, jobject _this, jlong con, jstring shader, jobjectArray texNames, jlongArray params) argument
2562 nProgramRasterCreate(JNIEnv *_env, jobject _this, jlong con, jboolean pointSprite, jint cull) argument
2575 nContextBindRootScript(JNIEnv *_env, jobject _this, jlong con, jlong script) argument
2584 nContextBindProgramStore(JNIEnv *_env, jobject _this, jlong con, jlong pfs) argument
2593 nContextBindProgramFragment(JNIEnv *_env, jobject _this, jlong con, jlong pf) argument
2603 nContextBindProgramVertex(JNIEnv *_env, jobject _this, jlong con, jlong pf) argument
2612 nContextBindProgramRaster(JNIEnv *_env, jobject _this, jlong con, jlong pf) argument
2624 nSamplerCreate(JNIEnv *_env, jobject _this, jlong con, jint magFilter, jint minFilter, jint wrapS, jint wrapT, jint wrapR, jfloat aniso) argument
2642 nMeshCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _vtx, jlongArray _idx, jintArray _prim) argument
2707 nMeshGetVertexBufferCount(JNIEnv *_env, jobject _this, jlong con, jlong mesh) argument
2718 nMeshGetIndexCount(JNIEnv *_env, jobject _this, jlong con, jlong mesh) argument
2729 nMeshGetVertices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _ids, jint numVtxIDs) argument
2747 nMeshGetIndices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _idxIds, jintArray _primitives, jint numIndices) argument
2775 nAllocationGetByteBuffer(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jlongArray strideArr, jint xBytesSize, jint dimY, jint dimZ) argument
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java137 native int nContextGetUserMessage(long con, int[] data); argument
138 native String nContextGetErrorMessage(long con); argument
139 native int nContextPeekMessage(long con, int[] subID); argument
140 native void nContextInitToClient(long con); argument
141 native void nContextDeinitToClient(long con); argument
229 native void rsnContextDestroy(long con); argument
245 native void rsnContextSetSurface(long con, int w, int h, Surface sur); argument
250 native void rsnContextSetSurfaceTexture(long con, int w, int h, SurfaceTexture sur); argument
255 native void rsnContextSetPriority(long con, int p); argument
260 native void rsnContextSetCacheDir(long con, Strin argument
265 rsnContextDump(long con, int bits) argument
270 rsnContextFinish(long con) argument
276 rsnContextSendMessage(long con, int id, int[] data) argument
282 rsnContextBindRootScript(long con, long script) argument
287 rsnContextBindSampler(long con, int sampler, int slot) argument
292 rsnContextBindProgramStore(long con, long pfs) argument
297 rsnContextBindProgramFragment(long con, long pf) argument
302 rsnContextBindProgramVertex(long con, long pv) argument
307 rsnContextBindProgramRaster(long con, long pr) argument
312 rsnContextPause(long con) argument
317 rsnContextResume(long con) argument
323 rsnClosureCreate(long con, long kernelID, long returnValue, long[] fieldIDs, long[] values, int[] sizes, long[] depClosures, long[] depFieldIDs) argument
338 rsnInvokeClosureCreate(long con, long invokeID, byte[] params, long[] fieldIDs, long[] values, int[] sizes) argument
351 rsnClosureSetArg(long con, long closureID, int index, long value, int size) argument
359 rsnClosureSetGlobal(long con, long closureID, long fieldID, long value, int size) argument
368 rsnScriptGroup2Create(long con, String name, String cachePath, long[] closures) argument
380 rsnScriptGroup2Execute(long con, long groupID) argument
386 rsnAssignName(long con, long obj, byte[] name) argument
391 rsnGetName(long con, long obj) argument
398 rsnObjDestroy(long con, long id) argument
408 rsnElementCreate(long con, long type, int kind, boolean norm, int vecSize) argument
413 rsnElementCreate2(long con, long[] elements, String[] names, int[] arraySizes) argument
418 rsnElementGetNativeData(long con, long id, int[] elementData) argument
423 rsnElementGetSubElements(long con, long id, long[] IDs, String[] names, int[] arraySizes) argument
430 rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) argument
435 rsnTypeGetNativeData(long con, long id, long[] typeData) argument
441 rsnAllocationCreateTyped(long con, long type, int mip, int usage, long pointer) argument
446 rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage) argument
452 rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, int usage) argument
458 rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage) argument
463 rsnAllocationCreateBitmapRef(long con, long type, Bitmap bmp) argument
468 rsnAllocationCreateFromAssetStream(long con, int mips, int assetStream, int usage) argument
474 rsnAllocationCopyToBitmap(long con, long alloc, Bitmap bmp) argument
480 rsnAllocationSyncAll(long con, long alloc, int src) argument
486 rsnAllocationGetByteBuffer(long con, long alloc, long[] stride, int xBytesSize, int dimY, int dimZ) argument
492 rsnAllocationSetupBufferQueue(long con, long alloc, int numAlloc) argument
497 rsnAllocationShareBufferQueue(long con, long alloc1, long alloc2) argument
502 rsnAllocationGetSurface(long con, long alloc) argument
507 rsnAllocationSetSurface(long con, long alloc, Surface sur) argument
512 rsnAllocationIoSend(long con, long alloc) argument
517 rsnAllocationIoReceive(long con, long alloc) argument
523 rsnAllocationGenerateMipmaps(long con, long alloc) argument
528 rsnAllocationCopyFromBitmap(long con, long alloc, Bitmap bmp) argument
535 rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
543 rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
549 rsnAllocationData2D(long con, long dstAlloc, int dstXoff, int dstYoff, int dstMip, int dstFace, int width, int height, long srcAlloc, int srcXoff, int srcYoff, int srcMip, int srcFace) argument
569 rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
579 rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b) argument
585 rsnAllocationData3D(long con, long dstAlloc, int dstXoff, int dstYoff, int dstZoff, int dstMip, int width, int height, int depth, long srcAlloc, int srcXoff, int srcYoff, int srcZoff, int srcMip) argument
603 rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
614 rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolean usePadding) argument
620 rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
628 rsnAllocationElementRead(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
636 rsnAllocationRead2D(long con, long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
646 rsnAllocationRead3D(long con, long id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
656 rsnAllocationGetType(long con, long id) argument
662 rsnAllocationResize1D(long con, long id, int dimX) argument
668 rsnAllocationAdapterCreate(long con, long allocId, long typeId) argument
674 rsnAllocationAdapterOffset(long con, long id, int x, int y, int z, int mip, int face, int a1, int a2, int a3, int a4) argument
682 rsnFileA3DCreateFromAssetStream(long con, long assetStream) argument
687 rsnFileA3DCreateFromFile(long con, String path) argument
692 rsnFileA3DCreateFromAsset(long con, AssetManager mgr, String path) argument
697 rsnFileA3DGetNumIndexEntries(long con, long fileA3D) argument
702 rsnFileA3DGetIndexEntries(long con, long fileA3D, int numEntries, int[] IDs, String[] names) argument
707 rsnFileA3DGetEntryByIndex(long con, long fileA3D, int index) argument
713 rsnFontCreateFromFile(long con, String fileName, float size, int dpi) argument
718 rsnFontCreateFromAssetStream(long con, String name, float size, int dpi, long assetStream) argument
723 rsnFontCreateFromAsset(long con, AssetManager mgr, String path, float size, int dpi) argument
730 rsnScriptBindAllocation(long con, long script, long alloc, int slot) argument
735 rsnScriptSetTimeZone(long con, long script, byte[] timeZone) argument
740 rsnScriptInvoke(long con, long id, int slot) argument
746 rsnScriptForEach(long con, long id, int slot, long[] ains, long aout, byte[] params, int[] limits) argument
755 rsnScriptReduce(long con, long id, int slot, long[] ains, long aout, int[] limits) argument
763 rsnScriptInvokeV(long con, long id, int slot, byte[] params) argument
769 rsnScriptSetVarI(long con, long id, int slot, int val) argument
774 rsnScriptGetVarI(long con, long id, int slot) argument
780 rsnScriptSetVarJ(long con, long id, int slot, long val) argument
785 rsnScriptGetVarJ(long con, long id, int slot) argument
791 rsnScriptSetVarF(long con, long id, int slot, float val) argument
796 rsnScriptGetVarF(long con, long id, int slot) argument
801 rsnScriptSetVarD(long con, long id, int slot, double val) argument
806 rsnScriptGetVarD(long con, long id, int slot) argument
811 rsnScriptSetVarV(long con, long id, int slot, byte[] val) argument
816 rsnScriptGetVarV(long con, long id, int slot, byte[] val) argument
821 rsnScriptSetVarVE(long con, long id, int slot, byte[] val, long e, int[] dims) argument
828 rsnScriptSetVarObj(long con, long id, int slot, long val) argument
834 rsnScriptCCreate(long con, String resName, String cacheDir, byte[] script, int length) argument
841 rsnScriptIntrinsicCreate(long con, int id, long eid) argument
847 rsnScriptKernelIDCreate(long con, long sid, int slot, int sig) argument
853 rsnScriptInvokeIDCreate(long con, long sid, int slot) argument
859 rsnScriptFieldIDCreate(long con, long sid, int slot) argument
865 rsnScriptGroupCreate(long con, long[] kernels, long[] src, long[] dstk, long[] dstf, long[] types) argument
871 rsnScriptGroupSetInput(long con, long group, long kernel, long alloc) argument
877 rsnScriptGroupSetOutput(long con, long group, long kernel, long alloc) argument
883 rsnScriptGroupExecute(long con, long group) argument
889 rsnSamplerCreate(long con, int magFilter, int minFilter, int wrapS, int wrapT, int wrapR, float aniso) argument
897 rsnProgramStoreCreate(long con, boolean r, boolean g, boolean b, boolean a, boolean depthMask, boolean dither, int srcMode, int dstMode, int depthFunc) argument
908 rsnProgramRasterCreate(long con, boolean pointSprite, int cullMode) argument
914 rsnProgramBindConstants(long con, long pv, int slot, long mID) argument
919 rsnProgramBindTexture(long con, long vpf, int slot, long a) argument
924 rsnProgramBindSampler(long con, long vpf, int slot, long s) argument
929 rsnProgramFragmentCreate(long con, String shader, String[] texNames, long[] params) argument
934 rsnProgramVertexCreate(long con, String shader, String[] texNames, long[] params) argument
940 rsnMeshCreate(long con, long[] vtx, long[] idx, int[] prim) argument
945 rsnMeshGetVertexBufferCount(long con, long id) argument
950 rsnMeshGetIndexCount(long con, long id) argument
955 rsnMeshGetVertices(long con, long id, long[] vtxIds, int vtxIdCount) argument
960 rsnMeshGetIndices(long con, long id, long[] idxIds, int[] primitives, int vtxIdCount) argument
966 rsnScriptIntrinsicBLAS_Single(long con, long id, int func, int TransA, int TransB, int Side, int Uplo, int Diag, int M, int N, int K, float alpha, long A, long B, float beta, long C, int incX, int incY, int KL, int KU) argument
978 rsnScriptIntrinsicBLAS_Double(long con, long id, int func, int TransA, int TransB, int Side, int Uplo, int Diag, int M, int N, int K, double alpha, long A, long B, double beta, long C, int incX, int incY, int KL, int KU) argument
990 rsnScriptIntrinsicBLAS_Complex(long con, long id, int func, int TransA, int TransB, int Side, int Uplo, int Diag, int M, int N, int K, float alphaX, float alphaY, long A, long B, float betaX, float betaY, long C, int incX, int incY, int KL, int KU) argument
1002 rsnScriptIntrinsicBLAS_Z(long con, long id, int func, int TransA, int TransB, int Side, int Uplo, int Diag, int M, int N, int K, double alphaX, double alphaY, long A, long B, double betaX, double betaY, long C, int incX, int incY, int KL, int KU) argument
1014 rsnScriptIntrinsicBLAS_BNNM(long con, long id, int M, int N, int K, long A, int a_offset, long B, int b_offset, long C, int c_offset, int c_mult_int) argument
[all...]
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DRenderScript.java109 native int nContextGetUserMessage(long con, int[] data); argument
110 native String nContextGetErrorMessage(long con); argument
111 native int nContextPeekMessage(long con, int[] subID); argument
112 native void nContextInitToClient(long con); argument
113 native void nContextDeinitToClient(long con); argument
304 native void rsnContextDestroy(long con); argument
320 native void rsnContextSetPriority(long con, int p); argument
325 native void rsnContextDump(long con, int bits); argument
330 native void rsnContextFinish(long con); argument
336 native void rsnContextSendMessage(long con, in argument
343 rsnObjDestroy(long con, long id) argument
353 rsnElementCreate(long con, long type, int kind, boolean norm, int vecSize) argument
358 rsnElementCreate2(long con, long[] elements, String[] names, int[] arraySizes) argument
363 rsnElementGetNativeData(long con, long id, int[] elementData) argument
368 rsnElementGetSubElements(long con, long id, long[] IDs, String[] names, int[] arraySizes) argument
375 rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) argument
381 rsnTypeGetNativeData(long con, long id, long[] typeData) argument
387 rsnAllocationCreateTyped(long con, long type, int mip, int usage, long pointer) argument
392 rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage) argument
398 rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, int usage) argument
405 rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage) argument
410 rsnAllocationCreateBitmapRef(long con, long type, Bitmap bmp) argument
415 rsnAllocationCreateFromAssetStream(long con, int mips, int assetStream, int usage) argument
421 rsnAllocationCopyToBitmap(long con, long alloc, Bitmap bmp) argument
428 rsnAllocationSyncAll(long con, long alloc, int src) argument
434 rsnAllocationSetSurface(long con, long alloc, Surface sur) argument
440 rsnAllocationIoSend(long con, long alloc) argument
445 rsnAllocationIoReceive(long con, long alloc) argument
450 rsnAllocationGetByteBuffer(long con, long alloc, int xBytesSize, int dimY, int dimZ) argument
455 rsnAllocationGetStride(long con, long alloc) argument
461 rsnAllocationGenerateMipmaps(long con, long alloc) argument
466 rsnAllocationCopyFromBitmap(long con, long alloc, Bitmap bmp) argument
473 rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
481 rsnAllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
494 rsnAllocationData2D(long con, long dstAlloc, int dstXoff, int dstYoff, int dstMip, int dstFace, int width, int height, long srcAlloc, int srcXoff, int srcYoff, int srcMip, int srcFace) argument
514 rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
524 rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b) argument
530 rsnAllocationData3D(long con, long dstAlloc, int dstXoff, int dstYoff, int dstZoff, int dstMip, int width, int height, int depth, long srcAlloc, int srcXoff, int srcYoff, int srcZoff, int srcMip) argument
549 rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
560 rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolean usePadding) argument
566 rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
584 rsnAllocationRead2D(long con, long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
606 rsnAllocationGetType(long con, long id) argument
612 rsnAllocationResize1D(long con, long id, int dimX) argument
617 rsnAllocationResize2D(long con, long id, int dimX, int dimY) argument
623 rsnScriptBindAllocation(long con, long script, long alloc, int slot, boolean mUseInc) argument
632 rsnScriptSetTimeZone(long con, long script, byte[] timeZone, boolean mUseInc) argument
641 rsnScriptInvoke(long con, long id, int slot, boolean mUseInc) argument
650 rsnScriptForEach(long con, long incCon, long id, int slot, long ain, long aout, byte[] params, boolean mUseInc) argument
651 rsnScriptForEach(long con, long incCon, long id, int slot, long ain, long aout, boolean mUseInc) argument
652 rsnScriptForEachClipped(long con, long incCon, long id, int slot, long ain, long aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend, boolean mUseInc) argument
654 rsnScriptForEachClipped(long con, long incCon, long id, int slot, long ain, long aout, int xstart, int xend, int ystart, int yend, int zstart, int zend, boolean mUseInc) argument
675 rsnScriptForEach(long con, long id, int slot, long[] ains, long aout, byte[] params, int[] limits) argument
688 rsnScriptReduce(long con, long id, int slot, long[] ains, long aout, int[] limits) argument
696 rsnScriptInvokeV(long con, long id, int slot, byte[] params, boolean mUseInc) argument
705 rsnScriptSetVarI(long con, long id, int slot, int val, boolean mUseInc) argument
714 rsnScriptSetVarJ(long con, long id, int slot, long val, boolean mUseInc) argument
723 rsnScriptSetVarF(long con, long id, int slot, float val, boolean mUseInc) argument
732 rsnScriptSetVarD(long con, long id, int slot, double val, boolean mUseInc) argument
741 rsnScriptSetVarV(long con, long id, int slot, byte[] val, boolean mUseInc) argument
750 rsnScriptSetVarVE(long con, long id, int slot, byte[] val, long e, int[] dims, boolean mUseInc) argument
761 rsnScriptSetVarObj(long con, long id, int slot, long val, boolean mUseInc) argument
771 rsnScriptCCreate(long con, String resName, String cacheDir, byte[] script, int length) argument
778 rsnScriptIntrinsicCreate(long con, int id, long eid, boolean mUseInc) argument
810 rsnScriptKernelIDCreate(long con, long sid, int slot, int sig, boolean mUseInc) argument
820 rsnScriptInvokeIDCreate(long con, long sid, int slot) argument
826 rsnScriptFieldIDCreate(long con, long sid, int slot, boolean mUseInc) argument
836 rsnScriptGroupCreate(long con, long[] kernels, long[] src, long[] dstk, long[] dstf, long[] types) argument
842 rsnScriptGroupSetInput(long con, long group, long kernel, long alloc) argument
848 rsnScriptGroupSetOutput(long con, long group, long kernel, long alloc) argument
854 rsnScriptGroupExecute(long con, long group) argument
860 rsnSamplerCreate(long con, int magFilter, int minFilter, int wrapS, int wrapT, int wrapR, float aniso) argument
869 rsnClosureCreate(long con, long kernelID, long returnValue, long[] fieldIDs, long[] values, int[] sizes, long[] depClosures, long[] depFieldIDs) argument
884 rsnInvokeClosureCreate(long con, long invokeID, byte[] params, long[] fieldIDs, long[] values, int[] sizes) argument
897 rsnClosureSetArg(long con, long closureID, int index, long value, int size) argument
905 rsnClosureSetGlobal(long con, long closureID, long fieldID, long value, int size) argument
914 rsnScriptGroup2Create(long con, String name, String cachePath, long[] closures) argument
922 rsnScriptGroup2Execute(long con, long groupID) argument
928 rsnScriptIntrinsicBLAS_Single(long con, long incCon, long id, int func, int TransA, int TransB, int Side, int Uplo, int Diag, int M, int N, int K, float alpha, long A, long B, float beta, long C, int incX, int incY, int KL, int KU, boolean mUseInc) argument
940 rsnScriptIntrinsicBLAS_Double(long con, long incCon, long id, int func, int TransA, int TransB, int Side, int Uplo, int Diag, int M, int N, int K, double alpha, long A, long B, double beta, long C, int incX, int incY, int KL, int KU, boolean mUseInc) argument
952 rsnScriptIntrinsicBLAS_Complex(long con, long incCon, long id, int func, int TransA, int TransB, int Side, int Uplo, int Diag, int M, int N, int K, float alphaX, float alphaY, long A, long B, float betaX, float betaY, long C, int incX, int incY, int KL, int KU, boolean mUseInc) argument
964 rsnScriptIntrinsicBLAS_Z(long con, long incCon, long id, int func, int TransA, int TransB, int Side, int Uplo, int Diag, int M, int N, int K, double alphaX, double alphaY, long A, long B, double betaX, double betaY, long C, int incX, int incY, int KL, int KU, boolean mUseInc) argument
976 rsnScriptIntrinsicBLAS_BNNM(long con, long incCon, long id, int M, int N, int K, long A, int a_offset, long B, int b_offset, long C, int c_offset, int c_mult_int, boolean mUseInc) argument
997 rsnIncContextDestroy(long con) argument
1014 rsnIncContextFinish(long con) argument
1020 rsnIncObjDestroy(long con, long id) argument
1029 rsnIncElementCreate(long con, long type, int kind, boolean norm, int vecSize) argument
1034 rsnIncTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) argument
1039 rsnIncAllocationCreateTyped(long con, long incCon, long alloc, long type, int xBytesSize) argument
[all...]
/frameworks/rs/cpp/
H A DrsDispatch.h22 typedef void (*SetNativeLibDirFnPtr)(RsContext con, const char *nativeLibDir, size_t length);
23 typedef const void* (*AllocationGetTypeFnPtr)(RsContext con, RsAllocation va);
129 typedef void (*MeshGetVertexBufferCountFnPtr) (RsContext con, RsMesh mv, int32_t *numVtx);
130 typedef void (*MeshGetIndexCountFnPtr) (RsContext con, RsMesh mv, int32_t *numIdx);
131 typedef void (*MeshGetVerticesFnPtr) (RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount);
132 typedef void (*MeshGetIndicesFnPtr) (RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idxDataCount);
133 typedef RsObjectBase (*FileA3DGetEntryByIndexFnPtr) (RsContext con, uint32_t index, RsFile file);
134 typedef void (*FileA3DGetNumIndexEntriesFnPtr) (RsContext con, int32_t *numEntries, RsFile file);
135 typedef void (*FileA3DGetIndexEntriesFnPtr) (RsContext con, RsFileIndexEntry *fileEntries, uint32_t numEntries, RsFile file);
136 typedef RsFile (*FileA3DCreateFromMemoryFnPtr) (RsContext con, cons
[all...]
H A DScriptIntrinsicBLAS.cpp107 nScriptIntrinsicBLAS_Single(RS* mRS, RsContext con, RsScript id, RsBlasFunction func, int TransA, argument
115 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr,
121 nScriptIntrinsicBLAS_Double(RS* mRS, RsContext con, RsScript id, RsBlasFunction func, int TransA, argument
129 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr,
134 nScriptIntrinsicBLAS_Complex(RS* mRS, RsContext con, RsScript id, RsBlasFunction func, int TransA, argument
142 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr,
147 nScriptIntrinsicBLAS_Z(RS* mRS, RsContext con, RsScript id, RsBlasFunction func, int TransA, argument
155 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr,
161 nScriptIntrinsicBLAS_BNNM(RS* mRS, RsContext con, RsScript id, int M, int N, int K, argument
176 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, i
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_EGLExt.cpp113 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { argument
129 return _env->NewObject(cls, con, reinterpret_cast<jlong>(handle));
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14cHeader.cpp117 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { argument
133 return _env->NewObject(cls, con, reinterpret_cast<jlong>(handle));
H A DEGLExtcHeader.cpp113 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { argument
129 return _env->NewObject(cls, con, reinterpret_cast<jlong>(handle));
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java378 SQLiteConnection con = waitForConnection(sql, connectionFlags, cancellationSignal);
381 mIdleConnectionHandler.connectionAcquired(con);
384 return con;
1223 void connectionReleased(SQLiteConnection con) { argument
1224 sendEmptyMessageDelayed(con.getConnectionId(), mTimeout);
1227 void connectionAcquired(SQLiteConnection con) { argument
1229 removeMessages(con.getConnectionId());
1232 void connectionClosed(SQLiteConnection con) { argument
1233 removeMessages(con.getConnectionId());
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDeviceAdminServiceController.java218 final DevicePolicyServiceConnection con = mConnections.valueAt(i);
219 con.dump(prefix + " ", pw);

Completed in 1790 milliseconds

12