Lines Matching refs:con

70     native int nContextGetUserMessage(int con, int[] data);
71 native String nContextGetErrorMessage(int con);
72 native int nContextPeekMessage(int con, int[] subID);
73 native void nContextInitToClient(int con);
74 native void nContextDeinitToClient(int con);
224 native void rsnContextDestroy(int con);
240 native void rsnContextSetPriority(int con, int p);
245 native void rsnContextDump(int con, int bits);
250 native void rsnContextFinish(int con);
256 native void rsnContextSendMessage(int con, int id, int[] data);
263 native void rsnObjDestroy(int con, int id);
273 native int rsnElementCreate(int con, int type, int kind, boolean norm, int vecSize);
278 native int rsnElementCreate2(int con, int[] elements, String[] names, int[] arraySizes);
283 native void rsnElementGetNativeData(int con, int id, int[] elementData);
288 native void rsnElementGetSubElements(int con, int id,
295 native int rsnTypeCreate(int con, int eid, int x, int y, int z, boolean mips, boolean faces, int yuv);
300 native void rsnTypeGetNativeData(int con, int id, int[] typeData);
306 native int rsnAllocationCreateTyped(int con, int type, int mip, int usage, int pointer);
311 native int rsnAllocationCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage);
317 native int rsnAllocationCreateBitmapBackedAllocation(int con, int type, int mip, Bitmap bmp, int usage);
324 native int rsnAllocationCubeCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage);
329 native int rsnAllocationCreateBitmapRef(int con, int type, Bitmap bmp);
334 native int rsnAllocationCreateFromAssetStream(int con, int mips, int assetStream, int usage);
340 native void rsnAllocationCopyToBitmap(int con, int alloc, Bitmap bmp);
347 native void rsnAllocationSyncAll(int con, int alloc, int src);
352 native void rsnAllocationIoSend(int con, int alloc);
357 native void rsnAllocationIoReceive(int con, int alloc);
364 native void rsnAllocationGenerateMipmaps(int con, int alloc);
369 native void rsnAllocationCopyFromBitmap(int con, int alloc, Bitmap bmp);
376 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes);
381 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes);
386 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes);
391 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes);
397 native void rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes);
403 native void rsnAllocationData2D(int con,
423 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes);
428 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes);
433 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes);
438 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes);
443 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b);
449 native void rsnAllocationData3D(int con,
467 native void rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes);
472 native void rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes);
477 native void rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes);
482 native void rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes);
489 native void rsnAllocationRead(int con, int id, byte[] d);
494 native void rsnAllocationRead(int con, int id, short[] d);
499 native void rsnAllocationRead(int con, int id, int[] d);
504 native void rsnAllocationRead(int con, int id, float[] d);
509 native int rsnAllocationGetType(int con, int id);
515 native void rsnAllocationResize1D(int con, int id, int dimX);
520 native void rsnAllocationResize2D(int con, int id, int dimX, int dimY);
526 native void rsnScriptBindAllocation(int con, int script, int alloc, int slot);
531 native void rsnScriptSetTimeZone(int con, int script, byte[] timeZone);
536 native void rsnScriptInvoke(int con, int id, int slot);
541 native void rsnScriptForEach(int con, int id, int slot, int ain, int aout, byte[] params);
542 native void rsnScriptForEach(int con, int id, int slot, int ain, int aout);
543 native void rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, byte[] params,
545 native void rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout,
566 native void rsnScriptInvokeV(int con, int id, int slot, byte[] params);
571 native void rsnScriptSetVarI(int con, int id, int slot, int val);
576 native void rsnScriptSetVarJ(int con, int id, int slot, long val);
581 native void rsnScriptSetVarF(int con, int id, int slot, float val);
586 native void rsnScriptSetVarD(int con, int id, int slot, double val);
591 native void rsnScriptSetVarV(int con, int id, int slot, byte[] val);
596 native void rsnScriptSetVarVE(int con, int id, int slot, byte[] val,
603 native void rsnScriptSetVarObj(int con, int id, int slot, int val);
609 native int rsnScriptCCreate(int con, String resName, String cacheDir,
616 native int rsnScriptIntrinsicCreate(int con, int id, int eid);
622 native int rsnScriptKernelIDCreate(int con, int sid, int slot, int sig);
628 native int rsnScriptFieldIDCreate(int con, int sid, int slot);
634 native int rsnScriptGroupCreate(int con, int[] kernels, int[] src, int[] dstk, int[] dstf, int[] types);
640 native void rsnScriptGroupSetInput(int con, int group, int kernel, int alloc);
646 native void rsnScriptGroupSetOutput(int con, int group, int kernel, int alloc);
652 native void rsnScriptGroupExecute(int con, int group);
658 native int rsnSamplerCreate(int con, int magFilter, int minFilter,