Searched defs:con (Results 1 - 19 of 19) sorted by relevance

/frameworks/rs/
H A DrsApiAllocation.cpp23 extern "C" const void * rsaAllocationGetType(RsContext con, RsAllocation va) { argument
H A DrsApiType.cpp26 extern "C" void rsaTypeGetNativeData(RsContext con, RsType type, uintptr_t *typeData, uint32_t typeDataSize) { argument
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 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 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 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 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 DrsFileA3D.cpp361 void FileA3D::appendToFile(Context *con, ObjectBase *obj) { argument
375 obj->serialize(con, mWriteStream);
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());
/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.cpp347 nContextFinish(JNIEnv *_env, jobject _this, jlong con) argument
349 LOG_API("nContextFinish, con(%p)", (RsContext)con);
350 dispatchTab.ContextFinish((RsContext)con);
354 nClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong kernelID, argument
443 (RsContext)con, (RsScriptKernelID)kernelID, (RsAllocation)returnValue,
461 nInvokeClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong invokeID, argument
500 (RsContext)con, (RsScriptInvokeID)invokeID, jParams, jParamLength,
515 nClosureSetArg(JNIEnv *_env, jobject _this, jlong con, jlong closureID, argument
518 dispatchTab.ClosureSetArg((RsContext)con, (RsClosur
523 nClosureSetGlobal(JNIEnv *_env, jobject _this, jlong con, jlong closureID, jlong fieldID, jlong value, jint size) argument
531 nScriptGroup2Create(JNIEnv *_env, jobject _this, jlong con, jstring name, jstring cacheDir, jlongArray closureArray) argument
570 nScriptGroup2Execute(JNIEnv *_env, jobject _this, jlong con, jlong groupID) argument
575 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
583 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
623 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
663 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
706 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
750 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
824 nContextSetPriority(JNIEnv *_env, jobject _this, jlong con, jint p) argument
833 nContextDestroy(JNIEnv *_env, jobject _this, jlong con) argument
840 nContextDump(JNIEnv *_env, jobject _this, jlong con, jint bits) argument
848 nContextGetErrorMessage(JNIEnv *_env, jobject _this, jlong con) argument
867 nContextGetUserMessage(JNIEnv *_env, jobject _this, jlong con, jintArray data) argument
887 nContextPeekMessage(JNIEnv *_env, jobject _this, jlong con, jintArray auxData) argument
901 nContextInitToClient(JNIEnv *_env, jobject _this, jlong con) argument
907 nContextDeinitToClient(JNIEnv *_env, jobject _this, jlong con) argument
914 nContextSendMessage(JNIEnv *_env, jobject _this, jlong con, jint id, jintArray data) argument
932 nElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, jint size) argument
944 nElementCreate2(JNIEnv *_env, jobject _this, jlong con, jlongArray _ids, jobjectArray _names, jintArray _arraySizes) argument
982 nElementGetSubElements(JNIEnv *_env, jobject _this, jlong con, jlong id, jlongArray _IDs, jobjectArray _names, jintArray _arraySizes) argument
1013 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
1026 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, jlong pointer) argument
1037 nAllocationSyncAll(JNIEnv *_env, jobject _this, jlong con, jlong a, jint bits) argument
1044 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) argument
1050 nAllocationIoSend(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1056 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1076 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1096 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1115 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1135 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
1153 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
1172 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
1186 nAllocationElementData1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) argument
1219 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
1233 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
1258 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
1272 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
1295 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, jint mSize, jboolean usePadding) argument
1307 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
1339 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
1370 nAllocationGetType(JNIEnv *_env, jobject _this, jlong con, jlong a) argument
1377 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) argument
1387 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot, jboolean mUseInc) argument
1399 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val, jboolean mUseInc) argument
1411 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboolean mUseInc) argument
1423 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboolean mUseInc) argument
1435 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val, jboolean mUseInc) argument
1447 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val, jboolean mUseInc) argument
1459 nScriptSetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jboolean mUseInc) argument
1473 nScriptSetVarVE(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jlong elem, jintArray dims, jboolean mUseInc) argument
1494 nScriptSetTimeZone(JNIEnv *_env, jobject _this, jlong con, jlong script, jbyteArray timeZone, jboolean mUseInc) argument
1514 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot, jboolean mUseInc) argument
1525 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jboolean mUseInc) argument
1539 nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong script, jint slot, jlong ain, jlong aout, jboolean mUseInc) argument
1556 nScriptForEachV(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong script, jint slot, jlong ain, jlong aout, jbyteArray params, jboolean mUseInc) argument
1576 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
1611 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
1649 nScriptForEachMulti(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jbyteArray params, jintArray limits) argument
1751 nScriptReduce(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jintArray limits) argument
1851 nScriptCCreate(JNIEnv *_env, jobject _this, jlong con, jstring resName, jstring cacheDir, jbyteArray scriptRef, jint length) argument
1900 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, jlong con, jint id, jlong eid, jboolean mUseInc) argument
1911 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jint sig, jboolean mUseInc) argument
1925 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) argument
1933 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jboolean mUseInc) argument
1944 nScriptGroupCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _kernels, jlongArray _src, jlongArray _dstk, jlongArray _dstf, jlongArray _types) argument
2051 nScriptGroupSetInput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
2060 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
2069 nScriptGroupExecute(JNIEnv *_env, jobject _this, jlong con, jlong gid) argument
2078 nSamplerCreate(JNIEnv *_env, jobject _this, jlong con, jint magFilter, jint minFilter, jint wrapS, jint wrapT, jint wrapR, jfloat aniso) argument
2132 nIncObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
2164 nIncContextFinish(JNIEnv *_env, jobject _this, jlong con) argument
2171 nIncContextDestroy(JNIEnv *_env, jobject _this, jlong con) argument
2180 nIncElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, jint size) argument
2190 nIncTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
2203 nIncAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong alloc, jlong type, jint xBytesSize) argument
2239 nAllocationGetByteBuffer(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xBytesSize, jint dimY, jint dimZ) argument
2265 nAllocationGetStride(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
[all...]
/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/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/rs/cpp/
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/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/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp342 nContextFinish(JNIEnv *_env, jobject _this, jlong con) argument
345 ALOGD("nContextFinish, con(%p)", (RsContext)con);
347 rsContextFinish((RsContext)con);
351 nClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong kernelID, argument
463 (RsContext)con, (RsScriptKernelID)kernelID, (RsAllocation)returnValue,
481 nInvokeClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong invokeID, argument
539 (RsContext)con, (RsScriptInvokeID)invokeID, jParams, jParamLength,
554 nClosureSetArg(JNIEnv *_env, jobject _this, jlong con, jlong closureID, argument
557 rsClosureSetArg((RsContext)con, (RsClosur
562 nClosureSetGlobal(JNIEnv *_env, jobject _this, jlong con, jlong closureID, jlong fieldID, jlong value, jint size) argument
570 nScriptGroup2Create(JNIEnv *_env, jobject _this, jlong con, jstring name, jstring cacheDir, jlongArray closureArray) argument
613 nScriptGroup2Execute(JNIEnv *_env, jobject _this, jlong con, jlong groupID) argument
618 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
651 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
684 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
719 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
755 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
781 nAssignName(JNIEnv *_env, jobject _this, jlong con, jlong obj, jbyteArray str) argument
798 nGetName(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
812 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
885 nContextSetPriority(JNIEnv *_env, jobject _this, jlong con, jint p) argument
894 nContextSetCacheDir(JNIEnv *_env, jobject _this, jlong con, jstring cacheDir) argument
907 nContextSetSurface(JNIEnv *_env, jobject _this, jlong con, jint width, jint height, jobject wnd) argument
925 nContextDestroy(JNIEnv *_env, jobject _this, jlong con) argument
934 nContextDump(JNIEnv *_env, jobject _this, jlong con, jint bits) argument
943 nContextPause(JNIEnv *_env, jobject _this, jlong con) argument
952 nContextResume(JNIEnv *_env, jobject _this, jlong con) argument
962 nContextGetErrorMessage(JNIEnv *_env, jobject _this, jlong con) argument
982 nContextGetUserMessage(JNIEnv *_env, jobject _this, jlong con, jintArray data) argument
1007 nContextPeekMessage(JNIEnv *_env, jobject _this, jlong con, jintArray auxData) argument
1027 nContextInitToClient(JNIEnv *_env, jobject _this, jlong con) argument
1035 nContextDeinitToClient(JNIEnv *_env, jobject _this, jlong con) argument
1044 nContextSendMessage(JNIEnv *_env, jobject _this, jlong con, jint id, jintArray data) argument
1068 nElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, jint size) argument
1080 nElementCreate2(JNIEnv *_env, jobject _this, jlong con, jlongArray _ids, jobjectArray _names, jintArray _arraySizes) argument
1126 nElementGetNativeData(JNIEnv *_env, jobject _this, jlong con, jlong id, jintArray _elementData) argument
1147 nElementGetSubElements(JNIEnv *_env, jobject _this, jlong con, jlong id, jlongArray _IDs, jobjectArray _names, jintArray _arraySizes) argument
1180 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
1193 nTypeGetNativeData(JNIEnv *_env, jobject _this, jlong con, jlong id, jlongArray _typeData) argument
1216 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, jlong pointer) argument
1229 nAllocationSyncAll(JNIEnv *_env, jobject _this, jlong con, jlong a, jint bits) argument
1239 nAllocationSetupBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint numAlloc) argument
1249 nAllocationShareBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc1, jlong alloc2) argument
1260 nAllocationGetSurface(JNIEnv *_env, jobject _this, jlong con, jlong a) argument
1276 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) argument
1294 nAllocationIoSend(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1303 nAllocationIoReceive(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1312 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1321 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
1353 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1369 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
1385 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
1399 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
1414 nAllocationElementData(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, jint yoff, jint zoff, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) argument
1438 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
1456 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
1483 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
1501 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
1527 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, jint mSize, jboolean usePadding) argument
1541 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
1556 nAllocationElementRead(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, jint yoff, jint zoff, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) argument
1579 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
1596 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
1612 nAllocationGetType(JNIEnv *_env, jobject _this, jlong con, jlong a) argument
1621 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) argument
1632 nAllocationAdapterCreate(JNIEnv *_env, jobject _this, jlong con, jlong basealloc, jlong type) argument
1644 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
1664 nFileA3DCreateFromAssetStream(JNIEnv *_env, jobject _this, jlong con, jlong native_asset) argument
1674 nFileA3DCreateFromAsset(JNIEnv *_env, jobject _this, jlong con, jobject _assetMgr, jstring _path) argument
1692 nFileA3DCreateFromFile(JNIEnv *_env, jobject _this, jlong con, jstring fileName) argument
1701 nFileA3DGetNumIndexEntries(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D) argument
1709 nFileA3DGetIndexEntries(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D, jint numEntries, jintArray _ids, jobjectArray _entries) argument
1725 nFileA3DGetEntryByIndex(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D, jint index) argument
1735 nFontCreateFromFile(JNIEnv *_env, jobject _this, jlong con, jstring fileName, jfloat fontSize, jint dpi) argument
1747 nFontCreateFromAssetStream(JNIEnv *_env, jobject _this, jlong con, jstring name, jfloat fontSize, jint dpi, jlong native_asset) argument
1761 nFontCreateFromAsset(JNIEnv *_env, jobject _this, jlong con, jobject _assetMgr, jstring _path, jfloat fontSize, jint dpi) argument
1786 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot) argument
1796 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val) argument
1806 nScriptGetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1817 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) argument
1827 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) argument
1837 nScriptGetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1848 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val) argument
1858 nScriptGetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1869 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val) argument
1879 nScriptGetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1890 nScriptSetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1906 nScriptGetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1922 nScriptSetVarVE(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jlong elem, jintArray dims) argument
1948 nScriptSetTimeZone(JNIEnv *_env, jobject _this, jlong con, jlong script, jbyteArray timeZone) argument
1970 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot) argument
1979 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1995 nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jbyteArray params, jintArray limits) argument
2108 nScriptReduce(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jintArray limits) argument
2205 nScriptCCreate(JNIEnv *_env, jobject _this, jlong con, jstring resName, jstring cacheDir, jbyteArray scriptRef, jint length) argument
2260 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, jlong con, jint id, jlong eid) argument
2270 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jint sig) argument
2280 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) argument
2290 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) argument
2300 nScriptGroupCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _kernels, jlongArray _src, jlongArray _dstk, jlongArray _dstf, jlongArray _types) argument
2409 nScriptGroupSetInput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
2419 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
2429 nScriptGroupExecute(JNIEnv *_env, jobject _this, jlong con, jlong gid) argument
2440 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
2457 nProgramBindConstants(JNIEnv *_env, jobject _this, jlong con, jlong vpv, jint slot, jlong a) argument
2467 nProgramBindTexture(JNIEnv *_env, jobject _this, jlong con, jlong vpf, jint slot, jlong a) argument
2477 nProgramBindSampler(JNIEnv *_env, jobject _this, jlong con, jlong vpf, jint slot, jlong a) argument
2489 nProgramFragmentCreate(JNIEnv *_env, jobject _this, jlong con, jstring shader, jobjectArray texNames, jlongArray params) argument
2526 nProgramVertexCreate(JNIEnv *_env, jobject _this, jlong con, jstring shader, jobjectArray texNames, jlongArray params) argument
2563 nProgramRasterCreate(JNIEnv *_env, jobject _this, jlong con, jboolean pointSprite, jint cull) argument
2576 nContextBindRootScript(JNIEnv *_env, jobject _this, jlong con, jlong script) argument
2585 nContextBindProgramStore(JNIEnv *_env, jobject _this, jlong con, jlong pfs) argument
2594 nContextBindProgramFragment(JNIEnv *_env, jobject _this, jlong con, jlong pf) argument
2604 nContextBindProgramVertex(JNIEnv *_env, jobject _this, jlong con, jlong pf) argument
2613 nContextBindProgramRaster(JNIEnv *_env, jobject _this, jlong con, jlong pf) argument
2625 nSamplerCreate(JNIEnv *_env, jobject _this, jlong con, jint magFilter, jint minFilter, jint wrapS, jint wrapT, jint wrapR, jfloat aniso) argument
2643 nMeshCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _vtx, jlongArray _idx, jintArray _prim) argument
2708 nMeshGetVertexBufferCount(JNIEnv *_env, jobject _this, jlong con, jlong mesh) argument
2719 nMeshGetIndexCount(JNIEnv *_env, jobject _this, jlong con, jlong mesh) argument
2730 nMeshGetVertices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _ids, jint numVtxIDs) argument
2748 nMeshGetIndices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _idxIds, jintArray _primitives, jint numIndices) argument
2776 nAllocationGetByteBuffer(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jlongArray strideArr, jint xBytesSize, jint dimY, jint dimZ) 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
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
438 rsnAllocationGetByteBuffer(long con, long alloc, int xBytesSize, int dimY, int dimZ) argument
443 rsnAllocationGetStride(long con, long alloc) argument
449 rsnAllocationGenerateMipmaps(long con, long alloc) argument
454 rsnAllocationCopyFromBitmap(long con, long alloc, Bitmap bmp) argument
461 rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
469 rsnAllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
482 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
502 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
512 rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b) argument
518 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
537 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
548 rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolean usePadding) argument
554 rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
572 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
594 rsnAllocationGetType(long con, long id) argument
600 rsnAllocationResize1D(long con, long id, int dimX) argument
605 rsnAllocationResize2D(long con, long id, int dimX, int dimY) argument
611 rsnScriptBindAllocation(long con, long script, long alloc, int slot, boolean mUseInc) argument
620 rsnScriptSetTimeZone(long con, long script, byte[] timeZone, boolean mUseInc) argument
629 rsnScriptInvoke(long con, long id, int slot, boolean mUseInc) argument
638 rsnScriptForEach(long con, long incCon, long id, int slot, long ain, long aout, byte[] params, boolean mUseInc) argument
639 rsnScriptForEach(long con, long incCon, long id, int slot, long ain, long aout, boolean mUseInc) argument
640 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
642 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
663 rsnScriptForEach(long con, long id, int slot, long[] ains, long aout, byte[] params, int[] limits) argument
676 rsnScriptReduce(long con, long id, int slot, long[] ains, long aout, int[] limits) argument
684 rsnScriptInvokeV(long con, long id, int slot, byte[] params, boolean mUseInc) argument
693 rsnScriptSetVarI(long con, long id, int slot, int val, boolean mUseInc) argument
702 rsnScriptSetVarJ(long con, long id, int slot, long val, boolean mUseInc) argument
711 rsnScriptSetVarF(long con, long id, int slot, float val, boolean mUseInc) argument
720 rsnScriptSetVarD(long con, long id, int slot, double val, boolean mUseInc) argument
729 rsnScriptSetVarV(long con, long id, int slot, byte[] val, boolean mUseInc) argument
738 rsnScriptSetVarVE(long con, long id, int slot, byte[] val, long e, int[] dims, boolean mUseInc) argument
749 rsnScriptSetVarObj(long con, long id, int slot, long val, boolean mUseInc) argument
759 rsnScriptCCreate(long con, String resName, String cacheDir, byte[] script, int length) argument
766 rsnScriptIntrinsicCreate(long con, int id, long eid, boolean mUseInc) argument
798 rsnScriptKernelIDCreate(long con, long sid, int slot, int sig, boolean mUseInc) argument
808 rsnScriptInvokeIDCreate(long con, long sid, int slot) argument
814 rsnScriptFieldIDCreate(long con, long sid, int slot, boolean mUseInc) argument
824 rsnScriptGroupCreate(long con, long[] kernels, long[] src, long[] dstk, long[] dstf, long[] types) argument
830 rsnScriptGroupSetInput(long con, long group, long kernel, long alloc) argument
836 rsnScriptGroupSetOutput(long con, long group, long kernel, long alloc) argument
842 rsnScriptGroupExecute(long con, long group) argument
848 rsnSamplerCreate(long con, int magFilter, int minFilter, int wrapS, int wrapT, int wrapR, float aniso) argument
857 rsnClosureCreate(long con, long kernelID, long returnValue, long[] fieldIDs, long[] values, int[] sizes, long[] depClosures, long[] depFieldIDs) argument
872 rsnInvokeClosureCreate(long con, long invokeID, byte[] params, long[] fieldIDs, long[] values, int[] sizes) argument
885 rsnClosureSetArg(long con, long closureID, int index, long value, int size) argument
893 rsnClosureSetGlobal(long con, long closureID, long fieldID, long value, int size) argument
902 rsnScriptGroup2Create(long con, String name, String cachePath, long[] closures) argument
910 rsnScriptGroup2Execute(long con, long groupID) argument
916 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
928 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
940 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
952 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
964 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
985 rsnIncContextDestroy(long con) argument
1002 rsnIncContextFinish(long con) argument
1008 rsnIncObjDestroy(long con, long id) argument
1017 rsnIncElementCreate(long con, long type, int kind, boolean norm, int vecSize) argument
1022 rsnIncTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) argument
1027 rsnIncAllocationCreateTyped(long con, long incCon, long alloc, long type, int xBytesSize) argument
[all...]

Completed in 6740 milliseconds