Searched refs:con (Results 1 - 24 of 24) 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.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
430 (RsContext)con, (RsScriptKernelID)kernelID, (RsAllocation)returnValue,
448 nInvokeClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong invokeID, argument
487 (RsContext)con, (RsScriptInvokeID)invokeID, jParams, jParamLength,
502 nClosureSetArg(JNIEnv *_env, jobject _this, jlong con, jlong closureID, argument
505 dispatchTab.ClosureSetArg((RsContext)con, (RsClosur
510 nClosureSetGlobal(JNIEnv *_env, jobject _this, jlong con, jlong closureID, jlong fieldID, jlong value, jint size) argument
518 nScriptGroup2Create(JNIEnv *_env, jobject _this, jlong con, jstring name, jstring cacheDir, jlongArray closureArray) argument
557 nScriptGroup2Execute(JNIEnv *_env, jobject _this, jlong con, jlong groupID) argument
562 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
570 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
610 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
650 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
693 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
737 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
811 nContextSetPriority(JNIEnv *_env, jobject _this, jlong con, jint p) argument
820 nContextDestroy(JNIEnv *_env, jobject _this, jlong con) argument
827 nContextDump(JNIEnv *_env, jobject _this, jlong con, jint bits) argument
835 nContextGetErrorMessage(JNIEnv *_env, jobject _this, jlong con) argument
854 nContextGetUserMessage(JNIEnv *_env, jobject _this, jlong con, jintArray data) argument
874 nContextPeekMessage(JNIEnv *_env, jobject _this, jlong con, jintArray auxData) argument
888 nContextInitToClient(JNIEnv *_env, jobject _this, jlong con) argument
894 nContextDeinitToClient(JNIEnv *_env, jobject _this, jlong con) argument
901 nContextSendMessage(JNIEnv *_env, jobject _this, jlong con, jint id, jintArray data) argument
919 nElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, jint size) argument
931 nElementCreate2(JNIEnv *_env, jobject _this, jlong con, jlongArray _ids, jobjectArray _names, jintArray _arraySizes) argument
969 nElementGetSubElements(JNIEnv *_env, jobject _this, jlong con, jlong id, jlongArray _IDs, jobjectArray _names, jintArray _arraySizes) argument
1000 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
1013 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, jlong pointer) argument
1024 nAllocationSyncAll(JNIEnv *_env, jobject _this, jlong con, jlong a, jint bits) argument
1031 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) argument
1037 nAllocationIoSend(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1043 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1063 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1083 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1102 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1122 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
1140 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
1159 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
1173 nAllocationElementData1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) argument
1206 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
1220 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
1245 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
1259 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
1282 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, jint mSize, jboolean usePadding) argument
1294 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
1326 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
1357 nAllocationGetType(JNIEnv *_env, jobject _this, jlong con, jlong a) argument
1364 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) argument
1374 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot, jboolean mUseInc) argument
1386 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val, jboolean mUseInc) argument
1398 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboolean mUseInc) argument
1410 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboolean mUseInc) argument
1422 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val, jboolean mUseInc) argument
1434 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val, jboolean mUseInc) argument
1446 nScriptSetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jboolean mUseInc) argument
1460 nScriptSetVarVE(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jlong elem, jintArray dims, jboolean mUseInc) argument
1481 nScriptSetTimeZone(JNIEnv *_env, jobject _this, jlong con, jlong script, jbyteArray timeZone, jboolean mUseInc) argument
1501 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot, jboolean mUseInc) argument
1512 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jboolean mUseInc) argument
1526 nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong script, jint slot, jlong ain, jlong aout, jboolean mUseInc) argument
1543 nScriptForEachV(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong script, jint slot, jlong ain, jlong aout, jbyteArray params, jboolean mUseInc) argument
1563 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
1598 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
1636 nScriptForEachMulti(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jbyteArray params, jintArray limits) argument
1738 nScriptReduce(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jintArray limits) argument
1838 nScriptCCreate(JNIEnv *_env, jobject _this, jlong con, jstring resName, jstring cacheDir, jbyteArray scriptRef, jint length) argument
1887 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, jlong con, jint id, jlong eid, jboolean mUseInc) argument
1898 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jint sig, jboolean mUseInc) argument
1912 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) argument
1920 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jboolean mUseInc) argument
1931 nScriptGroupCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _kernels, jlongArray _src, jlongArray _dstk, jlongArray _dstf, jlongArray _types) argument
2038 nScriptGroupSetInput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
2047 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
2056 nScriptGroupExecute(JNIEnv *_env, jobject _this, jlong con, jlong gid) argument
2065 nSamplerCreate(JNIEnv *_env, jobject _this, jlong con, jint magFilter, jint minFilter, jint wrapS, jint wrapT, jint wrapR, jfloat aniso) argument
2119 nIncObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
2151 nIncContextFinish(JNIEnv *_env, jobject _this, jlong con) argument
2158 nIncContextDestroy(JNIEnv *_env, jobject _this, jlong con) argument
2167 nIncElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, jint size) argument
2177 nIncTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
2190 nIncAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong alloc, jlong type, jint xBytesSize) argument
2226 nAllocationGetByteBuffer(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xBytesSize, jint dimY, jint dimZ) argument
2252 nAllocationGetStride(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
[all...]
/frameworks/rs/
H A DrsApiAllocation.cpp23 extern "C" const void * rsaAllocationGetType(RsContext con, RsAllocation va) { argument
H A DrsApiFileA3D.cpp23 RsObjectBase rsaFileA3DGetEntryByIndex(RsContext con, uint32_t index, RsFile file) { argument
37 void rsaFileA3DGetNumIndexEntries(RsContext con, int32_t *numEntries, RsFile file) { argument
47 void rsaFileA3DGetIndexEntries(RsContext con, RsFileIndexEntry *fileEntries, uint32_t numEntries, RsFile file) { argument
68 RsFile rsaFileA3DCreateFromMemory(RsContext con, const void *data, uint32_t len) { argument
74 Context *rsc = static_cast<Context *>(con);
82 RsFile rsaFileA3DCreateFromAsset(RsContext con, void *_asset) { argument
84 Context *rsc = static_cast<Context *>(con);
96 RsFile rsaFileA3DCreateFromFile(RsContext con, const char *path) { argument
102 Context *rsc = static_cast<Context *>(con);
H A DrsApiMesh.cpp23 void rsaMeshGetVertexBufferCount(RsContext con, RsMesh mv, int32_t *numVtx) { argument
28 void rsaMeshGetIndexCount(RsContext con, RsMesh mv, int32_t *numIdx) { argument
33 void rsaMeshGetVertices(RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount) { argument
43 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idxDataCount) { argument
H A DrsThreadIO.cpp103 bool ThreadIO::playCoreCommands(Context *con, int waitFd) { argument
122 if (con->props.mLogTimes) {
123 con->timerSet(Context::RS_TIMER_IDLE);
143 if (con->props.mLogTimes) {
144 con->timerSet(Context::RS_TIMER_INTERNAL);
150 ALOGE("playCoreCommands error con %p, cmd %i", con, cmd->cmdID);
153 gPlaybackFuncs[cmd->cmdID](con, data, cmd->bytes);
155 if (con->props.mLogTimes) {
156 con
[all...]
H A DrsApiContext.cpp38 extern "C" void rsaContextSetNativeLibDir(RsContext con, char *libDir, size_t length) { argument
40 Context *rsc = static_cast<Context *>(con);
63 extern "C" void rsaGetName(RsContext con, void * obj, const char **name) { argument
H A DrsApiType.cpp30 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 DrsThreadIO.h43 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());
H A DrsFileA3D.cpp375 void FileA3D::appendToFile(Context *con, ObjectBase *obj) { argument
389 obj->serialize(con, mWriteStream);
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp343 nContextFinish(JNIEnv *_env, jobject _this, jlong con) argument
346 ALOGD("nContextFinish, con(%p)", (RsContext)con);
348 rsContextFinish((RsContext)con);
352 nClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong kernelID, argument
452 (RsContext)con, (RsScriptKernelID)kernelID, (RsAllocation)returnValue,
470 nInvokeClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong invokeID, argument
528 (RsContext)con, (RsScriptInvokeID)invokeID, jParams, jParamLength,
543 nClosureSetArg(JNIEnv *_env, jobject _this, jlong con, jlong closureID, argument
546 rsClosureSetArg((RsContext)con, (RsClosur
551 nClosureSetGlobal(JNIEnv *_env, jobject _this, jlong con, jlong closureID, jlong fieldID, jlong value, jint size) argument
559 nScriptGroup2Create(JNIEnv *_env, jobject _this, jlong con, jstring name, jstring cacheDir, jlongArray closureArray) argument
602 nScriptGroup2Execute(JNIEnv *_env, jobject _this, jlong con, jlong groupID) argument
607 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
640 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
673 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
708 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
744 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
770 nAssignName(JNIEnv *_env, jobject _this, jlong con, jlong obj, jbyteArray str) argument
787 nGetName(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
801 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
874 nContextSetPriority(JNIEnv *_env, jobject _this, jlong con, jint p) argument
883 nContextSetCacheDir(JNIEnv *_env, jobject _this, jlong con, jstring cacheDir) argument
896 nContextSetSurface(JNIEnv *_env, jobject _this, jlong con, jint width, jint height, jobject wnd) argument
914 nContextDestroy(JNIEnv *_env, jobject _this, jlong con) argument
923 nContextDump(JNIEnv *_env, jobject _this, jlong con, jint bits) argument
932 nContextPause(JNIEnv *_env, jobject _this, jlong con) argument
941 nContextResume(JNIEnv *_env, jobject _this, jlong con) argument
951 nContextGetErrorMessage(JNIEnv *_env, jobject _this, jlong con) argument
971 nContextGetUserMessage(JNIEnv *_env, jobject _this, jlong con, jintArray data) argument
996 nContextPeekMessage(JNIEnv *_env, jobject _this, jlong con, jintArray auxData) argument
1016 nContextInitToClient(JNIEnv *_env, jobject _this, jlong con) argument
1024 nContextDeinitToClient(JNIEnv *_env, jobject _this, jlong con) argument
1033 nContextSendMessage(JNIEnv *_env, jobject _this, jlong con, jint id, jintArray data) argument
1057 nElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, jint size) argument
1069 nElementCreate2(JNIEnv *_env, jobject _this, jlong con, jlongArray _ids, jobjectArray _names, jintArray _arraySizes) argument
1115 nElementGetNativeData(JNIEnv *_env, jobject _this, jlong con, jlong id, jintArray _elementData) argument
1136 nElementGetSubElements(JNIEnv *_env, jobject _this, jlong con, jlong id, jlongArray _IDs, jobjectArray _names, jintArray _arraySizes) argument
1169 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
1182 nTypeGetNativeData(JNIEnv *_env, jobject _this, jlong con, jlong id, jlongArray _typeData) argument
1205 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, jlong pointer) argument
1218 nAllocationSyncAll(JNIEnv *_env, jobject _this, jlong con, jlong a, jint bits) argument
1228 nAllocationSetupBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint numAlloc) argument
1238 nAllocationShareBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc1, jlong alloc2) argument
1249 nAllocationGetSurface(JNIEnv *_env, jobject _this, jlong con, jlong a) argument
1265 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) argument
1282 nAllocationIoSend(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1291 nAllocationIoReceive(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1300 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1309 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1325 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1341 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1357 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
1373 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
1387 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
1402 nAllocationElementData(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, jint yoff, jint zoff, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) argument
1426 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
1444 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
1471 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
1489 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
1515 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, jint mSize, jboolean usePadding) argument
1529 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
1544 nAllocationElementRead(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, jint yoff, jint zoff, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) argument
1567 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
1584 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
1600 nAllocationGetType(JNIEnv *_env, jobject _this, jlong con, jlong a) argument
1609 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) argument
1620 nAllocationAdapterCreate(JNIEnv *_env, jobject _this, jlong con, jlong basealloc, jlong type) argument
1632 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
1652 nFileA3DCreateFromAssetStream(JNIEnv *_env, jobject _this, jlong con, jlong native_asset) argument
1662 nFileA3DCreateFromAsset(JNIEnv *_env, jobject _this, jlong con, jobject _assetMgr, jstring _path) argument
1680 nFileA3DCreateFromFile(JNIEnv *_env, jobject _this, jlong con, jstring fileName) argument
1689 nFileA3DGetNumIndexEntries(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D) argument
1697 nFileA3DGetIndexEntries(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D, jint numEntries, jintArray _ids, jobjectArray _entries) argument
1713 nFileA3DGetEntryByIndex(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D, jint index) argument
1723 nFontCreateFromFile(JNIEnv *_env, jobject _this, jlong con, jstring fileName, jfloat fontSize, jint dpi) argument
1735 nFontCreateFromAssetStream(JNIEnv *_env, jobject _this, jlong con, jstring name, jfloat fontSize, jint dpi, jlong native_asset) argument
1749 nFontCreateFromAsset(JNIEnv *_env, jobject _this, jlong con, jobject _assetMgr, jstring _path, jfloat fontSize, jint dpi) argument
1774 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot) argument
1784 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val) argument
1794 nScriptGetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1805 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) argument
1815 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) argument
1825 nScriptGetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1836 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val) argument
1846 nScriptGetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1857 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val) argument
1867 nScriptGetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1878 nScriptSetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1894 nScriptGetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1910 nScriptSetVarVE(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jlong elem, jintArray dims) argument
1936 nScriptSetTimeZone(JNIEnv *_env, jobject _this, jlong con, jlong script, jbyteArray timeZone) argument
1958 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot) argument
1967 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1983 nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jbyteArray params, jintArray limits) argument
2096 nScriptReduce(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jintArray limits) argument
2193 nScriptCCreate(JNIEnv *_env, jobject _this, jlong con, jstring resName, jstring cacheDir, jbyteArray scriptRef, jint length) argument
2248 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, jlong con, jint id, jlong eid) argument
2258 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jint sig) argument
2268 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) argument
2278 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) argument
2288 nScriptGroupCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _kernels, jlongArray _src, jlongArray _dstk, jlongArray _dstf, jlongArray _types) argument
2397 nScriptGroupSetInput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
2407 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
2417 nScriptGroupExecute(JNIEnv *_env, jobject _this, jlong con, jlong gid) argument
2428 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
2445 nProgramBindConstants(JNIEnv *_env, jobject _this, jlong con, jlong vpv, jint slot, jlong a) argument
2455 nProgramBindTexture(JNIEnv *_env, jobject _this, jlong con, jlong vpf, jint slot, jlong a) argument
2465 nProgramBindSampler(JNIEnv *_env, jobject _this, jlong con, jlong vpf, jint slot, jlong a) argument
2477 nProgramFragmentCreate(JNIEnv *_env, jobject _this, jlong con, jstring shader, jobjectArray texNames, jlongArray params) argument
2514 nProgramVertexCreate(JNIEnv *_env, jobject _this, jlong con, jstring shader, jobjectArray texNames, jlongArray params) argument
2551 nProgramRasterCreate(JNIEnv *_env, jobject _this, jlong con, jboolean pointSprite, jint cull) argument
2564 nContextBindRootScript(JNIEnv *_env, jobject _this, jlong con, jlong script) argument
2573 nContextBindProgramStore(JNIEnv *_env, jobject _this, jlong con, jlong pfs) argument
2582 nContextBindProgramFragment(JNIEnv *_env, jobject _this, jlong con, jlong pf) argument
2592 nContextBindProgramVertex(JNIEnv *_env, jobject _this, jlong con, jlong pf) argument
2601 nContextBindProgramRaster(JNIEnv *_env, jobject _this, jlong con, jlong pf) argument
2613 nSamplerCreate(JNIEnv *_env, jobject _this, jlong con, jint magFilter, jint minFilter, jint wrapS, jint wrapT, jint wrapR, jfloat aniso) argument
2631 nMeshCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _vtx, jlongArray _idx, jintArray _prim) argument
2696 nMeshGetVertexBufferCount(JNIEnv *_env, jobject _this, jlong con, jlong mesh) argument
2707 nMeshGetIndexCount(JNIEnv *_env, jobject _this, jlong con, jlong mesh) argument
2718 nMeshGetVertices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _ids, jint numVtxIDs) argument
2736 nMeshGetIndices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _idxIds, jintArray _primitives, jint numIndices) argument
2764 nAllocationGetByteBuffer(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jlongArray strideArr, jint xBytesSize, jint dimY, jint dimZ) argument
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java137 native int nContextGetUserMessage(long con, int[] data); argument
138 native String nContextGetErrorMessage(long con); argument
139 native int nContextPeekMessage(long con, int[] subID); argument
140 native void nContextInitToClient(long con); argument
141 native void nContextDeinitToClient(long con); argument
229 native void rsnContextDestroy(long con); argument
245 native void rsnContextSetSurface(long con, int w, int h, Surface sur); argument
250 native void rsnContextSetSurfaceTexture(long con, int w, int h, SurfaceTexture sur); argument
255 native void rsnContextSetPriority(long con, int p); argument
260 native void rsnContextSetCacheDir(long con, Strin argument
265 rsnContextDump(long con, int bits) argument
270 rsnContextFinish(long con) argument
276 rsnContextSendMessage(long con, int id, int[] data) argument
282 rsnContextBindRootScript(long con, long script) argument
287 rsnContextBindSampler(long con, int sampler, int slot) argument
292 rsnContextBindProgramStore(long con, long pfs) argument
297 rsnContextBindProgramFragment(long con, long pf) argument
302 rsnContextBindProgramVertex(long con, long pv) argument
307 rsnContextBindProgramRaster(long con, long pr) argument
312 rsnContextPause(long con) argument
317 rsnContextResume(long con) argument
323 rsnClosureCreate(long con, long kernelID, long returnValue, long[] fieldIDs, long[] values, int[] sizes, long[] depClosures, long[] depFieldIDs) argument
338 rsnInvokeClosureCreate(long con, long invokeID, byte[] params, long[] fieldIDs, long[] values, int[] sizes) argument
351 rsnClosureSetArg(long con, long closureID, int index, long value, int size) argument
359 rsnClosureSetGlobal(long con, long closureID, long fieldID, long value, int size) argument
368 rsnScriptGroup2Create(long con, String name, String cachePath, long[] closures) argument
380 rsnScriptGroup2Execute(long con, long groupID) argument
386 rsnAssignName(long con, long obj, byte[] name) argument
391 rsnGetName(long con, long obj) argument
398 rsnObjDestroy(long con, long id) argument
408 rsnElementCreate(long con, long type, int kind, boolean norm, int vecSize) argument
413 rsnElementCreate2(long con, long[] elements, String[] names, int[] arraySizes) argument
418 rsnElementGetNativeData(long con, long id, int[] elementData) argument
423 rsnElementGetSubElements(long con, long id, long[] IDs, String[] names, int[] arraySizes) argument
430 rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) argument
435 rsnTypeGetNativeData(long con, long id, long[] typeData) argument
441 rsnAllocationCreateTyped(long con, long type, int mip, int usage, long pointer) argument
446 rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage) argument
452 rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, int usage) argument
458 rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage) argument
463 rsnAllocationCreateBitmapRef(long con, long type, Bitmap bmp) argument
468 rsnAllocationCreateFromAssetStream(long con, int mips, int assetStream, int usage) argument
474 rsnAllocationCopyToBitmap(long con, long alloc, Bitmap bmp) argument
480 rsnAllocationSyncAll(long con, long alloc, int src) argument
486 rsnAllocationGetByteBuffer(long con, long alloc, long[] stride, int xBytesSize, int dimY, int dimZ) argument
492 rsnAllocationSetupBufferQueue(long con, long alloc, int numAlloc) argument
497 rsnAllocationShareBufferQueue(long con, long alloc1, long alloc2) argument
502 rsnAllocationGetSurface(long con, long alloc) argument
507 rsnAllocationSetSurface(long con, long alloc, Surface sur) argument
512 rsnAllocationIoSend(long con, long alloc) argument
517 rsnAllocationIoReceive(long con, long alloc) argument
523 rsnAllocationGenerateMipmaps(long con, long alloc) argument
528 rsnAllocationCopyFromBitmap(long con, long alloc, Bitmap bmp) argument
535 rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
543 rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
549 rsnAllocationData2D(long con, long dstAlloc, int dstXoff, int dstYoff, int dstMip, int dstFace, int width, int height, long srcAlloc, int srcXoff, int srcYoff, int srcMip, int srcFace) argument
569 rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
579 rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b) argument
585 rsnAllocationData3D(long con, long dstAlloc, int dstXoff, int dstYoff, int dstZoff, int dstMip, int width, int height, int depth, long srcAlloc, int srcXoff, int srcYoff, int srcZoff, int srcMip) argument
603 rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
614 rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolean usePadding) argument
620 rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
628 rsnAllocationElementRead(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
636 rsnAllocationRead2D(long con, long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
646 rsnAllocationRead3D(long con, long id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
656 rsnAllocationGetType(long con, long id) argument
662 rsnAllocationResize1D(long con, long id, int dimX) argument
668 rsnAllocationAdapterCreate(long con, long allocId, long typeId) argument
674 rsnAllocationAdapterOffset(long con, long id, int x, int y, int z, int mip, int face, int a1, int a2, int a3, int a4) argument
682 rsnFileA3DCreateFromAssetStream(long con, long assetStream) argument
687 rsnFileA3DCreateFromFile(long con, String path) argument
692 rsnFileA3DCreateFromAsset(long con, AssetManager mgr, String path) argument
697 rsnFileA3DGetNumIndexEntries(long con, long fileA3D) argument
702 rsnFileA3DGetIndexEntries(long con, long fileA3D, int numEntries, int[] IDs, String[] names) argument
707 rsnFileA3DGetEntryByIndex(long con, long fileA3D, int index) argument
713 rsnFontCreateFromFile(long con, String fileName, float size, int dpi) argument
718 rsnFontCreateFromAssetStream(long con, String name, float size, int dpi, long assetStream) argument
723 rsnFontCreateFromAsset(long con, AssetManager mgr, String path, float size, int dpi) argument
730 rsnScriptBindAllocation(long con, long script, long alloc, int slot) argument
735 rsnScriptSetTimeZone(long con, long script, byte[] timeZone) argument
740 rsnScriptInvoke(long con, long id, int slot) argument
746 rsnScriptForEach(long con, long id, int slot, long[] ains, long aout, byte[] params, int[] limits) argument
755 rsnScriptReduce(long con, long id, int slot, long[] ains, long aout, int[] limits) argument
763 rsnScriptInvokeV(long con, long id, int slot, byte[] params) argument
769 rsnScriptSetVarI(long con, long id, int slot, int val) argument
774 rsnScriptGetVarI(long con, long id, int slot) argument
780 rsnScriptSetVarJ(long con, long id, int slot, long val) argument
785 rsnScriptGetVarJ(long con, long id, int slot) argument
791 rsnScriptSetVarF(long con, long id, int slot, float val) argument
796 rsnScriptGetVarF(long con, long id, int slot) argument
801 rsnScriptSetVarD(long con, long id, int slot, double val) argument
806 rsnScriptGetVarD(long con, long id, int slot) argument
811 rsnScriptSetVarV(long con, long id, int slot, byte[] val) argument
816 rsnScriptGetVarV(long con, long id, int slot, byte[] val) argument
821 rsnScriptSetVarVE(long con, long id, int slot, byte[] val, long e, int[] dims) argument
828 rsnScriptSetVarObj(long con, long id, int slot, long val) argument
834 rsnScriptCCreate(long con, String resName, String cacheDir, byte[] script, int length) argument
841 rsnScriptIntrinsicCreate(long con, int id, long eid) argument
847 rsnScriptKernelIDCreate(long con, long sid, int slot, int sig) argument
853 rsnScriptInvokeIDCreate(long con, long sid, int slot) argument
859 rsnScriptFieldIDCreate(long con, long sid, int slot) argument
865 rsnScriptGroupCreate(long con, long[] kernels, long[] src, long[] dstk, long[] dstf, long[] types) argument
871 rsnScriptGroupSetInput(long con, long group, long kernel, long alloc) argument
877 rsnScriptGroupSetOutput(long con, long group, long kernel, long alloc) argument
883 rsnScriptGroupExecute(long con, long group) argument
889 rsnSamplerCreate(long con, int magFilter, int minFilter, int wrapS, int wrapT, int wrapR, float aniso) argument
897 rsnProgramStoreCreate(long con, boolean r, boolean g, boolean b, boolean a, boolean depthMask, boolean dither, int srcMode, int dstMode, int depthFunc) argument
908 rsnProgramRasterCreate(long con, boolean pointSprite, int cullMode) argument
914 rsnProgramBindConstants(long con, long pv, int slot, long mID) argument
919 rsnProgramBindTexture(long con, long vpf, int slot, long a) argument
924 rsnProgramBindSampler(long con, long vpf, int slot, long s) argument
929 rsnProgramFragmentCreate(long con, String shader, String[] texNames, long[] params) argument
934 rsnProgramVertexCreate(long con, String shader, String[] texNames, long[] params) argument
940 rsnMeshCreate(long con, long[] vtx, long[] idx, int[] prim) argument
945 rsnMeshGetVertexBufferCount(long con, long id) argument
950 rsnMeshGetIndexCount(long con, long id) argument
955 rsnMeshGetVertices(long con, long id, long[] vtxIds, int vtxIdCount) argument
960 rsnMeshGetIndices(long con, long id, long[] idxIds, int[] primitives, int vtxIdCount) argument
966 rsnScriptIntrinsicBLAS_Single(long con, long id, int func, int TransA, int TransB, int Side, int Uplo, int Diag, int M, int N, int K, float alpha, long A, long B, float beta, long C, int incX, int incY, int KL, int KU) argument
978 rsnScriptIntrinsicBLAS_Double(long con, long id, int func, int TransA, int TransB, int Side, int Uplo, int Diag, int M, int N, int K, double alpha, long A, long B, double beta, long C, int incX, int incY, int KL, int KU) argument
990 rsnScriptIntrinsicBLAS_Complex(long con, long id, int func, int TransA, int TransB, int Side, int Uplo, int Diag, int M, int N, int K, float alphaX, float alphaY, long A, long B, float betaX, float betaY, long C, int incX, int incY, int KL, int KU) argument
1002 rsnScriptIntrinsicBLAS_Z(long con, long id, int func, int TransA, int TransB, int Side, int Uplo, int Diag, int M, int N, int K, double alphaX, double alphaY, long A, long B, double betaX, double betaY, long C, int incX, int incY, int KL, int KU) argument
1014 rsnScriptIntrinsicBLAS_BNNM(long con, long id, int M, int N, int K, long A, int a_offset, long B, int b_offset, long C, int c_offset, int c_mult_int) argument
[all...]
/frameworks/support/v8/renderscript/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...]
/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/base/docs/html-intl/intl/es/preview/
H A Dpreview_toc.cs33 <li><a href="&lt;?cs var:toroot ?&gt;preview/features/multi-window.html" es-lang="Compatibilidad con ventanas múltiples" in-lang="Dukungan Multi-Jendela" ja-lang="マルチ ウィンドウのサポート" ko-lang="다중 창 지원" pt-br-lang="Suporte a várias janelas" ru-lang="Поддержка многооконного режима" vi-lang="Hỗ trợ đa cửa sổ" zh-cn-lang="多窗口支持" zh-tw-lang="多視窗支援">Compatibilidad con ventanas múltiples</a></li>
43 <li><a href="&lt;?cs var:toroot ?&gt;preview/features/icu4j-framework.html" es-lang="API de ICU4J del framework de Android" in-lang="ICU4J Android Framework API" ja-lang="ICU4J Android フレームワーク API" ko-lang="ICU4J Android 프레임워크 API" pt-br-lang="APIs de estrutura do Android para ICU4J" ru-lang="API-интерфейсы ICU4J в платформе Android" vi-lang="API Khuôn khổ Android ICU4J" zh-cn-lang="ICU4J Android 框架 API" zh-tw-lang="ICU4J Android 架構 API">Compatibilidad con ICU4J</a></li>
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppCacheTest.java208 Context con = super.getContext();
210 FileOutputStream fos = con.openFileOutput(fileName, Context.MODE_PRIVATE);
223 Context con = super.getContext();
224 File file = new File(con.getCacheDir(), fileName);
407 Context con = super.getContext();
/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);
H A DScriptIntrinsicBLAS.cpp99 nScriptIntrinsicBLAS_Single(RS* mRS, RsContext con, RsScript id, RsBlasFunction func, int TransA, argument
107 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, sizeof(in_allocs), nullptr,
113 nScriptIntrinsicBLAS_Double(RS* mRS, RsContext con, RsScript id, RsBlasFunction func, int TransA, argument
121 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, sizeof(in_allocs), nullptr,
126 nScriptIntrinsicBLAS_Complex(RS* mRS, RsContext con, RsScript id, RsBlasFunction func, int TransA, argument
134 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, sizeof(in_allocs), nullptr,
139 nScriptIntrinsicBLAS_Z(RS* mRS, RsContext con, RsScript id, RsBlasFunction func, int TransA, argument
147 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, sizeof(in_allocs), nullptr,
153 nScriptIntrinsicBLAS_BNNM(RS* mRS, RsContext con, RsScript id, int M, int N, int K, argument
168 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, i
[all...]

Completed in 702 milliseconds