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

/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp184 nContextFinish(JNIEnv *_env, jobject _this, jlong con) argument
186 LOG_API("nContextFinish, con(%p)", (RsContext)con);
187 rsContextFinish((RsContext)con);
191 nAssignName(JNIEnv *_env, jobject _this, jlong con, jlong obj, jbyteArray str) argument
193 LOG_API("nAssignName, con(%p), obj(%p)", (RsContext)con, (void *)obj);
196 rsAssignName((RsContext)con, (void *)obj, (const char *)cptr, len);
201 nGetName(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
203 LOG_API("nGetName, con(
213 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
274 nContextSetPriority(JNIEnv *_env, jobject _this, jlong con, jint p) argument
283 nContextSetSurface(JNIEnv *_env, jobject _this, jlong con, jint width, jint height, jobject wnd) argument
298 nContextDestroy(JNIEnv *_env, jobject _this, jlong con) argument
305 nContextDump(JNIEnv *_env, jobject _this, jlong con, jint bits) argument
312 nContextPause(JNIEnv *_env, jobject _this, jlong con) argument
319 nContextResume(JNIEnv *_env, jobject _this, jlong con) argument
327 nContextGetErrorMessage(JNIEnv *_env, jobject _this, jlong con) argument
345 nContextGetUserMessage(JNIEnv *_env, jobject _this, jlong con, jintArray data) argument
364 nContextPeekMessage(JNIEnv *_env, jobject _this, jlong con, jintArray auxData) argument
378 nContextInitToClient(JNIEnv *_env, jobject _this, jlong con) argument
384 nContextDeinitToClient(JNIEnv *_env, jobject _this, jlong con) argument
391 nContextSendMessage(JNIEnv *_env, jobject _this, jlong con, jint id, jintArray data) argument
409 nElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, jint size) argument
416 nElementCreate2(JNIEnv *_env, jobject _this, jlong con, jlongArray _ids, jobjectArray _names, jintArray _arraySizes) argument
452 nElementGetNativeData(JNIEnv *_env, jobject _this, jlong con, jlong id, jintArray _elementData) argument
471 nElementGetSubElements(JNIEnv *_env, jobject _this, jlong con, jlong id, jlongArray _IDs, jobjectArray _names, jintArray _arraySizes) argument
501 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
511 nTypeGetNativeData(JNIEnv *_env, jobject _this, jlong con, jlong id, jlongArray _typeData) argument
532 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, jlong pointer) argument
539 nAllocationSyncAll(JNIEnv *_env, jobject _this, jlong con, jlong a, jint bits) argument
546 nAllocationGetSurface(JNIEnv *_env, jobject _this, jlong con, jlong a) argument
559 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) argument
573 nAllocationIoSend(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
580 nAllocationIoReceive(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
588 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
595 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
611 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
627 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
643 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
660 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
682 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType) argument
694 nAllocationElementData1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint offset, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) argument
705 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) argument
718 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
743 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, int sizeBytes, int dataType) argument
755 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
779 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, int dataType) argument
788 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, int sizeBytes, int dataType) argument
799 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, int sizeBytes, int dataType) argument
810 nAllocationGetType(JNIEnv *_env, jobject _this, jlong con, jlong a) argument
817 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) argument
826 nFileA3DCreateFromAssetStream(JNIEnv *_env, jobject _this, jlong con, jlong native_asset) argument
836 nFileA3DCreateFromAsset(JNIEnv *_env, jobject _this, jlong con, jobject _assetMgr, jstring _path) argument
854 nFileA3DCreateFromFile(JNIEnv *_env, jobject _this, jlong con, jstring fileName) argument
863 nFileA3DGetNumIndexEntries(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D) argument
871 nFileA3DGetIndexEntries(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D, jint numEntries, jintArray _ids, jobjectArray _entries) argument
887 nFileA3DGetEntryByIndex(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D, jint index) argument
897 nFontCreateFromFile(JNIEnv *_env, jobject _this, jlong con, jstring fileName, jfloat fontSize, jint dpi) argument
909 nFontCreateFromAssetStream(JNIEnv *_env, jobject _this, jlong con, jstring name, jfloat fontSize, jint dpi, jlong native_asset) argument
923 nFontCreateFromAsset(JNIEnv *_env, jobject _this, jlong con, jobject _assetMgr, jstring _path, jfloat fontSize, jint dpi) argument
948 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot) argument
955 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val) argument
962 nScriptGetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
971 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) argument
978 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) argument
985 nScriptGetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
994 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val) argument
1001 nScriptGetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1010 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val) argument
1017 nScriptGetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1026 nScriptSetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1036 nScriptGetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1046 nScriptSetVarVE(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jlong elem, jintArray dims) argument
1061 nScriptSetTimeZone(JNIEnv *_env, jobject _this, jlong con, jlong script, jbyteArray timeZone) argument
1077 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot) argument
1084 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1094 nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong ain, jlong aout) argument
1101 nScriptForEachV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong ain, jlong aout, jbyteArray params) argument
1112 nScriptForEachClipped(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong ain, jlong aout, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
1132 nScriptForEachClippedV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong ain, jlong aout, jbyteArray params, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
1155 nScriptForEachMultiClipped(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
1201 nScriptForEachMultiClippedV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jbyteArray params, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
1252 nScriptCCreate(JNIEnv *_env, jobject _this, jlong con, jstring resName, jstring cacheDir, jbyteArray scriptRef, jint length) argument
1301 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, jlong con, jint id, jlong eid) argument
1308 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jint sig) argument
1315 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) argument
1322 nScriptGroupCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _kernels, jlongArray _src, jlongArray _dstk, jlongArray _dstf, jlongArray _types) argument
1383 nScriptGroupSetInput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
1391 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
1399 nScriptGroupExecute(JNIEnv *_env, jobject _this, jlong con, jlong gid) argument
1408 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
1423 nProgramBindConstants(JNIEnv *_env, jobject _this, jlong con, jlong vpv, jint slot, jlong a) argument
1430 nProgramBindTexture(JNIEnv *_env, jobject _this, jlong con, jlong vpf, jint slot, jlong a) argument
1437 nProgramBindSampler(JNIEnv *_env, jobject _this, jlong con, jlong vpf, jint slot, jlong a) argument
1446 nProgramFragmentCreate(JNIEnv *_env, jobject _this, jlong con, jstring shader, jobjectArray texNames, jlongArray params) argument
1477 nProgramVertexCreate(JNIEnv *_env, jobject _this, jlong con, jstring shader, jobjectArray texNames, jlongArray params) argument
1508 nProgramRasterCreate(JNIEnv *_env, jobject _this, jlong con, jboolean pointSprite, jint cull) argument
1518 nContextBindRootScript(JNIEnv *_env, jobject _this, jlong con, jlong script) argument
1525 nContextBindProgramStore(JNIEnv *_env, jobject _this, jlong con, jlong pfs) argument
1532 nContextBindProgramFragment(JNIEnv *_env, jobject _this, jlong con, jlong pf) argument
1539 nContextBindProgramVertex(JNIEnv *_env, jobject _this, jlong con, jlong pf) argument
1546 nContextBindProgramRaster(JNIEnv *_env, jobject _this, jlong con, jlong pf) argument
1556 nSamplerCreate(JNIEnv *_env, jobject _this, jlong con, jint magFilter, jint minFilter, jint wrapS, jint wrapT, jint wrapR, jfloat aniso) argument
1572 nPathCreate(JNIEnv *_env, jobject _this, jlong con, jint prim, jboolean isStatic, jlong _vtx, jlong _loop, jfloat q) argument
1582 nMeshCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _vtx, jlongArray _idx, jintArray _prim) argument
1617 nMeshGetVertexBufferCount(JNIEnv *_env, jobject _this, jlong con, jlong mesh) argument
1626 nMeshGetIndexCount(JNIEnv *_env, jobject _this, jlong con, jlong mesh) argument
1635 nMeshGetVertices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _ids, jint numVtxIDs) argument
1651 nMeshGetIndices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _idxIds, jintArray _primitives, jint numIndices) argument
[all...]
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp93 nContextFinish(JNIEnv *_env, jobject _this, RsContext con) argument
95 LOG_API("nContextFinish, con(%p)", con);
96 rsContextFinish(con);
100 nObjDestroy(JNIEnv *_env, jobject _this, RsContext con, jint obj) argument
102 LOG_API("nObjDestroy, con(%p) obj(%p)", con, (void *)obj);
103 rsObjDestroy(con, (void *)obj);
138 nContextSetPriority(JNIEnv *_env, jobject _this, RsContext con, jint p) argument
140 LOG_API("ContextSetPriority, con(
147 nContextDestroy(JNIEnv *_env, jobject _this, RsContext con) argument
154 nContextDump(JNIEnv *_env, jobject _this, RsContext con, jint bits) argument
162 nContextGetErrorMessage(JNIEnv *_env, jobject _this, RsContext con) argument
181 nContextGetUserMessage(JNIEnv *_env, jobject _this, RsContext con, jintArray data) argument
201 nContextPeekMessage(JNIEnv *_env, jobject _this, RsContext con, jintArray auxData) argument
215 nContextInitToClient(JNIEnv *_env, jobject _this, RsContext con) argument
221 nContextDeinitToClient(JNIEnv *_env, jobject _this, RsContext con) argument
228 nContextSendMessage(JNIEnv *_env, jobject _this, RsContext con, jint id, jintArray data) argument
246 nElementCreate(JNIEnv *_env, jobject _this, RsContext con, jint type, jint kind, jboolean norm, jint size) argument
253 nElementCreate2(JNIEnv *_env, jobject _this, RsContext con, jintArray _ids, jobjectArray _names, jintArray _arraySizes) argument
280 nElementGetSubElements(JNIEnv *_env, jobject _this, RsContext con, jint id, jintArray _IDs, jobjectArray _names, jintArray _arraySizes) argument
308 nTypeCreate(JNIEnv *_env, jobject _this, RsContext con, RsElement eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
321 nAllocationCreateTyped(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mips, jint usage, jint pointer) argument
328 nAllocationSyncAll(JNIEnv *_env, jobject _this, RsContext con, jint a, jint bits) argument
335 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, RsContext con, jint alloc) argument
355 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
371 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
387 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
403 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jobject jbitmap) argument
421 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jobject jbitmap) argument
439 nAllocationData1D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jintArray data, int sizeBytes) argument
449 nAllocationData1D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jshortArray data, int sizeBytes) argument
459 nAllocationData1D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jbyteArray data, int sizeBytes) argument
469 nAllocationData1D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jfloatArray data, int sizeBytes) argument
480 nAllocationElementData1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint compIdx, jbyteArray data, int sizeBytes) argument
490 nAllocationData2D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face, jint w, jint h, jshortArray data, int sizeBytes) argument
501 nAllocationData2D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face, jint w, jint h, jbyteArray data, int sizeBytes) argument
512 nAllocationData2D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face, jint w, jint h, jintArray data, int sizeBytes) argument
523 nAllocationData2D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face, jint w, jint h, jfloatArray data, int sizeBytes) argument
534 nAllocationData2D_alloc(JNIEnv *_env, jobject _this, RsContext con, jint dstAlloc, jint dstXoff, jint dstYoff, jint dstMip, jint dstFace, jint width, jint height, jint srcAlloc, jint srcXoff, jint srcYoff, jint srcMip, jint srcFace) argument
558 nAllocationData3D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jshortArray data, int sizeBytes) argument
569 nAllocationData3D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jbyteArray data, int sizeBytes) argument
580 nAllocationData3D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jintArray data, int sizeBytes) argument
591 nAllocationData3D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jfloatArray data, int sizeBytes) argument
602 nAllocationData3D_alloc(JNIEnv *_env, jobject _this, RsContext con, jint dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, jint dstMip, jint width, jint height, jint depth, jint srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, jint srcMip) argument
624 nAllocationRead_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jintArray data) argument
635 nAllocationRead_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jshortArray data) argument
646 nAllocationRead_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jbyteArray data) argument
657 nAllocationRead_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jfloatArray data) argument
668 nAllocationGetType(JNIEnv *_env, jobject _this, RsContext con, jint a) argument
675 nAllocationResize1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX) argument
684 nScriptBindAllocation(JNIEnv *_env, jobject _this, RsContext con, jint script, jint alloc, jint slot) argument
691 nScriptSetVarI(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) argument
698 nScriptSetVarObj(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) argument
705 nScriptSetVarJ(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jlong val) argument
712 nScriptSetVarF(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, float val) argument
719 nScriptSetVarD(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, double val) argument
726 nScriptSetVarV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) argument
736 nScriptSetVarVE(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data, jint elem, jintArray dims) argument
751 nScriptSetTimeZone(JNIEnv *_env, jobject _this, RsContext con, jint script, jbyteArray timeZone) argument
767 nScriptInvoke(JNIEnv *_env, jobject _this, RsContext con, jint obj, jint slot) argument
774 nScriptInvokeV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) argument
784 nScriptForEach(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout) argument
791 nScriptForEachV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout, jbyteArray params) argument
802 nScriptForEachClipped(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
822 nScriptForEachClippedV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout, jbyteArray params, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
847 nScriptCCreate(JNIEnv *_env, jobject _this, RsContext con, jstring resName, jstring cacheDir, jbyteArray scriptRef, jint length) argument
896 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, RsContext con, jint id, jint eid) argument
903 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, RsContext con, jint sid, jint slot, jint sig) argument
910 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, RsContext con, jint sid, jint slot) argument
917 nScriptGroupCreate(JNIEnv *_env, jobject _this, RsContext con, jintArray _kernels, jintArray _src, jintArray _dstk, jintArray _dstf, jintArray _types) argument
949 nScriptGroupSetInput(JNIEnv *_env, jobject _this, RsContext con, jint gid, jint kid, jint alloc) argument
957 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, RsContext con, jint gid, jint kid, jint alloc) argument
965 nScriptGroupExecute(JNIEnv *_env, jobject _this, RsContext con, jint gid) argument
974 nSamplerCreate(JNIEnv *_env, jobject _this, RsContext con, jint magFilter, jint minFilter, jint wrapS, jint wrapT, jint wrapR, jfloat aniso) argument
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java120 native int nContextGetUserMessage(long con, int[] data); argument
121 native String nContextGetErrorMessage(long con); argument
122 native int nContextPeekMessage(long con, int[] subID); argument
123 native void nContextInitToClient(long con); argument
124 native void nContextDeinitToClient(long con); argument
216 native void rsnContextDestroy(long con); argument
232 native void rsnContextSetSurface(long con, int w, int h, Surface sur); argument
237 native void rsnContextSetSurfaceTexture(long con, int w, int h, SurfaceTexture sur); argument
242 native void rsnContextSetPriority(long con, int p); argument
247 native void rsnContextDump(long con, in argument
252 rsnContextFinish(long con) argument
258 rsnContextSendMessage(long con, int id, int[] data) argument
264 rsnContextBindRootScript(long con, long script) argument
269 rsnContextBindSampler(long con, int sampler, int slot) argument
274 rsnContextBindProgramStore(long con, long pfs) argument
279 rsnContextBindProgramFragment(long con, long pf) argument
284 rsnContextBindProgramVertex(long con, long pv) argument
289 rsnContextBindProgramRaster(long con, long pr) argument
294 rsnContextPause(long con) argument
299 rsnContextResume(long con) argument
305 rsnAssignName(long con, long obj, byte[] name) argument
310 rsnGetName(long con, long obj) argument
317 rsnObjDestroy(long con, long id) argument
327 rsnElementCreate(long con, long type, int kind, boolean norm, int vecSize) argument
332 rsnElementCreate2(long con, long[] elements, String[] names, int[] arraySizes) argument
337 rsnElementGetNativeData(long con, long id, int[] elementData) argument
342 rsnElementGetSubElements(long con, long id, long[] IDs, String[] names, int[] arraySizes) argument
349 rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) argument
354 rsnTypeGetNativeData(long con, long id, long[] typeData) argument
360 rsnAllocationCreateTyped(long con, long type, int mip, int usage, long pointer) argument
365 rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage) argument
371 rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, int usage) argument
377 rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage) argument
382 rsnAllocationCreateBitmapRef(long con, long type, Bitmap bmp) argument
387 rsnAllocationCreateFromAssetStream(long con, int mips, int assetStream, int usage) argument
393 rsnAllocationCopyToBitmap(long con, long alloc, Bitmap bmp) argument
400 rsnAllocationSyncAll(long con, long alloc, int src) argument
405 rsnAllocationGetSurface(long con, long alloc) argument
410 rsnAllocationSetSurface(long con, long alloc, Surface sur) argument
415 rsnAllocationIoSend(long con, long alloc) argument
420 rsnAllocationIoReceive(long con, long alloc) argument
427 rsnAllocationGenerateMipmaps(long con, long alloc) argument
432 rsnAllocationCopyFromBitmap(long con, long alloc, Bitmap bmp) argument
439 rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt) argument
445 rsnAllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
451 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
471 rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, int dt) argument
479 rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b) argument
485 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
503 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) argument
511 rsnAllocationRead(long con, long id, Object d, int dt) argument
517 rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt) argument
525 rsnAllocationRead2D(long con, long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, int dt) argument
533 rsnAllocationGetType(long con, long id) argument
539 rsnAllocationResize1D(long con, long id, int dimX) argument
545 rsnFileA3DCreateFromAssetStream(long con, long assetStream) argument
550 rsnFileA3DCreateFromFile(long con, String path) argument
555 rsnFileA3DCreateFromAsset(long con, AssetManager mgr, String path) argument
560 rsnFileA3DGetNumIndexEntries(long con, long fileA3D) argument
565 rsnFileA3DGetIndexEntries(long con, long fileA3D, int numEntries, int[] IDs, String[] names) argument
570 rsnFileA3DGetEntryByIndex(long con, long fileA3D, int index) argument
576 rsnFontCreateFromFile(long con, String fileName, float size, int dpi) argument
581 rsnFontCreateFromAssetStream(long con, String name, float size, int dpi, long assetStream) argument
586 rsnFontCreateFromAsset(long con, AssetManager mgr, String path, float size, int dpi) argument
593 rsnScriptBindAllocation(long con, long script, long alloc, int slot) argument
598 rsnScriptSetTimeZone(long con, long script, byte[] timeZone) argument
603 rsnScriptInvoke(long con, long id, int slot) argument
608 rsnScriptForEach(long con, long id, int slot, long ain, long aout, byte[] params) argument
609 rsnScriptForEach(long con, long id, int slot, long ain, long aout) argument
610 rsnScriptForEachClipped(long con, long id, int slot, long ain, long aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
612 rsnScriptForEachClipped(long con, long id, int slot, long ain, long aout, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
639 rsnScriptForEachMultiClipped(long con, long id, int slot, long[] ains, long aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
642 rsnScriptForEachMultiClipped(long con, long id, int slot, long[] ains, long aout, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
656 rsnScriptInvokeV(long con, long id, int slot, byte[] params) argument
662 rsnScriptSetVarI(long con, long id, int slot, int val) argument
667 rsnScriptGetVarI(long con, long id, int slot) argument
673 rsnScriptSetVarJ(long con, long id, int slot, long val) argument
678 rsnScriptGetVarJ(long con, long id, int slot) argument
684 rsnScriptSetVarF(long con, long id, int slot, float val) argument
689 rsnScriptGetVarF(long con, long id, int slot) argument
694 rsnScriptSetVarD(long con, long id, int slot, double val) argument
699 rsnScriptGetVarD(long con, long id, int slot) argument
704 rsnScriptSetVarV(long con, long id, int slot, byte[] val) argument
709 rsnScriptGetVarV(long con, long id, int slot, byte[] val) argument
714 rsnScriptSetVarVE(long con, long id, int slot, byte[] val, long e, int[] dims) argument
721 rsnScriptSetVarObj(long con, long id, int slot, long val) argument
727 rsnScriptCCreate(long con, String resName, String cacheDir, byte[] script, int length) argument
734 rsnScriptIntrinsicCreate(long con, int id, long eid) argument
740 rsnScriptKernelIDCreate(long con, long sid, int slot, int sig) argument
746 rsnScriptFieldIDCreate(long con, long sid, int slot) argument
752 rsnScriptGroupCreate(long con, long[] kernels, long[] src, long[] dstk, long[] dstf, long[] types) argument
758 rsnScriptGroupSetInput(long con, long group, long kernel, long alloc) argument
764 rsnScriptGroupSetOutput(long con, long group, long kernel, long alloc) argument
770 rsnScriptGroupExecute(long con, long group) argument
776 rsnSamplerCreate(long con, int magFilter, int minFilter, int wrapS, int wrapT, int wrapR, float aniso) argument
784 rsnProgramStoreCreate(long con, boolean r, boolean g, boolean b, boolean a, boolean depthMask, boolean dither, int srcMode, int dstMode, int depthFunc) argument
795 rsnProgramRasterCreate(long con, boolean pointSprite, int cullMode) argument
801 rsnProgramBindConstants(long con, long pv, int slot, long mID) argument
806 rsnProgramBindTexture(long con, long vpf, int slot, long a) argument
811 rsnProgramBindSampler(long con, long vpf, int slot, long s) argument
816 rsnProgramFragmentCreate(long con, String shader, String[] texNames, long[] params) argument
821 rsnProgramVertexCreate(long con, String shader, String[] texNames, long[] params) argument
827 rsnMeshCreate(long con, long[] vtx, long[] idx, int[] prim) argument
832 rsnMeshGetVertexBufferCount(long con, long id) argument
837 rsnMeshGetIndexCount(long con, long id) argument
842 rsnMeshGetVertices(long con, long id, long[] vtxIds, int vtxIdCount) argument
847 rsnMeshGetIndices(long con, long id, long[] idxIds, int[] primitives, int vtxIdCount) argument
853 rsnPathCreate(long con, int prim, boolean isStatic, long vtx, long loop, float q) argument
[all...]
/frameworks/rs/
H A DrsThreadIO.cpp104 bool ThreadIO::playCoreCommands(Context *con, int waitFd) { argument
124 if (con->props.mLogTimes) {
125 con->timerSet(Context::RS_TIMER_IDLE);
150 if (con->props.mLogTimes) {
151 con->timerSet(Context::RS_TIMER_INTERNAL);
157 ALOGE("playCoreCommands error con %p, cmd %i", con, cmd->cmdID);
161 gPlaybackFuncs[cmd->cmdID](con, data, cmd->bytes);
163 gPlaybackRemoteFuncs[cmd->cmdID](con, this);
166 if (con
[all...]
H A DrsFileA3D.cpp369 void FileA3D::appendToFile(Context *con, ObjectBase *obj) { argument
383 obj->serialize(con, mWriteStream);
388 RsObjectBase rsaFileA3DGetEntryByIndex(RsContext con, uint32_t index, RsFile file) { argument
402 void rsaFileA3DGetNumIndexEntries(RsContext con, int32_t *numEntries, RsFile file) { argument
412 void rsaFileA3DGetIndexEntries(RsContext con, RsFileIndexEntry *fileEntries, uint32_t numEntries, RsFile file) { argument
433 RsFile rsaFileA3DCreateFromMemory(RsContext con, const void *data, uint32_t len) { argument
439 Context *rsc = static_cast<Context *>(con);
447 RsFile rsaFileA3DCreateFromAsset(RsContext con, void *_asset) { argument
449 Context *rsc = static_cast<Context *>(con);
461 RsFile rsaFileA3DCreateFromFile(RsContext con, cons argument
[all...]
H A DrsThreadIO.h46 bool playCoreCommands(Context *con, int waitFd);
H A Drs.h46 const void* rsaAllocationGetType(RsContext con, RsAllocation va);
H A DrsMesh.cpp292 void rsaMeshGetVertexBufferCount(RsContext con, RsMesh mv, int32_t *numVtx) { argument
297 void rsaMeshGetIndexCount(RsContext con, RsMesh mv, int32_t *numIdx) { argument
302 void rsaMeshGetVertices(RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount) { argument
312 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idxDataCount) { argument
H A DrsContext.cpp81 Context::PushState::PushState(Context *con) { argument
82 mRsc = con;
84 if (con->mIsGraphicsContext) {
85 mFragment.set(con->getProgramFragment());
86 mVertex.set(con->getProgramVertex());
87 mStore.set(con->getProgramStore());
88 mRaster.set(con->getProgramRaster());
89 mFont.set(con->getFont());
991 void rsaGetName(RsContext con, void * obj, const char **name) { argument
H A DrsElement.cpp439 extern "C" void rsaElementGetNativeData(RsContext con, RsElement elem, argument
452 extern "C" void rsaElementGetSubElements(RsContext con, RsElement elem, uintptr_t *ids, argument
H A DrsType.cpp340 extern "C" void rsaTypeGetNativeData(RsContext con, RsType type, uintptr_t *typeData, uint32_t typeDataSize) { argument
H A DrsAllocation.cpp785 extern "C" const void * rsaAllocationGetType(RsContext con, RsAllocation va) { argument
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java70 native int nContextGetUserMessage(int con, int[] data); argument
71 native String nContextGetErrorMessage(int con); argument
72 native int nContextPeekMessage(int con, int[] subID); argument
73 native void nContextInitToClient(int con); argument
74 native void nContextDeinitToClient(int con); argument
224 native void rsnContextDestroy(int con); argument
240 native void rsnContextSetPriority(int con, int p); argument
245 native void rsnContextDump(int con, int bits); argument
250 native void rsnContextFinish(int con); argument
256 native void rsnContextSendMessage(int con, in argument
263 rsnObjDestroy(int con, int id) argument
273 rsnElementCreate(int con, int type, int kind, boolean norm, int vecSize) argument
278 rsnElementCreate2(int con, int[] elements, String[] names, int[] arraySizes) argument
283 rsnElementGetNativeData(int con, int id, int[] elementData) argument
288 rsnElementGetSubElements(int con, int id, int[] IDs, String[] names, int[] arraySizes) argument
295 rsnTypeCreate(int con, int eid, int x, int y, int z, boolean mips, boolean faces, int yuv) argument
300 rsnTypeGetNativeData(int con, int id, int[] typeData) argument
306 rsnAllocationCreateTyped(int con, int type, int mip, int usage, int pointer) argument
311 rsnAllocationCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage) argument
317 rsnAllocationCreateBitmapBackedAllocation(int con, int type, int mip, Bitmap bmp, int usage) argument
324 rsnAllocationCubeCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage) argument
329 rsnAllocationCreateBitmapRef(int con, int type, Bitmap bmp) argument
334 rsnAllocationCreateFromAssetStream(int con, int mips, int assetStream, int usage) argument
340 rsnAllocationCopyToBitmap(int con, int alloc, Bitmap bmp) argument
347 rsnAllocationSyncAll(int con, int alloc, int src) argument
352 rsnAllocationIoSend(int con, int alloc) argument
357 rsnAllocationIoReceive(int con, int alloc) argument
364 rsnAllocationGenerateMipmaps(int con, int alloc) argument
369 rsnAllocationCopyFromBitmap(int con, int alloc, Bitmap bmp) argument
376 rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes) argument
381 rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes) argument
386 rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
391 rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes) argument
397 rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
403 rsnAllocationData2D(int con, int dstAlloc, int dstXoff, int dstYoff, int dstMip, int dstFace, int width, int height, int srcAlloc, int srcXoff, int srcYoff, int srcMip, int srcFace) argument
423 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
428 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
433 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
438 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
443 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
449 rsnAllocationData3D(int con, int dstAlloc, int dstXoff, int dstYoff, int dstZoff, int dstMip, int width, int height, int depth, int srcAlloc, int srcXoff, int srcYoff, int srcZoff, int srcMip) argument
467 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) argument
472 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) argument
477 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes) argument
482 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes) argument
489 rsnAllocationRead(int con, int id, byte[] d) argument
494 rsnAllocationRead(int con, int id, short[] d) argument
499 rsnAllocationRead(int con, int id, int[] d) argument
504 rsnAllocationRead(int con, int id, float[] d) argument
509 rsnAllocationGetType(int con, int id) argument
515 rsnAllocationResize1D(int con, int id, int dimX) argument
520 rsnAllocationResize2D(int con, int id, int dimX, int dimY) argument
526 rsnScriptBindAllocation(int con, int script, int alloc, int slot) argument
531 rsnScriptSetTimeZone(int con, int script, byte[] timeZone) argument
536 rsnScriptInvoke(int con, int id, int slot) argument
541 rsnScriptForEach(int con, int id, int slot, int ain, int aout, byte[] params) argument
542 rsnScriptForEach(int con, int id, int slot, int ain, int aout) argument
543 rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
545 rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
566 rsnScriptInvokeV(int con, int id, int slot, byte[] params) argument
571 rsnScriptSetVarI(int con, int id, int slot, int val) argument
576 rsnScriptSetVarJ(int con, int id, int slot, long val) argument
581 rsnScriptSetVarF(int con, int id, int slot, float val) argument
586 rsnScriptSetVarD(int con, int id, int slot, double val) argument
591 rsnScriptSetVarV(int con, int id, int slot, byte[] val) argument
596 rsnScriptSetVarVE(int con, int id, int slot, byte[] val, int e, int[] dims) argument
603 rsnScriptSetVarObj(int con, int id, int slot, int val) argument
609 rsnScriptCCreate(int con, String resName, String cacheDir, byte[] script, int length) argument
616 rsnScriptIntrinsicCreate(int con, int id, int eid) argument
622 rsnScriptKernelIDCreate(int con, int sid, int slot, int sig) argument
628 rsnScriptFieldIDCreate(int con, int sid, int slot) argument
634 rsnScriptGroupCreate(int con, int[] kernels, int[] src, int[] dstk, int[] dstf, int[] types) argument
640 rsnScriptGroupSetInput(int con, int group, int kernel, int alloc) argument
646 rsnScriptGroupSetOutput(int con, int group, int kernel, int alloc) argument
652 rsnScriptGroupExecute(int con, int group) argument
658 rsnSamplerCreate(int con, int magFilter, int minFilter, int wrapS, int wrapT, int wrapR, float aniso) argument
[all...]
/frameworks/base/core/java/android/net/http/
H A DConnectionThread.java132 String con = mConnection == null ? "" : mConnection.toString();
134 return "cid " + mId + " " + active + " " + con;
H A DRequestQueue.java171 Connection con = mIdleCache.getConnection(host);
172 if (con == null) {
174 con = Connection.getConnection(mContext, host, mProxyHost,
177 return con;
/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.cpp114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { argument
130 return _env->NewObject(cls, con, reinterpret_cast<jlong>(handle));
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14cHeader.cpp114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { argument
130 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/tests/coretests/src/android/content/pm/
H A DAppCacheTest.java206 Context con = super.getContext();
208 FileOutputStream fos = con.openFileOutput(fileName, Context.MODE_PRIVATE);
221 Context con = super.getContext();
222 File file = new File(con.getCacheDir(), fileName);
405 Context con = super.getContext();
/frameworks/rs/cpp/
H A DrsDispatch.h22 typedef const void* (*AllocationGetTypeFnPtr)(RsContext con, RsAllocation va);

Completed in 461 milliseconds