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

/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp125 nContextFinish(JNIEnv *_env, jobject _this, RsContext con) argument
127 LOG_API("nContextFinish, con(%p)", con);
128 rsContextFinish(con);
132 nAssignName(JNIEnv *_env, jobject _this, RsContext con, jint obj, jbyteArray str) argument
134 LOG_API("nAssignName, con(%p), obj(%p)", con, (void *)obj);
137 rsAssignName(con, (void *)obj, (const char *)cptr, len);
142 nGetName(JNIEnv *_env, jobject _this, RsContext con, jint obj) argument
144 LOG_API("nGetName, con(
154 nObjDestroy(JNIEnv *_env, jobject _this, RsContext con, jint obj) argument
215 nContextSetPriority(JNIEnv *_env, jobject _this, RsContext con, jint p) argument
224 nContextSetSurface(JNIEnv *_env, jobject _this, RsContext con, jint width, jint height, jobject wnd) argument
239 nContextDestroy(JNIEnv *_env, jobject _this, RsContext con) argument
246 nContextDump(JNIEnv *_env, jobject _this, RsContext con, jint bits) argument
253 nContextPause(JNIEnv *_env, jobject _this, RsContext con) argument
260 nContextResume(JNIEnv *_env, jobject _this, RsContext con) argument
268 nContextGetErrorMessage(JNIEnv *_env, jobject _this, RsContext con) argument
286 nContextGetUserMessage(JNIEnv *_env, jobject _this, RsContext con, jintArray data) argument
305 nContextPeekMessage(JNIEnv *_env, jobject _this, RsContext con, jintArray auxData) argument
319 nContextInitToClient(JNIEnv *_env, jobject _this, RsContext con) argument
325 nContextDeinitToClient(JNIEnv *_env, jobject _this, RsContext con) argument
332 nContextSendMessage(JNIEnv *_env, jobject _this, RsContext con, jint id, jintArray data) argument
350 nElementCreate(JNIEnv *_env, jobject _this, RsContext con, jint type, jint kind, jboolean norm, jint size) argument
357 nElementCreate2(JNIEnv *_env, jobject _this, RsContext con, jintArray _ids, jobjectArray _names, jintArray _arraySizes) argument
382 nElementGetNativeData(JNIEnv *_env, jobject _this, RsContext con, jint id, jintArray _elementData) argument
400 nElementGetSubElements(JNIEnv *_env, jobject _this, RsContext con, jint id, jintArray _IDs, jobjectArray _names, jintArray _arraySizes) argument
428 nTypeCreate(JNIEnv *_env, jobject _this, RsContext con, RsElement eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
439 nTypeGetNativeData(JNIEnv *_env, jobject _this, RsContext con, jint id, jintArray _typeData) argument
459 nAllocationCreateTyped(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mips, jint usage, jint pointer) argument
466 nAllocationSyncAll(JNIEnv *_env, jobject _this, RsContext con, jint a, jint bits) argument
473 nAllocationGetSurface(JNIEnv *_env, jobject _this, RsContext con, jint a) argument
486 nAllocationSetSurface(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc, jobject sur) argument
500 nAllocationIoSend(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc) argument
507 nAllocationIoReceive(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc) argument
515 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, RsContext con, jint alloc) argument
522 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
538 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
554 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
570 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jobject jbitmap) argument
587 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jobject jbitmap) argument
608 nAllocationData1D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jintArray data, int sizeBytes) argument
618 nAllocationData1D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jshortArray data, int sizeBytes) argument
628 nAllocationData1D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jbyteArray data, int sizeBytes) argument
638 nAllocationData1D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jfloatArray data, int sizeBytes) argument
649 nAllocationElementData1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint compIdx, jbyteArray data, int sizeBytes) argument
659 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
670 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
681 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
692 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
703 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
727 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
738 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
749 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
760 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
771 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
793 nAllocationRead_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jintArray data) argument
804 nAllocationRead_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jshortArray data) argument
815 nAllocationRead_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jbyteArray data) argument
826 nAllocationRead_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jfloatArray data) argument
837 nAllocationGetType(JNIEnv *_env, jobject _this, RsContext con, jint a) argument
844 nAllocationResize1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX) argument
853 nFileA3DCreateFromAssetStream(JNIEnv *_env, jobject _this, RsContext con, jint native_asset) argument
864 nFileA3DCreateFromAsset(JNIEnv *_env, jobject _this, RsContext con, jobject _assetMgr, jstring _path) argument
882 nFileA3DCreateFromFile(JNIEnv *_env, jobject _this, RsContext con, jstring fileName) argument
891 nFileA3DGetNumIndexEntries(JNIEnv *_env, jobject _this, RsContext con, jint fileA3D) argument
899 nFileA3DGetIndexEntries(JNIEnv *_env, jobject _this, RsContext con, jint fileA3D, jint numEntries, jintArray _ids, jobjectArray _entries) argument
915 nFileA3DGetEntryByIndex(JNIEnv *_env, jobject _this, RsContext con, jint fileA3D, jint index) argument
925 nFontCreateFromFile(JNIEnv *_env, jobject _this, RsContext con, jstring fileName, jfloat fontSize, jint dpi) argument
937 nFontCreateFromAssetStream(JNIEnv *_env, jobject _this, RsContext con, jstring name, jfloat fontSize, jint dpi, jint native_asset) argument
951 nFontCreateFromAsset(JNIEnv *_env, jobject _this, RsContext con, jobject _assetMgr, jstring _path, jfloat fontSize, jint dpi) argument
976 nScriptBindAllocation(JNIEnv *_env, jobject _this, RsContext con, jint script, jint alloc, jint slot) argument
983 nScriptSetVarI(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) argument
990 nScriptGetVarI(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot) argument
999 nScriptSetVarObj(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) argument
1006 nScriptSetVarJ(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jlong val) argument
1013 nScriptGetVarJ(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot) argument
1022 nScriptSetVarF(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, float val) argument
1029 nScriptGetVarF(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot) argument
1038 nScriptSetVarD(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, double val) argument
1045 nScriptGetVarD(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot) argument
1054 nScriptSetVarV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) argument
1064 nScriptGetVarV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) argument
1074 nScriptSetVarVE(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data, jint elem, jintArray dims) argument
1089 nScriptSetTimeZone(JNIEnv *_env, jobject _this, RsContext con, jint script, jbyteArray timeZone) argument
1105 nScriptInvoke(JNIEnv *_env, jobject _this, RsContext con, jint obj, jint slot) argument
1112 nScriptInvokeV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) argument
1122 nScriptForEach(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout) argument
1129 nScriptForEachV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout, jbyteArray params) argument
1140 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
1160 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
1185 nScriptCCreate(JNIEnv *_env, jobject _this, RsContext con, jstring resName, jstring cacheDir, jbyteArray scriptRef, jint length) argument
1234 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, RsContext con, jint id, jint eid) argument
1241 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, RsContext con, jint sid, jint slot, jint sig) argument
1248 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, RsContext con, jint sid, jint slot) argument
1255 nScriptGroupCreate(JNIEnv *_env, jobject _this, RsContext con, jintArray _kernels, jintArray _src, jintArray _dstk, jintArray _dstf, jintArray _types) argument
1287 nScriptGroupSetInput(JNIEnv *_env, jobject _this, RsContext con, jint gid, jint kid, jint alloc) argument
1295 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, RsContext con, jint gid, jint kid, jint alloc) argument
1303 nScriptGroupExecute(JNIEnv *_env, jobject _this, RsContext con, jint gid) argument
1312 nProgramStoreCreate(JNIEnv *_env, jobject _this, RsContext con, jboolean colorMaskR, jboolean colorMaskG, jboolean colorMaskB, jboolean colorMaskA, jboolean depthMask, jboolean ditherEnable, jint srcFunc, jint destFunc, jint depthFunc) argument
1327 nProgramBindConstants(JNIEnv *_env, jobject _this, RsContext con, jint vpv, jint slot, jint a) argument
1334 nProgramBindTexture(JNIEnv *_env, jobject _this, RsContext con, jint vpf, jint slot, jint a) argument
1341 nProgramBindSampler(JNIEnv *_env, jobject _this, RsContext con, jint vpf, jint slot, jint a) argument
1350 nProgramFragmentCreate(JNIEnv *_env, jobject _this, RsContext con, jstring shader, jobjectArray texNames, jintArray params) argument
1376 nProgramVertexCreate(JNIEnv *_env, jobject _this, RsContext con, jstring shader, jobjectArray texNames, jintArray params) argument
1401 nProgramRasterCreate(JNIEnv *_env, jobject _this, RsContext con, jboolean pointSprite, jint cull) argument
1411 nContextBindRootScript(JNIEnv *_env, jobject _this, RsContext con, jint script) argument
1418 nContextBindProgramStore(JNIEnv *_env, jobject _this, RsContext con, jint pfs) argument
1425 nContextBindProgramFragment(JNIEnv *_env, jobject _this, RsContext con, jint pf) argument
1432 nContextBindProgramVertex(JNIEnv *_env, jobject _this, RsContext con, jint pf) argument
1439 nContextBindProgramRaster(JNIEnv *_env, jobject _this, RsContext con, jint pf) argument
1449 nSamplerCreate(JNIEnv *_env, jobject _this, RsContext con, jint magFilter, jint minFilter, jint wrapS, jint wrapT, jint wrapR, jfloat aniso) argument
1466 nPathCreate(JNIEnv *_env, jobject _this, RsContext con, jint prim, jboolean isStatic, jint _vtx, jint _loop, jfloat q) argument
1476 nMeshCreate(JNIEnv *_env, jobject _this, RsContext con, jintArray _vtx, jintArray _idx, jintArray _prim) argument
1499 nMeshGetVertexBufferCount(JNIEnv *_env, jobject _this, RsContext con, jint mesh) argument
1508 nMeshGetIndexCount(JNIEnv *_env, jobject _this, RsContext con, jint mesh) argument
1517 nMeshGetVertices(JNIEnv *_env, jobject _this, RsContext con, jint mesh, jintArray _ids, int numVtxIDs) argument
1532 nMeshGetIndices(JNIEnv *_env, jobject _this, RsContext con, jint mesh, jintArray _idxIds, jintArray _primitives, int 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/graphics/java/android/renderscript/
H A DRenderScript.java98 native int nContextGetUserMessage(int con, int[] data); argument
99 native String nContextGetErrorMessage(int con); argument
100 native int nContextPeekMessage(int con, int[] subID); argument
101 native void nContextInitToClient(int con); argument
102 native void nContextDeinitToClient(int con); argument
194 native void rsnContextDestroy(int con); argument
210 native void rsnContextSetSurface(int con, int w, int h, Surface sur); argument
215 native void rsnContextSetSurfaceTexture(int con, int w, int h, SurfaceTexture sur); argument
220 native void rsnContextSetPriority(int con, int p); argument
225 native void rsnContextDump(int con, in argument
230 rsnContextFinish(int con) argument
236 rsnContextSendMessage(int con, int id, int[] data) argument
242 rsnContextBindRootScript(int con, int script) argument
247 rsnContextBindSampler(int con, int sampler, int slot) argument
252 rsnContextBindProgramStore(int con, int pfs) argument
257 rsnContextBindProgramFragment(int con, int pf) argument
262 rsnContextBindProgramVertex(int con, int pv) argument
267 rsnContextBindProgramRaster(int con, int pr) argument
272 rsnContextPause(int con) argument
277 rsnContextResume(int con) argument
283 rsnAssignName(int con, int obj, byte[] name) argument
288 rsnGetName(int con, int obj) argument
294 rsnObjDestroy(int con, int id) argument
304 rsnElementCreate(int con, int type, int kind, boolean norm, int vecSize) argument
309 rsnElementCreate2(int con, int[] elements, String[] names, int[] arraySizes) argument
314 rsnElementGetNativeData(int con, int id, int[] elementData) argument
319 rsnElementGetSubElements(int con, int id, int[] IDs, String[] names, int[] arraySizes) argument
326 rsnTypeCreate(int con, int eid, int x, int y, int z, boolean mips, boolean faces, int yuv) argument
331 rsnTypeGetNativeData(int con, int id, int[] typeData) argument
337 rsnAllocationCreateTyped(int con, int type, int mip, int usage, int pointer) argument
342 rsnAllocationCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage) argument
348 rsnAllocationCreateBitmapBackedAllocation(int con, int type, int mip, Bitmap bmp, int usage) argument
355 rsnAllocationCubeCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage) argument
360 rsnAllocationCreateBitmapRef(int con, int type, Bitmap bmp) argument
365 rsnAllocationCreateFromAssetStream(int con, int mips, int assetStream, int usage) argument
371 rsnAllocationCopyToBitmap(int con, int alloc, Bitmap bmp) argument
378 rsnAllocationSyncAll(int con, int alloc, int src) argument
383 rsnAllocationGetSurface(int con, int alloc) argument
388 rsnAllocationSetSurface(int con, int alloc, Surface sur) argument
393 rsnAllocationIoSend(int con, int alloc) argument
398 rsnAllocationIoReceive(int con, int alloc) argument
405 rsnAllocationGenerateMipmaps(int con, int alloc) argument
410 rsnAllocationCopyFromBitmap(int con, int alloc, Bitmap bmp) argument
417 rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes) argument
422 rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes) argument
427 rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
432 rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes) argument
438 rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
444 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
464 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
469 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
474 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
479 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
484 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
490 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
508 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) argument
513 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) argument
518 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes) argument
523 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes) argument
530 rsnAllocationRead(int con, int id, byte[] d) argument
535 rsnAllocationRead(int con, int id, short[] d) argument
540 rsnAllocationRead(int con, int id, int[] d) argument
545 rsnAllocationRead(int con, int id, float[] d) argument
550 rsnAllocationGetType(int con, int id) argument
556 rsnAllocationResize1D(int con, int id, int dimX) argument
562 rsnFileA3DCreateFromAssetStream(int con, int assetStream) argument
567 rsnFileA3DCreateFromFile(int con, String path) argument
572 rsnFileA3DCreateFromAsset(int con, AssetManager mgr, String path) argument
577 rsnFileA3DGetNumIndexEntries(int con, int fileA3D) argument
582 rsnFileA3DGetIndexEntries(int con, int fileA3D, int numEntries, int[] IDs, String[] names) argument
587 rsnFileA3DGetEntryByIndex(int con, int fileA3D, int index) argument
593 rsnFontCreateFromFile(int con, String fileName, float size, int dpi) argument
598 rsnFontCreateFromAssetStream(int con, String name, float size, int dpi, int assetStream) argument
603 rsnFontCreateFromAsset(int con, AssetManager mgr, String path, float size, int dpi) argument
610 rsnScriptBindAllocation(int con, int script, int alloc, int slot) argument
615 rsnScriptSetTimeZone(int con, int script, byte[] timeZone) argument
620 rsnScriptInvoke(int con, int id, int slot) argument
625 rsnScriptForEach(int con, int id, int slot, int ain, int aout, byte[] params) argument
626 rsnScriptForEach(int con, int id, int slot, int ain, int aout) argument
627 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
629 rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
650 rsnScriptInvokeV(int con, int id, int slot, byte[] params) argument
656 rsnScriptSetVarI(int con, int id, int slot, int val) argument
661 rsnScriptGetVarI(int con, int id, int slot) argument
667 rsnScriptSetVarJ(int con, int id, int slot, long val) argument
672 rsnScriptGetVarJ(int con, int id, int slot) argument
678 rsnScriptSetVarF(int con, int id, int slot, float val) argument
683 rsnScriptGetVarF(int con, int id, int slot) argument
688 rsnScriptSetVarD(int con, int id, int slot, double val) argument
693 rsnScriptGetVarD(int con, int id, int slot) argument
698 rsnScriptSetVarV(int con, int id, int slot, byte[] val) argument
703 rsnScriptGetVarV(int con, int id, int slot, byte[] val) argument
708 rsnScriptSetVarVE(int con, int id, int slot, byte[] val, int e, int[] dims) argument
715 rsnScriptSetVarObj(int con, int id, int slot, int val) argument
721 rsnScriptCCreate(int con, String resName, String cacheDir, byte[] script, int length) argument
728 rsnScriptIntrinsicCreate(int con, int id, int eid) argument
734 rsnScriptKernelIDCreate(int con, int sid, int slot, int sig) argument
740 rsnScriptFieldIDCreate(int con, int sid, int slot) argument
746 rsnScriptGroupCreate(int con, int[] kernels, int[] src, int[] dstk, int[] dstf, int[] types) argument
752 rsnScriptGroupSetInput(int con, int group, int kernel, int alloc) argument
758 rsnScriptGroupSetOutput(int con, int group, int kernel, int alloc) argument
764 rsnScriptGroupExecute(int con, int group) argument
770 rsnSamplerCreate(int con, int magFilter, int minFilter, int wrapS, int wrapT, int wrapR, float aniso) argument
778 rsnProgramStoreCreate(int con, boolean r, boolean g, boolean b, boolean a, boolean depthMask, boolean dither, int srcMode, int dstMode, int depthFunc) argument
789 rsnProgramRasterCreate(int con, boolean pointSprite, int cullMode) argument
795 rsnProgramBindConstants(int con, int pv, int slot, int mID) argument
800 rsnProgramBindTexture(int con, int vpf, int slot, int a) argument
805 rsnProgramBindSampler(int con, int vpf, int slot, int s) argument
810 rsnProgramFragmentCreate(int con, String shader, String[] texNames, int[] params) argument
815 rsnProgramVertexCreate(int con, String shader, String[] texNames, int[] params) argument
821 rsnMeshCreate(int con, int[] vtx, int[] idx, int[] prim) argument
826 rsnMeshGetVertexBufferCount(int con, int id) argument
831 rsnMeshGetIndexCount(int con, int id) argument
836 rsnMeshGetVertices(int con, int id, int[] vtxIds, int vtxIdCount) argument
841 rsnMeshGetIndices(int con, int id, int[] idxIds, int[] primitives, int vtxIdCount) argument
847 rsnPathCreate(int con, int prim, boolean isStatic, int vtx, int loop, float q) argument
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java71 native int nContextGetUserMessage(int con, int[] data); argument
72 native String nContextGetErrorMessage(int con); argument
73 native int nContextPeekMessage(int con, int[] subID); argument
74 native void nContextInitToClient(int con); argument
75 native void nContextDeinitToClient(int con); argument
155 native void rsnContextDestroy(int con); argument
160 native void rsnContextSetPriority(int con, int p); argument
165 native void rsnContextDump(int con, int bits); argument
170 native void rsnContextFinish(int con); argument
176 native void rsnContextSendMessage(int con, in argument
182 rsnObjDestroy(int con, int id) argument
192 rsnElementCreate(int con, int type, int kind, boolean norm, int vecSize) argument
197 rsnElementCreate2(int con, int[] elements, String[] names, int[] arraySizes) argument
202 rsnElementGetNativeData(int con, int id, int[] elementData) argument
207 rsnElementGetSubElements(int con, int id, int[] IDs, String[] names, int[] arraySizes) argument
214 rsnTypeCreate(int con, int eid, int x, int y, int z, boolean mips, boolean faces, int yuv) argument
219 rsnTypeGetNativeData(int con, int id, int[] typeData) argument
225 rsnAllocationCreateTyped(int con, int type, int mip, int usage, int pointer) argument
230 rsnAllocationCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage) argument
236 rsnAllocationCreateBitmapBackedAllocation(int con, int type, int mip, Bitmap bmp, int usage) argument
243 rsnAllocationCubeCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage) argument
248 rsnAllocationCreateBitmapRef(int con, int type, Bitmap bmp) argument
253 rsnAllocationCreateFromAssetStream(int con, int mips, int assetStream, int usage) argument
259 rsnAllocationCopyToBitmap(int con, int alloc, Bitmap bmp) argument
266 rsnAllocationSyncAll(int con, int alloc, int src) argument
271 rsnAllocationIoSend(int con, int alloc) argument
276 rsnAllocationIoReceive(int con, int alloc) argument
283 rsnAllocationGenerateMipmaps(int con, int alloc) argument
288 rsnAllocationCopyFromBitmap(int con, int alloc, Bitmap bmp) argument
295 rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes) argument
300 rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes) argument
305 rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
310 rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes) argument
316 rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
322 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
342 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
347 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
352 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
357 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
362 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
368 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
386 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) argument
391 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) argument
396 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes) argument
401 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes) argument
408 rsnAllocationRead(int con, int id, byte[] d) argument
413 rsnAllocationRead(int con, int id, short[] d) argument
418 rsnAllocationRead(int con, int id, int[] d) argument
423 rsnAllocationRead(int con, int id, float[] d) argument
428 rsnAllocationGetType(int con, int id) argument
434 rsnAllocationResize1D(int con, int id, int dimX) argument
439 rsnAllocationResize2D(int con, int id, int dimX, int dimY) argument
445 rsnScriptBindAllocation(int con, int script, int alloc, int slot) argument
450 rsnScriptSetTimeZone(int con, int script, byte[] timeZone) argument
455 rsnScriptInvoke(int con, int id, int slot) argument
460 rsnScriptForEach(int con, int id, int slot, int ain, int aout, byte[] params) argument
461 rsnScriptForEach(int con, int id, int slot, int ain, int aout) argument
462 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
464 rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
485 rsnScriptInvokeV(int con, int id, int slot, byte[] params) argument
490 rsnScriptSetVarI(int con, int id, int slot, int val) argument
495 rsnScriptSetVarJ(int con, int id, int slot, long val) argument
500 rsnScriptSetVarF(int con, int id, int slot, float val) argument
505 rsnScriptSetVarD(int con, int id, int slot, double val) argument
510 rsnScriptSetVarV(int con, int id, int slot, byte[] val) argument
515 rsnScriptSetVarVE(int con, int id, int slot, byte[] val, int e, int[] dims) argument
522 rsnScriptSetVarObj(int con, int id, int slot, int val) argument
528 rsnScriptCCreate(int con, String resName, String cacheDir, byte[] script, int length) argument
535 rsnScriptIntrinsicCreate(int con, int id, int eid) argument
541 rsnScriptKernelIDCreate(int con, int sid, int slot, int sig) argument
547 rsnScriptFieldIDCreate(int con, int sid, int slot) argument
553 rsnScriptGroupCreate(int con, int[] kernels, int[] src, int[] dstk, int[] dstf, int[] types) argument
559 rsnScriptGroupSetInput(int con, int group, int kernel, int alloc) argument
565 rsnScriptGroupSetOutput(int con, int group, int kernel, int alloc) argument
571 rsnScriptGroupExecute(int con, int group) argument
577 rsnSamplerCreate(int con, int magFilter, int minFilter, int wrapS, int wrapT, int wrapR, float aniso) 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.cpp367 void FileA3D::appendToFile(Context *con, ObjectBase *obj) { argument
381 obj->serialize(con, mWriteStream);
386 RsObjectBase rsaFileA3DGetEntryByIndex(RsContext con, uint32_t index, RsFile file) { argument
400 void rsaFileA3DGetNumIndexEntries(RsContext con, int32_t *numEntries, RsFile file) { argument
410 void rsaFileA3DGetIndexEntries(RsContext con, RsFileIndexEntry *fileEntries, uint32_t numEntries, RsFile file) { argument
431 RsFile rsaFileA3DCreateFromMemory(RsContext con, const void *data, uint32_t len) { argument
437 Context *rsc = static_cast<Context *>(con);
445 RsFile rsaFileA3DCreateFromAsset(RsContext con, void *_asset) { argument
447 Context *rsc = static_cast<Context *>(con);
459 RsFile rsaFileA3DCreateFromFile(RsContext con, cons argument
[all...]
H A DrsThreadIO.h46 bool playCoreCommands(Context *con, int waitFd);
H A Drs.h46 const void* rsaAllocationGetType(RsContext con, RsAllocation va);
H A DrsContext.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());
965 void rsaGetName(RsContext con, void * obj, const char **name) { argument
H A DrsMesh.cpp292 void rsaMeshGetVertexBufferCount(RsContext con, RsMesh mv, int32_t *numVtx) { argument
297 void rsaMeshGetIndexCount(RsContext con, RsMesh mv, int32_t *numIdx) { argument
302 void rsaMeshGetVertices(RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount) { argument
312 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idxDataCount) { argument
H A DrsElement.cpp404 extern "C" void rsaElementGetNativeData(RsContext con, RsElement elem, argument
417 extern "C" void rsaElementGetSubElements(RsContext con, RsElement elem, uintptr_t *ids, argument
H A DrsType.cpp307 extern "C" void rsaTypeGetNativeData(RsContext con, RsType type, uintptr_t *typeData, uint32_t typeDataSize) { argument
H A DrsAllocation.cpp735 extern "C" const void * rsaAllocationGetType(RsContext con, RsAllocation va) { argument
/frameworks/base/core/java/android/net/http/
H A DConnectionThread.java134 String con = mConnection == null ? "" : mConnection.toString();
136 return "cid " + mId + " " + active + " " + con;
H A DRequestQueue.java175 Connection con = mIdleCache.getConnection(host);
176 if (con == null) {
178 con = Connection.getConnection(mContext, host, mProxyHost,
181 return con;
/frameworks/compile/slang/
H A Dslang_rs_reflection_base.cpp64 RSReflectionBase::RSReflectionBase(const RSContext *con) argument
66 mRSContext = con;
H A Dslang_rs_reflection_cpp.cpp113 RSReflectionCpp::RSReflectionCpp(const RSContext *con) argument
114 : RSReflectionBase(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, (jint)handle);
H A Dandroid_opengl_EGL14.cpp113 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { argument
129 return _env->NewObject(cls, con, (jint)handle);
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14cHeader.cpp113 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { argument
129 return _env->NewObject(cls, con, (jint)handle);
H A DEGLExtcHeader.cpp114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { argument
130 return _env->NewObject(cls, con, (jint)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 1679 milliseconds