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

12

/frameworks/compile/libbcc/tests/data/src/
H A Drollo3.c4 int main(void* con, int ft, int launchID) argument
/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp109 nContextFinish(JNIEnv *_env, jobject _this, RsContext con) argument
111 LOG_API("nContextFinish, con(%p)", con);
112 rsContextFinish(con);
116 nObjDestroy(JNIEnv *_env, jobject _this, RsContext con, jint obj) argument
118 LOG_API("nObjDestroy, con(%p) obj(%p)", con, (void *)obj);
119 rsObjDestroy(con, (void *)obj);
154 nContextSetPriority(JNIEnv *_env, jobject _this, RsContext con, jint p) argument
156 LOG_API("ContextSetPriority, con(
163 nContextDestroy(JNIEnv *_env, jobject _this, RsContext con) argument
170 nContextDump(JNIEnv *_env, jobject _this, RsContext con, jint bits) argument
178 nContextGetErrorMessage(JNIEnv *_env, jobject _this, RsContext con) argument
196 nContextGetUserMessage(JNIEnv *_env, jobject _this, RsContext con, jintArray data) argument
215 nContextPeekMessage(JNIEnv *_env, jobject _this, RsContext con, jintArray auxData) argument
229 nContextInitToClient(JNIEnv *_env, jobject _this, RsContext con) argument
235 nContextDeinitToClient(JNIEnv *_env, jobject _this, RsContext con) argument
243 nElementCreate(JNIEnv *_env, jobject _this, RsContext con, jint type, jint kind, jboolean norm, jint size) argument
250 nElementCreate2(JNIEnv *_env, jobject _this, RsContext con, jintArray _ids, jobjectArray _names, jintArray _arraySizes) argument
277 nElementGetSubElements(JNIEnv *_env, jobject _this, RsContext con, jint id, jintArray _IDs, jobjectArray _names, jintArray _arraySizes) argument
305 nTypeCreate(JNIEnv *_env, jobject _this, RsContext con, RsElement eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces) argument
318 nAllocationCreateTyped(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mips, jint usage, jint pointer) argument
325 nAllocationSyncAll(JNIEnv *_env, jobject _this, RsContext con, jint a, jint bits) argument
332 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, RsContext con, jint alloc) argument
352 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
368 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
384 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jobject jbitmap) argument
402 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jobject jbitmap) argument
420 nAllocationData1D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jintArray data, int sizeBytes) argument
430 nAllocationData1D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jshortArray data, int sizeBytes) argument
440 nAllocationData1D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jbyteArray data, int sizeBytes) argument
450 nAllocationData1D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jfloatArray data, int sizeBytes) argument
461 nAllocationElementData1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint compIdx, jbyteArray data, int sizeBytes) argument
471 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
482 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
493 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
504 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
515 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
539 nAllocationRead_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jintArray data) argument
550 nAllocationRead_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jshortArray data) argument
561 nAllocationRead_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jbyteArray data) argument
572 nAllocationRead_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jfloatArray data) argument
583 nAllocationGetType(JNIEnv *_env, jobject _this, RsContext con, jint a) argument
590 nAllocationResize1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX) argument
597 nAllocationResize2D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX, jint dimY) argument
606 nScriptBindAllocation(JNIEnv *_env, jobject _this, RsContext con, jint script, jint alloc, jint slot) argument
613 nScriptSetVarI(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) argument
620 nScriptSetVarObj(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) argument
627 nScriptSetVarJ(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jlong val) argument
634 nScriptSetVarF(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, float val) argument
641 nScriptSetVarD(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, double val) argument
648 nScriptSetVarV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) argument
658 nScriptSetVarVE(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data, jint elem, jintArray dims) argument
673 nScriptSetTimeZone(JNIEnv *_env, jobject _this, RsContext con, jint script, jbyteArray timeZone) argument
689 nScriptInvoke(JNIEnv *_env, jobject _this, RsContext con, jint obj, jint slot) argument
696 nScriptInvokeV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) argument
706 nScriptForEach(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout) argument
713 nScriptForEachV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout, jbyteArray params) argument
727 nScriptCCreate(JNIEnv *_env, jobject _this, RsContext con, jstring resName, jstring cacheDir, jbyteArray scriptRef, jint length) argument
778 nSamplerCreate(JNIEnv *_env, jobject _this, RsContext con, jint magFilter, jint minFilter, jint wrapS, jint wrapT, jint wrapR, jfloat aniso) argument
[all...]
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp126 nContextFinish(JNIEnv *_env, jobject _this, RsContext con) argument
128 LOG_API("nContextFinish, con(%p)", con);
129 rsContextFinish(con);
133 nAssignName(JNIEnv *_env, jobject _this, RsContext con, jint obj, jbyteArray str) argument
135 LOG_API("nAssignName, con(%p), obj(%p)", con, (void *)obj);
138 rsAssignName(con, (void *)obj, (const char *)cptr, len);
143 nGetName(JNIEnv *_env, jobject _this, RsContext con, jint obj) argument
145 LOG_API("nGetName, con(
155 nObjDestroy(JNIEnv *_env, jobject _this, RsContext con, jint obj) argument
216 nContextSetPriority(JNIEnv *_env, jobject _this, RsContext con, jint p) argument
225 nContextSetSurface(JNIEnv *_env, jobject _this, RsContext con, jint width, jint height, jobject wnd) argument
240 nContextSetSurfaceTexture(JNIEnv *_env, jobject _this, RsContext con, jint width, jint height, jobject sur) argument
257 nContextDestroy(JNIEnv *_env, jobject _this, RsContext con) argument
264 nContextDump(JNIEnv *_env, jobject _this, RsContext con, jint bits) argument
271 nContextPause(JNIEnv *_env, jobject _this, RsContext con) argument
278 nContextResume(JNIEnv *_env, jobject _this, RsContext con) argument
286 nContextGetErrorMessage(JNIEnv *_env, jobject _this, RsContext con) argument
304 nContextGetUserMessage(JNIEnv *_env, jobject _this, RsContext con, jintArray data) argument
323 nContextPeekMessage(JNIEnv *_env, jobject _this, RsContext con, jintArray auxData) argument
337 nContextInitToClient(JNIEnv *_env, jobject _this, RsContext con) argument
343 nContextDeinitToClient(JNIEnv *_env, jobject _this, RsContext con) argument
351 nElementCreate(JNIEnv *_env, jobject _this, RsContext con, jint type, jint kind, jboolean norm, jint size) argument
358 nElementCreate2(JNIEnv *_env, jobject _this, RsContext con, jintArray _ids, jobjectArray _names, jintArray _arraySizes) argument
383 nElementGetNativeData(JNIEnv *_env, jobject _this, RsContext con, jint id, jintArray _elementData) argument
401 nElementGetSubElements(JNIEnv *_env, jobject _this, RsContext con, jint id, jintArray _IDs, jobjectArray _names, jintArray _arraySizes) argument
429 nTypeCreate(JNIEnv *_env, jobject _this, RsContext con, RsElement eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces) argument
440 nTypeGetNativeData(JNIEnv *_env, jobject _this, RsContext con, jint id, jintArray _typeData) argument
460 nAllocationCreateTyped(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mips, jint usage, jint pointer) argument
467 nAllocationSyncAll(JNIEnv *_env, jobject _this, RsContext con, jint a, jint bits) argument
474 nAllocationGetSurfaceTextureID(JNIEnv *_env, jobject _this, RsContext con, jint a) argument
481 nAllocationGetSurfaceTextureID2(JNIEnv *_env, jobject _this, RsContext con, jint a, jobject jst) argument
490 nAllocationSetSurface(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc, jobject sur) argument
504 nAllocationIoSend(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc) argument
511 nAllocationIoReceive(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc) argument
519 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, RsContext con, jint alloc) argument
526 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
542 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
558 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jobject jbitmap) argument
575 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jobject jbitmap) argument
596 nAllocationData1D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jintArray data, int sizeBytes) argument
606 nAllocationData1D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jshortArray data, int sizeBytes) argument
616 nAllocationData1D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jbyteArray data, int sizeBytes) argument
626 nAllocationData1D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jfloatArray data, int sizeBytes) argument
637 nAllocationElementData1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint compIdx, jbyteArray data, int sizeBytes) argument
647 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
658 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
669 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
680 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
691 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
715 nAllocationRead_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jintArray data) argument
726 nAllocationRead_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jshortArray data) argument
737 nAllocationRead_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jbyteArray data) argument
748 nAllocationRead_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jfloatArray data) argument
759 nAllocationGetType(JNIEnv *_env, jobject _this, RsContext con, jint a) argument
766 nAllocationResize1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX) argument
773 nAllocationResize2D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX, jint dimY) argument
782 nFileA3DCreateFromAssetStream(JNIEnv *_env, jobject _this, RsContext con, jint native_asset) argument
793 nFileA3DCreateFromAsset(JNIEnv *_env, jobject _this, RsContext con, jobject _assetMgr, jstring _path) argument
811 nFileA3DCreateFromFile(JNIEnv *_env, jobject _this, RsContext con, jstring fileName) argument
820 nFileA3DGetNumIndexEntries(JNIEnv *_env, jobject _this, RsContext con, jint fileA3D) argument
828 nFileA3DGetIndexEntries(JNIEnv *_env, jobject _this, RsContext con, jint fileA3D, jint numEntries, jintArray _ids, jobjectArray _entries) argument
844 nFileA3DGetEntryByIndex(JNIEnv *_env, jobject _this, RsContext con, jint fileA3D, jint index) argument
854 nFontCreateFromFile(JNIEnv *_env, jobject _this, RsContext con, jstring fileName, jfloat fontSize, jint dpi) argument
866 nFontCreateFromAssetStream(JNIEnv *_env, jobject _this, RsContext con, jstring name, jfloat fontSize, jint dpi, jint native_asset) argument
880 nFontCreateFromAsset(JNIEnv *_env, jobject _this, RsContext con, jobject _assetMgr, jstring _path, jfloat fontSize, jint dpi) argument
905 nScriptBindAllocation(JNIEnv *_env, jobject _this, RsContext con, jint script, jint alloc, jint slot) argument
912 nScriptSetVarI(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) argument
919 nScriptSetVarObj(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) argument
926 nScriptSetVarJ(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jlong val) argument
933 nScriptSetVarF(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, float val) argument
940 nScriptSetVarD(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, double val) argument
947 nScriptSetVarV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) argument
957 nScriptSetVarVE(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data, jint elem, jintArray dims) argument
972 nScriptSetTimeZone(JNIEnv *_env, jobject _this, RsContext con, jint script, jbyteArray timeZone) argument
988 nScriptInvoke(JNIEnv *_env, jobject _this, RsContext con, jint obj, jint slot) argument
995 nScriptInvokeV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) argument
1005 nScriptForEach(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout) argument
1012 nScriptForEachV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout, jbyteArray params) argument
1026 nScriptCCreate(JNIEnv *_env, jobject _this, RsContext con, jstring resName, jstring cacheDir, jbyteArray scriptRef, jint length) argument
1075 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, RsContext con, jint id, jint eid) argument
1082 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, RsContext con, jint sid, jint slot, jint sig) argument
1089 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, RsContext con, jint sid, jint slot) argument
1096 nScriptGroupCreate(JNIEnv *_env, jobject _this, RsContext con, jintArray _kernels, jintArray _src, jintArray _dstk, jintArray _dstf, jintArray _types) argument
1128 nScriptGroupSetInput(JNIEnv *_env, jobject _this, RsContext con, jint gid, jint kid, jint alloc) argument
1136 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, RsContext con, jint gid, jint kid, jint alloc) argument
1144 nScriptGroupExecute(JNIEnv *_env, jobject _this, RsContext con, jint gid) argument
1153 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
1168 nProgramBindConstants(JNIEnv *_env, jobject _this, RsContext con, jint vpv, jint slot, jint a) argument
1175 nProgramBindTexture(JNIEnv *_env, jobject _this, RsContext con, jint vpf, jint slot, jint a) argument
1182 nProgramBindSampler(JNIEnv *_env, jobject _this, RsContext con, jint vpf, jint slot, jint a) argument
1191 nProgramFragmentCreate(JNIEnv *_env, jobject _this, RsContext con, jstring shader, jobjectArray texNames, jintArray params) argument
1217 nProgramVertexCreate(JNIEnv *_env, jobject _this, RsContext con, jstring shader, jobjectArray texNames, jintArray params) argument
1242 nProgramRasterCreate(JNIEnv *_env, jobject _this, RsContext con, jboolean pointSprite, jint cull) argument
1252 nContextBindRootScript(JNIEnv *_env, jobject _this, RsContext con, jint script) argument
1259 nContextBindProgramStore(JNIEnv *_env, jobject _this, RsContext con, jint pfs) argument
1266 nContextBindProgramFragment(JNIEnv *_env, jobject _this, RsContext con, jint pf) argument
1273 nContextBindProgramVertex(JNIEnv *_env, jobject _this, RsContext con, jint pf) argument
1280 nContextBindProgramRaster(JNIEnv *_env, jobject _this, RsContext con, jint pf) argument
1290 nSamplerCreate(JNIEnv *_env, jobject _this, RsContext con, jint magFilter, jint minFilter, jint wrapS, jint wrapT, jint wrapR, jfloat aniso) argument
1307 nPathCreate(JNIEnv *_env, jobject _this, RsContext con, jint prim, jboolean isStatic, jint _vtx, jint _loop, jfloat q) argument
1317 nMeshCreate(JNIEnv *_env, jobject _this, RsContext con, jintArray _vtx, jintArray _idx, jintArray _prim) argument
1340 nMeshGetVertexBufferCount(JNIEnv *_env, jobject _this, RsContext con, jint mesh) argument
1349 nMeshGetIndexCount(JNIEnv *_env, jobject _this, RsContext con, jint mesh) argument
1358 nMeshGetVertices(JNIEnv *_env, jobject _this, RsContext con, jint mesh, jintArray _ids, int numVtxIDs) argument
1373 nMeshGetIndices(JNIEnv *_env, jobject _this, RsContext con, jint mesh, jintArray _idxIds, jintArray _primitives, int numIndices) argument
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java80 native int nContextGetUserMessage(int con, int[] data); argument
81 native String nContextGetErrorMessage(int con); argument
82 native int nContextPeekMessage(int con, int[] subID); argument
83 native void nContextInitToClient(int con); argument
84 native void nContextDeinitToClient(int con); argument
129 native void rsnContextDestroy(int con); argument
134 native void rsnContextSetSurface(int con, int w, int h, Surface sur); argument
139 native void rsnContextSetSurfaceTexture(int con, int w, int h, SurfaceTexture sur); argument
144 native void rsnContextSetPriority(int con, int p); argument
149 native void rsnContextDump(int con, in argument
154 rsnContextFinish(int con) argument
160 rsnContextBindRootScript(int con, int script) argument
165 rsnContextBindSampler(int con, int sampler, int slot) argument
170 rsnContextBindProgramStore(int con, int pfs) argument
175 rsnContextBindProgramFragment(int con, int pf) argument
180 rsnContextBindProgramVertex(int con, int pv) argument
185 rsnContextBindProgramRaster(int con, int pr) argument
190 rsnContextPause(int con) argument
195 rsnContextResume(int con) argument
201 rsnAssignName(int con, int obj, byte[] name) argument
206 rsnGetName(int con, int obj) argument
211 rsnObjDestroy(int con, int id) argument
221 rsnElementCreate(int con, int type, int kind, boolean norm, int vecSize) argument
226 rsnElementCreate2(int con, int[] elements, String[] names, int[] arraySizes) argument
231 rsnElementGetNativeData(int con, int id, int[] elementData) argument
236 rsnElementGetSubElements(int con, int id, int[] IDs, String[] names, int[] arraySizes) argument
243 rsnTypeCreate(int con, int eid, int x, int y, int z, boolean mips, boolean faces) argument
248 rsnTypeGetNativeData(int con, int id, int[] typeData) argument
254 rsnAllocationCreateTyped(int con, int type, int mip, int usage, int pointer) argument
259 rsnAllocationCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage) argument
264 rsnAllocationCubeCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage) argument
269 rsnAllocationCreateBitmapRef(int con, int type, Bitmap bmp) argument
274 rsnAllocationCreateFromAssetStream(int con, int mips, int assetStream, int usage) argument
280 rsnAllocationCopyToBitmap(int con, int alloc, Bitmap bmp) argument
287 rsnAllocationSyncAll(int con, int alloc, int src) argument
292 rsnAllocationGetSurfaceTextureID(int con, int alloc) argument
297 rsnAllocationGetSurfaceTextureID2(int con, int alloc, SurfaceTexture st) argument
302 rsnAllocationSetSurface(int con, int alloc, Surface sur) argument
307 rsnAllocationIoSend(int con, int alloc) argument
312 rsnAllocationIoReceive(int con, int alloc) argument
319 rsnAllocationGenerateMipmaps(int con, int alloc) argument
324 rsnAllocationCopyFromBitmap(int con, int alloc, Bitmap bmp) argument
331 rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes) argument
336 rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes) argument
341 rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
346 rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes) argument
352 rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
358 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
378 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
383 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
388 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
393 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
398 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
404 rsnAllocationRead(int con, int id, byte[] d) argument
409 rsnAllocationRead(int con, int id, short[] d) argument
414 rsnAllocationRead(int con, int id, int[] d) argument
419 rsnAllocationRead(int con, int id, float[] d) argument
424 rsnAllocationGetType(int con, int id) argument
430 rsnAllocationResize1D(int con, int id, int dimX) argument
435 rsnAllocationResize2D(int con, int id, int dimX, int dimY) argument
441 rsnFileA3DCreateFromAssetStream(int con, int assetStream) argument
446 rsnFileA3DCreateFromFile(int con, String path) argument
451 rsnFileA3DCreateFromAsset(int con, AssetManager mgr, String path) argument
456 rsnFileA3DGetNumIndexEntries(int con, int fileA3D) argument
461 rsnFileA3DGetIndexEntries(int con, int fileA3D, int numEntries, int[] IDs, String[] names) argument
466 rsnFileA3DGetEntryByIndex(int con, int fileA3D, int index) argument
472 rsnFontCreateFromFile(int con, String fileName, float size, int dpi) argument
477 rsnFontCreateFromAssetStream(int con, String name, float size, int dpi, int assetStream) argument
482 rsnFontCreateFromAsset(int con, AssetManager mgr, String path, float size, int dpi) argument
489 rsnScriptBindAllocation(int con, int script, int alloc, int slot) argument
494 rsnScriptSetTimeZone(int con, int script, byte[] timeZone) argument
499 rsnScriptInvoke(int con, int id, int slot) argument
504 rsnScriptForEach(int con, int id, int slot, int ain, int aout, byte[] params) argument
505 rsnScriptForEach(int con, int id, int slot, int ain, int aout) argument
514 rsnScriptInvokeV(int con, int id, int slot, byte[] params) argument
519 rsnScriptSetVarI(int con, int id, int slot, int val) argument
524 rsnScriptSetVarJ(int con, int id, int slot, long val) argument
529 rsnScriptSetVarF(int con, int id, int slot, float val) argument
534 rsnScriptSetVarD(int con, int id, int slot, double val) argument
539 rsnScriptSetVarV(int con, int id, int slot, byte[] val) argument
544 rsnScriptSetVarVE(int con, int id, int slot, byte[] val, int e, int[] dims) argument
551 rsnScriptSetVarObj(int con, int id, int slot, int val) argument
557 rsnScriptCCreate(int con, String resName, String cacheDir, byte[] script, int length) argument
564 rsnScriptIntrinsicCreate(int con, int id, int eid) argument
570 rsnScriptKernelIDCreate(int con, int sid, int slot, int sig) argument
576 rsnScriptFieldIDCreate(int con, int sid, int slot) argument
582 rsnScriptGroupCreate(int con, int[] kernels, int[] src, int[] dstk, int[] dstf, int[] types) argument
588 rsnScriptGroupSetInput(int con, int group, int kernel, int alloc) argument
594 rsnScriptGroupSetOutput(int con, int group, int kernel, int alloc) argument
600 rsnScriptGroupExecute(int con, int group) argument
606 rsnSamplerCreate(int con, int magFilter, int minFilter, int wrapS, int wrapT, int wrapR, float aniso) argument
614 rsnProgramStoreCreate(int con, boolean r, boolean g, boolean b, boolean a, boolean depthMask, boolean dither, int srcMode, int dstMode, int depthFunc) argument
625 rsnProgramRasterCreate(int con, boolean pointSprite, int cullMode) argument
631 rsnProgramBindConstants(int con, int pv, int slot, int mID) argument
636 rsnProgramBindTexture(int con, int vpf, int slot, int a) argument
641 rsnProgramBindSampler(int con, int vpf, int slot, int s) argument
646 rsnProgramFragmentCreate(int con, String shader, String[] texNames, int[] params) argument
651 rsnProgramVertexCreate(int con, String shader, String[] texNames, int[] params) argument
657 rsnMeshCreate(int con, int[] vtx, int[] idx, int[] prim) argument
662 rsnMeshGetVertexBufferCount(int con, int id) argument
667 rsnMeshGetIndexCount(int con, int id) argument
672 rsnMeshGetVertices(int con, int id, int[] vtxIds, int vtxIdCount) argument
677 rsnMeshGetIndices(int con, int id, int[] idxIds, int[] primitives, int vtxIdCount) argument
683 rsnPathCreate(int con, int prim, boolean isStatic, int vtx, int loop, float q) argument
[all...]
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java89 native int nContextGetUserMessage(int con, int[] data); argument
90 native String nContextGetErrorMessage(int con); argument
91 native int nContextPeekMessage(int con, int[] subID); argument
92 native void nContextInitToClient(int con); argument
93 native void nContextDeinitToClient(int con); argument
121 native void rsnContextDestroy(int con); argument
126 native void rsnContextSetPriority(int con, int p); argument
131 native void rsnContextDump(int con, int bits); argument
136 native void rsnContextFinish(int con); argument
142 native void rsnObjDestroy(int con, in argument
152 rsnElementCreate(int con, int type, int kind, boolean norm, int vecSize) argument
157 rsnElementCreate2(int con, int[] elements, String[] names, int[] arraySizes) argument
162 rsnElementGetNativeData(int con, int id, int[] elementData) argument
167 rsnElementGetSubElements(int con, int id, int[] IDs, String[] names, int[] arraySizes) argument
174 rsnTypeCreate(int con, int eid, int x, int y, int z, boolean mips, boolean faces) argument
179 rsnTypeGetNativeData(int con, int id, int[] typeData) argument
185 rsnAllocationCreateTyped(int con, int type, int mip, int usage, int pointer) argument
190 rsnAllocationCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage) argument
195 rsnAllocationCubeCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage) argument
200 rsnAllocationCreateBitmapRef(int con, int type, Bitmap bmp) argument
205 rsnAllocationCreateFromAssetStream(int con, int mips, int assetStream, int usage) argument
211 rsnAllocationCopyToBitmap(int con, int alloc, Bitmap bmp) argument
218 rsnAllocationSyncAll(int con, int alloc, int src) argument
225 rsnAllocationGenerateMipmaps(int con, int alloc) argument
230 rsnAllocationCopyFromBitmap(int con, int alloc, Bitmap bmp) argument
237 rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes) argument
242 rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes) argument
247 rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
252 rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes) argument
258 rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
264 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
284 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
289 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
294 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
299 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
304 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
310 rsnAllocationRead(int con, int id, byte[] d) argument
315 rsnAllocationRead(int con, int id, short[] d) argument
320 rsnAllocationRead(int con, int id, int[] d) argument
325 rsnAllocationRead(int con, int id, float[] d) argument
330 rsnAllocationGetType(int con, int id) argument
336 rsnAllocationResize1D(int con, int id, int dimX) argument
341 rsnAllocationResize2D(int con, int id, int dimX, int dimY) argument
347 rsnScriptBindAllocation(int con, int script, int alloc, int slot) argument
352 rsnScriptSetTimeZone(int con, int script, byte[] timeZone) argument
357 rsnScriptInvoke(int con, int id, int slot) argument
362 rsnScriptForEach(int con, int id, int slot, int ain, int aout, byte[] params) argument
363 rsnScriptForEach(int con, int id, int slot, int ain, int aout) argument
372 rsnScriptInvokeV(int con, int id, int slot, byte[] params) argument
377 rsnScriptSetVarI(int con, int id, int slot, int val) argument
382 rsnScriptSetVarJ(int con, int id, int slot, long val) argument
387 rsnScriptSetVarF(int con, int id, int slot, float val) argument
392 rsnScriptSetVarD(int con, int id, int slot, double val) argument
397 rsnScriptSetVarV(int con, int id, int slot, byte[] val) argument
402 rsnScriptSetVarVE(int con, int id, int slot, byte[] val, int e, int[] dims) argument
409 rsnScriptSetVarObj(int con, int id, int slot, int val) argument
415 rsnScriptCCreate(int con, String resName, String cacheDir, byte[] script, int length) argument
422 rsnScriptIntrinsicCreate(int con, int id, int eid) argument
428 rsnScriptKernelIDCreate(int con, int sid, int slot, int sig) argument
434 rsnScriptFieldIDCreate(int con, int sid, int slot) argument
440 rsnScriptGroupCreate(int con, int[] kernels, int[] src, int[] dstk, int[] dstf, int[] types) argument
446 rsnScriptGroupSetInput(int con, int group, int kernel, int alloc) argument
452 rsnScriptGroupSetOutput(int con, int group, int kernel, int alloc) argument
458 rsnScriptGroupExecute(int con, int group) argument
464 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.cpp363 void FileA3D::appendToFile(Context *con, ObjectBase *obj) { argument
377 obj->serialize(con, mWriteStream);
382 RsObjectBase rsaFileA3DGetEntryByIndex(RsContext con, uint32_t index, RsFile file) { argument
396 void rsaFileA3DGetNumIndexEntries(RsContext con, int32_t *numEntries, RsFile file) { argument
406 void rsaFileA3DGetIndexEntries(RsContext con, RsFileIndexEntry *fileEntries, uint32_t numEntries, RsFile file) { argument
427 RsFile rsaFileA3DCreateFromMemory(RsContext con, const void *data, uint32_t len) { argument
433 Context *rsc = static_cast<Context *>(con);
441 RsFile rsaFileA3DCreateFromAsset(RsContext con, void *_asset) { argument
443 Context *rsc = static_cast<Context *>(con);
455 RsFile rsaFileA3DCreateFromFile(RsContext con, cons argument
[all...]
H A DrsThreadIO.h46 bool playCoreCommands(Context *con, int waitFd);
H A Drs.h43 const void* rsaAllocationGetType(RsContext con, RsAllocation va);
H A DrsContext.cpp58 Context::PushState::PushState(Context *con) { argument
59 mRsc = con;
60 if (con->mIsGraphicsContext) {
61 mFragment.set(con->getProgramFragment());
62 mVertex.set(con->getProgramVertex());
63 mStore.set(con->getProgramStore());
64 mRaster.set(con->getProgramRaster());
65 mFont.set(con->getFont());
820 void rsaGetName(RsContext con, void * obj, const char **name) { argument
H A DrsMesh.cpp295 void rsaMeshGetVertexBufferCount(RsContext con, RsMesh mv, int32_t *numVtx) { argument
300 void rsaMeshGetIndexCount(RsContext con, RsMesh mv, int32_t *numIdx) { argument
305 void rsaMeshGetVertices(RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount) { argument
315 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idxDataCount) { argument
H A DrsElement.cpp410 void rsaElementGetNativeData(RsContext con, RsElement elem, argument
423 void rsaElementGetSubElements(RsContext con, RsElement elem, uint32_t *ids, argument
H A DrsType.cpp317 void rsaTypeGetNativeData(RsContext con, RsType type, uint32_t *typeData, uint32_t typeDataSize) { argument
/frameworks/support/renderscript/v8/rs_support/
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 DrsThreadIO.h46 bool playCoreCommands(Context *con, int waitFd);
H A Drs.h43 const void* rsaAllocationGetType(RsContext con, RsAllocation va);
H A DrsContext.cpp54 Context::PushState::PushState(Context *con) { argument
55 mRsc = con;
483 void rsaGetName(RsContext con, void * obj, const char **name) { argument
H A DrsElement.cpp410 void rsaElementGetNativeData(RsContext con, RsElement elem, argument
423 void rsaElementGetSubElements(RsContext con, RsElement elem, uint32_t *ids, 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.cpp63 RSReflectionBase::RSReflectionBase(const RSContext *con) { argument
64 mRSContext = con;
H A Dslang_rs_reflection_cpp.cpp44 RSReflectionCpp::RSReflectionCpp(const RSContext *con) : argument
45 RSReflectionBase(con) {
/frameworks/base/core/jni/
H A Dandroid_os_SELinux.cpp176 * con: the new security context of the file system object
180 static jboolean setFileCon(JNIEnv *env, jobject clazz, jstring path, jstring con) { argument
190 if (con == NULL) {
196 const char *constant_con = env->GetStringUTFChars(con, NULL);
209 env->ReleaseStringUTFChars(con, constant_con);
/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);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppCacheTest.java206 Context con = super.getContext();
208 FileOutputStream fos = con.openFileOutput(fileName, Context.MODE_PRIVATE);
221 Context con = super.getContext();
222 File file = new File(con.getCacheDir(), fileName);
405 Context con = super.getContext();

Completed in 532 milliseconds

12