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

/frameworks/support/v8/renderscript/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.cpp337 nContextFinish(JNIEnv *_env, jobject _this, jlong con) argument
339 LOG_API("nContextFinish, con(%p)", (RsContext)con);
340 dispatchTab.ContextFinish((RsContext)con);
344 nClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong kernelID, argument
430 (RsContext)con, (RsScriptKernelID)kernelID, (RsAllocation)returnValue,
448 nInvokeClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong invokeID, argument
497 (RsContext)con, (RsScriptInvokeID)invokeID, jParams, jParamLength,
512 nClosureSetArg(JNIEnv *_env, jobject _this, jlong con, jlong closureID, argument
514 dispatchTab.ClosureSetArg((RsContext)con, (RsClosur
519 nClosureSetGlobal(JNIEnv *_env, jobject _this, jlong con, jlong closureID, jlong fieldID, jlong value, jint size) argument
526 nScriptGroup2Create(JNIEnv *_env, jobject _this, jlong con, jstring name, jstring cacheDir, jlongArray closureArray) argument
565 nScriptGroup2Execute(JNIEnv *_env, jobject _this, jlong con, jlong groupID) argument
570 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
578 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
618 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
658 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
701 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
745 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
819 nContextSetPriority(JNIEnv *_env, jobject _this, jlong con, jint p) argument
828 nContextDestroy(JNIEnv *_env, jobject _this, jlong con) argument
835 nContextDump(JNIEnv *_env, jobject _this, jlong con, jint bits) argument
843 nContextGetErrorMessage(JNIEnv *_env, jobject _this, jlong con) argument
862 nContextGetUserMessage(JNIEnv *_env, jobject _this, jlong con, jintArray data) argument
882 nContextPeekMessage(JNIEnv *_env, jobject _this, jlong con, jintArray auxData) argument
896 nContextInitToClient(JNIEnv *_env, jobject _this, jlong con) argument
902 nContextDeinitToClient(JNIEnv *_env, jobject _this, jlong con) argument
909 nContextSendMessage(JNIEnv *_env, jobject _this, jlong con, jint id, jintArray data) argument
927 nElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, jint size) argument
939 nElementCreate2(JNIEnv *_env, jobject _this, jlong con, jlongArray _ids, jobjectArray _names, jintArray _arraySizes) argument
977 nElementGetSubElements(JNIEnv *_env, jobject _this, jlong con, jlong id, jlongArray _IDs, jobjectArray _names, jintArray _arraySizes) argument
1008 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
1021 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, jlong pointer) argument
1032 nAllocationSyncAll(JNIEnv *_env, jobject _this, jlong con, jlong a, jint bits) argument
1039 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) argument
1045 nAllocationIoSend(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1051 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1071 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1091 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1110 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1130 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
1148 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
1167 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
1181 nAllocationElementData1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) argument
1214 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
1228 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
1253 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
1267 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
1290 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, jint mSize, jboolean usePadding) argument
1302 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
1334 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
1365 nAllocationGetType(JNIEnv *_env, jobject _this, jlong con, jlong a) argument
1372 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) argument
1382 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot, jboolean mUseInc) argument
1394 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val, jboolean mUseInc) argument
1406 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboolean mUseInc) argument
1418 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboolean mUseInc) argument
1430 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val, jboolean mUseInc) argument
1442 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val, jboolean mUseInc) argument
1454 nScriptSetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jboolean mUseInc) argument
1468 nScriptSetVarVE(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jlong elem, jintArray dims, jboolean mUseInc) argument
1489 nScriptSetTimeZone(JNIEnv *_env, jobject _this, jlong con, jlong script, jbyteArray timeZone, jboolean mUseInc) argument
1509 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot, jboolean mUseInc) argument
1520 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jboolean mUseInc) argument
1534 nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong script, jint slot, jlong ain, jlong aout, jboolean mUseInc) argument
1550 nScriptForEachV(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong script, jint slot, jlong ain, jlong aout, jbyteArray params, jboolean mUseInc) argument
1570 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
1599 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
1633 nScriptCCreate(JNIEnv *_env, jobject _this, jlong con, jstring resName, jstring cacheDir, jbyteArray scriptRef, jint length) argument
1682 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, jlong con, jint id, jlong eid, jboolean mUseInc) argument
1693 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jint sig, jboolean mUseInc) argument
1707 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) argument
1715 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jboolean mUseInc) argument
1726 nScriptGroupCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _kernels, jlongArray _src, jlongArray _dstk, jlongArray _dstf, jlongArray _types) argument
1787 nScriptGroupSetInput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
1796 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
1805 nScriptGroupExecute(JNIEnv *_env, jobject _this, jlong con, jlong gid) argument
1814 nSamplerCreate(JNIEnv *_env, jobject _this, jlong con, jint magFilter, jint minFilter, jint wrapS, jint wrapT, jint wrapR, jfloat aniso) argument
1853 nIncObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
1885 nIncContextFinish(JNIEnv *_env, jobject _this, jlong con) argument
1892 nIncContextDestroy(JNIEnv *_env, jobject _this, jlong con) argument
1901 nIncElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, jint size) argument
1911 nIncTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
1924 nIncAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong alloc, jlong type) argument
[all...]
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp318 nContextFinish(JNIEnv *_env, jobject _this, jlong con) argument
321 ALOGD("nContextFinish, con(%p)", (RsContext)con);
323 rsContextFinish((RsContext)con);
327 nClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong kernelID, argument
413 (RsContext)con, (RsScriptKernelID)kernelID, (RsAllocation)returnValue,
431 nInvokeClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong invokeID, argument
480 (RsContext)con, (RsScriptInvokeID)invokeID, jParams, jParamLength,
495 nClosureSetArg(JNIEnv *_env, jobject _this, jlong con, jlong closureID, argument
497 rsClosureSetArg((RsContext)con, (RsClosur
502 nClosureSetGlobal(JNIEnv *_env, jobject _this, jlong con, jlong closureID, jlong fieldID, jlong value, jint size) argument
509 nScriptGroup2Create(JNIEnv *_env, jobject _this, jlong con, jstring name, jstring cacheDir, jlongArray closureArray) argument
548 nScriptGroup2Execute(JNIEnv *_env, jobject _this, jlong con, jlong groupID) argument
553 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
586 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
619 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
654 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
690 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
716 nAssignName(JNIEnv *_env, jobject _this, jlong con, jlong obj, jbyteArray str) argument
728 nGetName(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
742 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
815 nContextSetPriority(JNIEnv *_env, jobject _this, jlong con, jint p) argument
824 nContextSetCacheDir(JNIEnv *_env, jobject _this, jlong con, jstring cacheDir) argument
837 nContextSetSurface(JNIEnv *_env, jobject _this, jlong con, jint width, jint height, jobject wnd) argument
855 nContextDestroy(JNIEnv *_env, jobject _this, jlong con) argument
864 nContextDump(JNIEnv *_env, jobject _this, jlong con, jint bits) argument
873 nContextPause(JNIEnv *_env, jobject _this, jlong con) argument
882 nContextResume(JNIEnv *_env, jobject _this, jlong con) argument
892 nContextGetErrorMessage(JNIEnv *_env, jobject _this, jlong con) argument
912 nContextGetUserMessage(JNIEnv *_env, jobject _this, jlong con, jintArray data) argument
933 nContextPeekMessage(JNIEnv *_env, jobject _this, jlong con, jintArray auxData) argument
949 nContextInitToClient(JNIEnv *_env, jobject _this, jlong con) argument
957 nContextDeinitToClient(JNIEnv *_env, jobject _this, jlong con) argument
966 nContextSendMessage(JNIEnv *_env, jobject _this, jlong con, jint id, jintArray data) argument
986 nElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, jint size) argument
998 nElementCreate2(JNIEnv *_env, jobject _this, jlong con, jlongArray _ids, jobjectArray _names, jintArray _arraySizes) argument
1036 nElementGetNativeData(JNIEnv *_env, jobject _this, jlong con, jlong id, jintArray _elementData) argument
1057 nElementGetSubElements(JNIEnv *_env, jobject _this, jlong con, jlong id, jlongArray _IDs, jobjectArray _names, jintArray _arraySizes) argument
1090 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
1103 nTypeGetNativeData(JNIEnv *_env, jobject _this, jlong con, jlong id, jlongArray _typeData) argument
1126 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, jlong pointer) argument
1139 nAllocationSyncAll(JNIEnv *_env, jobject _this, jlong con, jlong a, jint bits) argument
1149 nAllocationGetSurface(JNIEnv *_env, jobject _this, jlong con, jlong a) argument
1165 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) argument
1182 nAllocationIoSend(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1191 nAllocationIoReceive(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1201 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1210 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1226 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1242 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1258 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
1274 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
1288 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
1303 nAllocationElementData(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, jint yoff, jint zoff, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) argument
1323 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
1341 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
1368 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
1386 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
1412 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, jint mSize, jboolean usePadding) argument
1426 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
1441 nAllocationElementRead(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, jint yoff, jint zoff, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) argument
1460 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
1477 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
1493 nAllocationGetType(JNIEnv *_env, jobject _this, jlong con, jlong a) argument
1502 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) argument
1513 nAllocationAdapterCreate(JNIEnv *_env, jobject _this, jlong con, jlong basealloc, jlong type) argument
1525 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
1545 nFileA3DCreateFromAssetStream(JNIEnv *_env, jobject _this, jlong con, jlong native_asset) argument
1555 nFileA3DCreateFromAsset(JNIEnv *_env, jobject _this, jlong con, jobject _assetMgr, jstring _path) argument
1573 nFileA3DCreateFromFile(JNIEnv *_env, jobject _this, jlong con, jstring fileName) argument
1582 nFileA3DGetNumIndexEntries(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D) argument
1590 nFileA3DGetIndexEntries(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D, jint numEntries, jintArray _ids, jobjectArray _entries) argument
1606 nFileA3DGetEntryByIndex(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D, jint index) argument
1616 nFontCreateFromFile(JNIEnv *_env, jobject _this, jlong con, jstring fileName, jfloat fontSize, jint dpi) argument
1628 nFontCreateFromAssetStream(JNIEnv *_env, jobject _this, jlong con, jstring name, jfloat fontSize, jint dpi, jlong native_asset) argument
1642 nFontCreateFromAsset(JNIEnv *_env, jobject _this, jlong con, jobject _assetMgr, jstring _path, jfloat fontSize, jint dpi) argument
1667 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot) argument
1677 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val) argument
1687 nScriptGetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1698 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) argument
1708 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) argument
1718 nScriptGetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1729 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val) argument
1739 nScriptGetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1750 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val) argument
1760 nScriptGetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1771 nScriptSetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1783 nScriptGetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1795 nScriptSetVarVE(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jlong elem, jintArray dims) argument
1813 nScriptSetTimeZone(JNIEnv *_env, jobject _this, jlong con, jlong script, jbyteArray timeZone) argument
1831 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot) argument
1840 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1852 nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jbyteArray params, jintArray limits) argument
1954 nScriptCCreate(JNIEnv *_env, jobject _this, jlong con, jstring resName, jstring cacheDir, jbyteArray scriptRef, jint length) argument
2005 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, jlong con, jint id, jlong eid) argument
2015 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jint sig) argument
2025 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) argument
2035 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) argument
2045 nScriptGroupCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _kernels, jlongArray _src, jlongArray _dstk, jlongArray _dstf, jlongArray _types) argument
2108 nScriptGroupSetInput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
2118 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
2128 nScriptGroupExecute(JNIEnv *_env, jobject _this, jlong con, jlong gid) argument
2139 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
2156 nProgramBindConstants(JNIEnv *_env, jobject _this, jlong con, jlong vpv, jint slot, jlong a) argument
2166 nProgramBindTexture(JNIEnv *_env, jobject _this, jlong con, jlong vpf, jint slot, jlong a) argument
2176 nProgramBindSampler(JNIEnv *_env, jobject _this, jlong con, jlong vpf, jint slot, jlong a) argument
2188 nProgramFragmentCreate(JNIEnv *_env, jobject _this, jlong con, jstring shader, jobjectArray texNames, jlongArray params) argument
2221 nProgramVertexCreate(JNIEnv *_env, jobject _this, jlong con, jstring shader, jobjectArray texNames, jlongArray params) argument
2254 nProgramRasterCreate(JNIEnv *_env, jobject _this, jlong con, jboolean pointSprite, jint cull) argument
2267 nContextBindRootScript(JNIEnv *_env, jobject _this, jlong con, jlong script) argument
2276 nContextBindProgramStore(JNIEnv *_env, jobject _this, jlong con, jlong pfs) argument
2285 nContextBindProgramFragment(JNIEnv *_env, jobject _this, jlong con, jlong pf) argument
2295 nContextBindProgramVertex(JNIEnv *_env, jobject _this, jlong con, jlong pf) argument
2304 nContextBindProgramRaster(JNIEnv *_env, jobject _this, jlong con, jlong pf) argument
2316 nSamplerCreate(JNIEnv *_env, jobject _this, jlong con, jint magFilter, jint minFilter, jint wrapS, jint wrapT, jint wrapR, jfloat aniso) argument
2334 nMeshCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _vtx, jlongArray _idx, jintArray _prim) argument
2371 nMeshGetVertexBufferCount(JNIEnv *_env, jobject _this, jlong con, jlong mesh) argument
2382 nMeshGetIndexCount(JNIEnv *_env, jobject _this, jlong con, jlong mesh) argument
2393 nMeshGetVertices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _ids, jint numVtxIDs) argument
2411 nMeshGetIndices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _idxIds, jintArray _primitives, jint numIndices) argument
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java126 native int nContextGetUserMessage(long con, int[] data); argument
127 native String nContextGetErrorMessage(long con); argument
128 native int nContextPeekMessage(long con, int[] subID); argument
129 native void nContextInitToClient(long con); argument
130 native void nContextDeinitToClient(long con); argument
218 native void rsnContextDestroy(long con); argument
234 native void rsnContextSetSurface(long con, int w, int h, Surface sur); argument
239 native void rsnContextSetSurfaceTexture(long con, int w, int h, SurfaceTexture sur); argument
244 native void rsnContextSetPriority(long con, int p); argument
249 native void rsnContextSetCacheDir(long con, Strin argument
254 rsnContextDump(long con, int bits) argument
259 rsnContextFinish(long con) argument
265 rsnContextSendMessage(long con, int id, int[] data) argument
271 rsnContextBindRootScript(long con, long script) argument
276 rsnContextBindSampler(long con, int sampler, int slot) argument
281 rsnContextBindProgramStore(long con, long pfs) argument
286 rsnContextBindProgramFragment(long con, long pf) argument
291 rsnContextBindProgramVertex(long con, long pv) argument
296 rsnContextBindProgramRaster(long con, long pr) argument
301 rsnContextPause(long con) argument
306 rsnContextResume(long con) argument
312 rsnClosureCreate(long con, long kernelID, long returnValue, long[] fieldIDs, long[] values, int[] sizes, long[] depClosures, long[] depFieldIDs) argument
327 rsnInvokeClosureCreate(long con, long invokeID, byte[] params, long[] fieldIDs, long[] values, int[] sizes) argument
340 rsnClosureSetArg(long con, long closureID, int index, long value, int size) argument
348 rsnClosureSetGlobal(long con, long closureID, long fieldID, long value, int size) argument
357 rsnScriptGroup2Create(long con, String name, String cachePath, long[] closures) argument
369 rsnScriptGroup2Execute(long con, long groupID) argument
375 rsnAssignName(long con, long obj, byte[] name) argument
380 rsnGetName(long con, long obj) argument
387 rsnObjDestroy(long con, long id) argument
397 rsnElementCreate(long con, long type, int kind, boolean norm, int vecSize) argument
402 rsnElementCreate2(long con, long[] elements, String[] names, int[] arraySizes) argument
407 rsnElementGetNativeData(long con, long id, int[] elementData) argument
412 rsnElementGetSubElements(long con, long id, long[] IDs, String[] names, int[] arraySizes) argument
419 rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) argument
424 rsnTypeGetNativeData(long con, long id, long[] typeData) argument
430 rsnAllocationCreateTyped(long con, long type, int mip, int usage, long pointer) argument
435 rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage) argument
441 rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, int usage) argument
447 rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage) argument
452 rsnAllocationCreateBitmapRef(long con, long type, Bitmap bmp) argument
457 rsnAllocationCreateFromAssetStream(long con, int mips, int assetStream, int usage) argument
463 rsnAllocationCopyToBitmap(long con, long alloc, Bitmap bmp) argument
470 rsnAllocationSyncAll(long con, long alloc, int src) argument
475 rsnAllocationGetSurface(long con, long alloc) argument
480 rsnAllocationSetSurface(long con, long alloc, Surface sur) argument
485 rsnAllocationIoSend(long con, long alloc) argument
490 rsnAllocationIoReceive(long con, long alloc) argument
497 rsnAllocationGenerateMipmaps(long con, long alloc) argument
502 rsnAllocationCopyFromBitmap(long con, long alloc, Bitmap bmp) argument
509 rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
517 rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
523 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
543 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
553 rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b) argument
559 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
577 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
588 rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolean usePadding) argument
594 rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
602 rsnAllocationElementRead(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
610 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
620 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
630 rsnAllocationGetType(long con, long id) argument
636 rsnAllocationResize1D(long con, long id, int dimX) argument
642 rsnAllocationAdapterCreate(long con, long allocId, long typeId) argument
648 rsnAllocationAdapterOffset(long con, long id, int x, int y, int z, int mip, int face, int a1, int a2, int a3, int a4) argument
656 rsnFileA3DCreateFromAssetStream(long con, long assetStream) argument
661 rsnFileA3DCreateFromFile(long con, String path) argument
666 rsnFileA3DCreateFromAsset(long con, AssetManager mgr, String path) argument
671 rsnFileA3DGetNumIndexEntries(long con, long fileA3D) argument
676 rsnFileA3DGetIndexEntries(long con, long fileA3D, int numEntries, int[] IDs, String[] names) argument
681 rsnFileA3DGetEntryByIndex(long con, long fileA3D, int index) argument
687 rsnFontCreateFromFile(long con, String fileName, float size, int dpi) argument
692 rsnFontCreateFromAssetStream(long con, String name, float size, int dpi, long assetStream) argument
697 rsnFontCreateFromAsset(long con, AssetManager mgr, String path, float size, int dpi) argument
704 rsnScriptBindAllocation(long con, long script, long alloc, int slot) argument
709 rsnScriptSetTimeZone(long con, long script, byte[] timeZone) argument
714 rsnScriptInvoke(long con, long id, int slot) argument
720 rsnScriptForEach(long con, long id, int slot, long[] ains, long aout, byte[] params, int[] limits) argument
729 rsnScriptInvokeV(long con, long id, int slot, byte[] params) argument
735 rsnScriptSetVarI(long con, long id, int slot, int val) argument
740 rsnScriptGetVarI(long con, long id, int slot) argument
746 rsnScriptSetVarJ(long con, long id, int slot, long val) argument
751 rsnScriptGetVarJ(long con, long id, int slot) argument
757 rsnScriptSetVarF(long con, long id, int slot, float val) argument
762 rsnScriptGetVarF(long con, long id, int slot) argument
767 rsnScriptSetVarD(long con, long id, int slot, double val) argument
772 rsnScriptGetVarD(long con, long id, int slot) argument
777 rsnScriptSetVarV(long con, long id, int slot, byte[] val) argument
782 rsnScriptGetVarV(long con, long id, int slot, byte[] val) argument
787 rsnScriptSetVarVE(long con, long id, int slot, byte[] val, long e, int[] dims) argument
794 rsnScriptSetVarObj(long con, long id, int slot, long val) argument
800 rsnScriptCCreate(long con, String resName, String cacheDir, byte[] script, int length) argument
807 rsnScriptIntrinsicCreate(long con, int id, long eid) argument
813 rsnScriptKernelIDCreate(long con, long sid, int slot, int sig) argument
819 rsnScriptInvokeIDCreate(long con, long sid, int slot) argument
825 rsnScriptFieldIDCreate(long con, long sid, int slot) argument
831 rsnScriptGroupCreate(long con, long[] kernels, long[] src, long[] dstk, long[] dstf, long[] types) argument
837 rsnScriptGroupSetInput(long con, long group, long kernel, long alloc) argument
843 rsnScriptGroupSetOutput(long con, long group, long kernel, long alloc) argument
849 rsnScriptGroupExecute(long con, long group) argument
855 rsnSamplerCreate(long con, int magFilter, int minFilter, int wrapS, int wrapT, int wrapR, float aniso) argument
863 rsnProgramStoreCreate(long con, boolean r, boolean g, boolean b, boolean a, boolean depthMask, boolean dither, int srcMode, int dstMode, int depthFunc) argument
874 rsnProgramRasterCreate(long con, boolean pointSprite, int cullMode) argument
880 rsnProgramBindConstants(long con, long pv, int slot, long mID) argument
885 rsnProgramBindTexture(long con, long vpf, int slot, long a) argument
890 rsnProgramBindSampler(long con, long vpf, int slot, long s) argument
895 rsnProgramFragmentCreate(long con, String shader, String[] texNames, long[] params) argument
900 rsnProgramVertexCreate(long con, String shader, String[] texNames, long[] params) argument
906 rsnMeshCreate(long con, long[] vtx, long[] idx, int[] prim) argument
911 rsnMeshGetVertexBufferCount(long con, long id) argument
916 rsnMeshGetIndexCount(long con, long id) argument
921 rsnMeshGetVertices(long con, long id, long[] vtxIds, int vtxIdCount) argument
926 rsnMeshGetIndices(long con, long id, long[] idxIds, int[] primitives, int vtxIdCount) argument
932 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
944 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
956 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
968 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
980 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/
H A DrsThreadIO.cpp104 bool ThreadIO::playCoreCommands(Context *con, int waitFd) { argument
124 if (con->props.mLogTimes) {
125 con->timerSet(Context::RS_TIMER_IDLE);
150 if (con->props.mLogTimes) {
151 con->timerSet(Context::RS_TIMER_INTERNAL);
157 ALOGE("playCoreCommands error con %p, cmd %i", con, cmd->cmdID);
161 gPlaybackFuncs[cmd->cmdID](con, data, cmd->bytes);
163 gPlaybackRemoteFuncs[cmd->cmdID](con, this);
166 if (con
[all...]
H A DrsFileA3D.cpp375 void FileA3D::appendToFile(Context *con, ObjectBase *obj) { argument
389 obj->serialize(con, mWriteStream);
394 RsObjectBase rsaFileA3DGetEntryByIndex(RsContext con, uint32_t index, RsFile file) { argument
408 void rsaFileA3DGetNumIndexEntries(RsContext con, int32_t *numEntries, RsFile file) { argument
418 void rsaFileA3DGetIndexEntries(RsContext con, RsFileIndexEntry *fileEntries, uint32_t numEntries, RsFile file) { argument
439 RsFile rsaFileA3DCreateFromMemory(RsContext con, const void *data, uint32_t len) { argument
445 Context *rsc = static_cast<Context *>(con);
453 RsFile rsaFileA3DCreateFromAsset(RsContext con, void *_asset) { argument
455 Context *rsc = static_cast<Context *>(con);
467 RsFile rsaFileA3DCreateFromFile(RsContext con, cons argument
[all...]
H A DrsThreadIO.h46 bool playCoreCommands(Context *con, int waitFd);
H A Drs.h46 const void* rsaAllocationGetType(RsContext con, RsAllocation va);
H A DrsContext.cpp83 Context::PushState::PushState(Context *con) { argument
84 mRsc = con;
86 if (con->mIsGraphicsContext) {
87 mFragment.set(con->getProgramFragment());
88 mVertex.set(con->getProgramVertex());
89 mStore.set(con->getProgramStore());
90 mRaster.set(con->getProgramRaster());
91 mFont.set(con->getFont());
948 extern "C" void rsaContextSetNativeLibDir(RsContext con, char *libDir, size_t length) { argument
950 Context *rsc = static_cast<Context *>(con);
973 rsaGetName(RsContext con, void * obj, const char **name) argument
[all...]
H A DrsMesh.cpp292 void rsaMeshGetVertexBufferCount(RsContext con, RsMesh mv, int32_t *numVtx) { argument
297 void rsaMeshGetIndexCount(RsContext con, RsMesh mv, int32_t *numIdx) { argument
302 void rsaMeshGetVertices(RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount) { argument
312 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idxDataCount) { argument
H A DrsElement.cpp439 extern "C" void rsaElementGetNativeData(RsContext con, RsElement elem, argument
452 extern "C" void rsaElementGetSubElements(RsContext con, RsElement elem, uintptr_t *ids, argument
H A DrsType.cpp387 extern "C" void rsaTypeGetNativeData(RsContext con, RsType type, uintptr_t *typeData, uint32_t typeDataSize) { argument
H A DrsAllocation.cpp901 extern "C" const void * rsaAllocationGetType(RsContext con, RsAllocation va) { argument
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java105 native int nContextGetUserMessage(long con, int[] data); argument
106 native String nContextGetErrorMessage(long con); argument
107 native int nContextPeekMessage(long con, int[] subID); argument
108 native void nContextInitToClient(long con); argument
109 native void nContextDeinitToClient(long con); argument
292 native void rsnContextDestroy(long con); argument
308 native void rsnContextSetPriority(long con, int p); argument
313 native void rsnContextDump(long con, int bits); argument
318 native void rsnContextFinish(long con); argument
324 native void rsnContextSendMessage(long con, in argument
331 rsnObjDestroy(long con, long id) argument
341 rsnElementCreate(long con, long type, int kind, boolean norm, int vecSize) argument
346 rsnElementCreate2(long con, long[] elements, String[] names, int[] arraySizes) argument
351 rsnElementGetNativeData(long con, long id, int[] elementData) argument
356 rsnElementGetSubElements(long con, long id, long[] IDs, String[] names, int[] arraySizes) argument
363 rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) argument
369 rsnTypeGetNativeData(long con, long id, long[] typeData) argument
375 rsnAllocationCreateTyped(long con, long type, int mip, int usage, long pointer) argument
380 rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage) argument
386 rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, int usage) argument
393 rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage) argument
398 rsnAllocationCreateBitmapRef(long con, long type, Bitmap bmp) argument
403 rsnAllocationCreateFromAssetStream(long con, int mips, int assetStream, int usage) argument
409 rsnAllocationCopyToBitmap(long con, long alloc, Bitmap bmp) argument
416 rsnAllocationSyncAll(long con, long alloc, int src) argument
422 rsnAllocationSetSurface(long con, long alloc, Surface sur) argument
428 rsnAllocationIoSend(long con, long alloc) argument
433 rsnAllocationIoReceive(long con, long alloc) argument
440 rsnAllocationGenerateMipmaps(long con, long alloc) argument
445 rsnAllocationCopyFromBitmap(long con, long alloc, Bitmap bmp) argument
452 rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
460 rsnAllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
473 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
493 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
503 rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b) argument
509 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
528 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
539 rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolean usePadding) argument
545 rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
563 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
585 rsnAllocationGetType(long con, long id) argument
591 rsnAllocationResize1D(long con, long id, int dimX) argument
596 rsnAllocationResize2D(long con, long id, int dimX, int dimY) argument
602 rsnScriptBindAllocation(long con, long script, long alloc, int slot, boolean mUseInc) argument
611 rsnScriptSetTimeZone(long con, long script, byte[] timeZone, boolean mUseInc) argument
620 rsnScriptInvoke(long con, long id, int slot, boolean mUseInc) argument
629 rsnScriptForEach(long con, long incCon, long id, int slot, long ain, long aout, byte[] params, boolean mUseInc) argument
630 rsnScriptForEach(long con, long incCon, long id, int slot, long ain, long aout, boolean mUseInc) argument
631 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
633 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
654 rsnScriptInvokeV(long con, long id, int slot, byte[] params, boolean mUseInc) argument
663 rsnScriptSetVarI(long con, long id, int slot, int val, boolean mUseInc) argument
672 rsnScriptSetVarJ(long con, long id, int slot, long val, boolean mUseInc) argument
681 rsnScriptSetVarF(long con, long id, int slot, float val, boolean mUseInc) argument
690 rsnScriptSetVarD(long con, long id, int slot, double val, boolean mUseInc) argument
699 rsnScriptSetVarV(long con, long id, int slot, byte[] val, boolean mUseInc) argument
708 rsnScriptSetVarVE(long con, long id, int slot, byte[] val, long e, int[] dims, boolean mUseInc) argument
719 rsnScriptSetVarObj(long con, long id, int slot, long val, boolean mUseInc) argument
729 rsnScriptCCreate(long con, String resName, String cacheDir, byte[] script, int length) argument
736 rsnScriptIntrinsicCreate(long con, int id, long eid, boolean mUseInc) argument
770 rsnScriptKernelIDCreate(long con, long sid, int slot, int sig, boolean mUseInc) argument
780 rsnScriptInvokeIDCreate(long con, long sid, int slot) argument
786 rsnScriptFieldIDCreate(long con, long sid, int slot, boolean mUseInc) argument
796 rsnScriptGroupCreate(long con, long[] kernels, long[] src, long[] dstk, long[] dstf, long[] types) argument
802 rsnScriptGroupSetInput(long con, long group, long kernel, long alloc) argument
808 rsnScriptGroupSetOutput(long con, long group, long kernel, long alloc) argument
814 rsnScriptGroupExecute(long con, long group) argument
820 rsnSamplerCreate(long con, int magFilter, int minFilter, int wrapS, int wrapT, int wrapR, float aniso) argument
829 rsnClosureCreate(long con, long kernelID, long returnValue, long[] fieldIDs, long[] values, int[] sizes, long[] depClosures, long[] depFieldIDs) argument
844 rsnInvokeClosureCreate(long con, long invokeID, byte[] params, long[] fieldIDs, long[] values, int[] sizes) argument
857 rsnClosureSetArg(long con, long closureID, int index, long value, int size) argument
865 rsnClosureSetGlobal(long con, long closureID, long fieldID, long value, int size) argument
874 rsnScriptGroup2Create(long con, String name, String cachePath, long[] closures) argument
882 rsnScriptGroup2Execute(long con, long groupID) argument
888 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
900 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
912 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
924 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
936 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
957 rsnIncContextDestroy(long con) argument
974 rsnIncContextFinish(long con) argument
980 rsnIncObjDestroy(long con, long id) argument
989 rsnIncElementCreate(long con, long type, int kind, boolean norm, int vecSize) argument
994 rsnIncTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) argument
999 rsnIncAllocationCreateTyped(long con, long incCon, long alloc, long type) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_EGLExt.cpp114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { argument
130 return _env->NewObject(cls, con, reinterpret_cast<jlong>(handle));
H A Dandroid_opengl_EGL14.cpp118 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { argument
134 return _env->NewObject(cls, con, reinterpret_cast<jlong>(handle));
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14cHeader.cpp118 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { argument
134 return _env->NewObject(cls, con, reinterpret_cast<jlong>(handle));
H A DEGLExtcHeader.cpp114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { argument
130 return _env->NewObject(cls, con, reinterpret_cast<jlong>(handle));
/frameworks/rs/cpp/
H A DrsDispatch.h23 typedef void (*SetNativeLibDirFnPtr)(RsContext con, const char *nativeLibDir, size_t length);
24 typedef const void* (*AllocationGetTypeFnPtr)(RsContext con, RsAllocation va);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppCacheTest.java206 Context con = super.getContext();
208 FileOutputStream fos = con.openFileOutput(fileName, Context.MODE_PRIVATE);
221 Context con = super.getContext();
222 File file = new File(con.getCacheDir(), fileName);
405 Context con = super.getContext();

Completed in 453 milliseconds