Lines Matching refs:id
198 ContextType(int id) { in ContextType() argument
199 mID = id; in ContextType()
276 native void rsnContextSendMessage(long con, int id, int[] data); in rsnContextSendMessage() argument
277 synchronized void nContextSendMessage(int id, int[] data) { in nContextSendMessage() argument
279 rsnContextSendMessage(mContext, id, data); in nContextSendMessage()
398 native void rsnObjDestroy(long con, long id); in rsnObjDestroy() argument
399 void nObjDestroy(long id) { in nObjDestroy() argument
404 rsnObjDestroy(mContext, id); in nObjDestroy()
418 native void rsnElementGetNativeData(long con, long id, int[] elementData); in rsnElementGetNativeData() argument
419 synchronized void nElementGetNativeData(long id, int[] elementData) { in nElementGetNativeData() argument
421 rsnElementGetNativeData(mContext, id, elementData); in nElementGetNativeData()
423 native void rsnElementGetSubElements(long con, long id, in rsnElementGetSubElements() argument
425 … synchronized void nElementGetSubElements(long id, long[] IDs, String[] names, int[] arraySizes) { in nElementGetSubElements() argument
427 rsnElementGetSubElements(mContext, id, IDs, names, arraySizes); in nElementGetSubElements()
435 native void rsnTypeGetNativeData(long con, long id, long[] typeData); in rsnTypeGetNativeData() argument
436 synchronized void nTypeGetNativeData(long id, long[] typeData) { in nTypeGetNativeData() argument
438 rsnTypeGetNativeData(mContext, id, typeData); in nTypeGetNativeData()
535 …native void rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int size… in rsnAllocationData1D() argument
537 …synchronized void nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes,… in nAllocationData1D() argument
540 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding); in nAllocationData1D()
543 …native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int … in rsnAllocationElementData() argument
544 …synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compI… in nAllocationElementData() argument
546 rsnAllocationElementData(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes); in nAllocationElementData()
569 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, in rsnAllocationData2D() argument
572 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, in nAllocationData2D() argument
576 …rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePad… in nAllocationData2D()
579 …native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b… in rsnAllocationData2D() argument
580 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) { in nAllocationData2D() argument
582 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, b); in nAllocationData2D()
603 native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip, in rsnAllocationData3D() argument
606 synchronized void nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip, in nAllocationData3D() argument
610 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes, in nAllocationData3D()
614 … native void rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolean usePadding); in rsnAllocationRead() argument
615 …synchronized void nAllocationRead(long id, Object d, Element.DataType dt, int mSize, boolean usePa… in nAllocationRead() argument
617 rsnAllocationRead(mContext, id, d, dt.mID, mSize, usePadding); in nAllocationRead()
620 native void rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, in rsnAllocationRead1D() argument
622 synchronized void nAllocationRead1D(long id, int off, int mip, int count, Object d, in nAllocationRead1D() argument
625 rsnAllocationRead1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding); in nAllocationRead1D()
628 native void rsnAllocationElementRead(long con,long id, int xoff, int yoff, int zoff, in rsnAllocationElementRead() argument
630 synchronized void nAllocationElementRead(long id, int xoff, int yoff, int zoff, in nAllocationElementRead() argument
633 rsnAllocationElementRead(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes); in nAllocationElementRead()
636 native void rsnAllocationRead2D(long con, long id, int xoff, int yoff, int mip, int face, in rsnAllocationRead2D() argument
639 synchronized void nAllocationRead2D(long id, int xoff, int yoff, int mip, int face, in nAllocationRead2D() argument
643 …rsnAllocationRead2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePad… in nAllocationRead2D()
646 native void rsnAllocationRead3D(long con, long id, int xoff, int yoff, int zoff, int mip, in rsnAllocationRead3D() argument
649 synchronized void nAllocationRead3D(long id, int xoff, int yoff, int zoff, int mip, in nAllocationRead3D() argument
653 …rsnAllocationRead3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes, dt.mID, mSize,… in nAllocationRead3D()
656 native long rsnAllocationGetType(long con, long id); in rsnAllocationGetType() argument
657 synchronized long nAllocationGetType(long id) { in nAllocationGetType() argument
659 return rsnAllocationGetType(mContext, id); in nAllocationGetType()
662 native void rsnAllocationResize1D(long con, long id, int dimX); in rsnAllocationResize1D() argument
663 synchronized void nAllocationResize1D(long id, int dimX) { in nAllocationResize1D() argument
665 rsnAllocationResize1D(mContext, id, dimX); in nAllocationResize1D()
674 native void rsnAllocationAdapterOffset(long con, long id, int x, int y, int z, in rsnAllocationAdapterOffset() argument
676 synchronized void nAllocationAdapterOffset(long id, int x, int y, int z, in nAllocationAdapterOffset() argument
679 rsnAllocationAdapterOffset(mContext, id, x, y, z, mip, face, a1, a2, a3, a4); in nAllocationAdapterOffset()
740 native void rsnScriptInvoke(long con, long id, int slot); in rsnScriptInvoke() argument
741 synchronized void nScriptInvoke(long id, int slot) { in nScriptInvoke() argument
743 rsnScriptInvoke(mContext, id, slot); in nScriptInvoke()
746 native void rsnScriptForEach(long con, long id, int slot, long[] ains, in rsnScriptForEach() argument
749 synchronized void nScriptForEach(long id, int slot, long[] ains, long aout, in nScriptForEach() argument
752 rsnScriptForEach(mContext, id, slot, ains, aout, params, limits); in nScriptForEach()
755 native void rsnScriptReduce(long con, long id, int slot, long[] ains, in rsnScriptReduce() argument
757 synchronized void nScriptReduce(long id, int slot, long ains[], long aout, in nScriptReduce() argument
760 rsnScriptReduce(mContext, id, slot, ains, aout, limits); in nScriptReduce()
763 native void rsnScriptInvokeV(long con, long id, int slot, byte[] params); in rsnScriptInvokeV() argument
764 synchronized void nScriptInvokeV(long id, int slot, byte[] params) { in nScriptInvokeV() argument
766 rsnScriptInvokeV(mContext, id, slot, params); in nScriptInvokeV()
769 native void rsnScriptSetVarI(long con, long id, int slot, int val); in rsnScriptSetVarI() argument
770 synchronized void nScriptSetVarI(long id, int slot, int val) { in nScriptSetVarI() argument
772 rsnScriptSetVarI(mContext, id, slot, val); in nScriptSetVarI()
774 native int rsnScriptGetVarI(long con, long id, int slot); in rsnScriptGetVarI() argument
775 synchronized int nScriptGetVarI(long id, int slot) { in nScriptGetVarI() argument
777 return rsnScriptGetVarI(mContext, id, slot); in nScriptGetVarI()
780 native void rsnScriptSetVarJ(long con, long id, int slot, long val); in rsnScriptSetVarJ() argument
781 synchronized void nScriptSetVarJ(long id, int slot, long val) { in nScriptSetVarJ() argument
783 rsnScriptSetVarJ(mContext, id, slot, val); in nScriptSetVarJ()
785 native long rsnScriptGetVarJ(long con, long id, int slot); in rsnScriptGetVarJ() argument
786 synchronized long nScriptGetVarJ(long id, int slot) { in nScriptGetVarJ() argument
788 return rsnScriptGetVarJ(mContext, id, slot); in nScriptGetVarJ()
791 native void rsnScriptSetVarF(long con, long id, int slot, float val); in rsnScriptSetVarF() argument
792 synchronized void nScriptSetVarF(long id, int slot, float val) { in nScriptSetVarF() argument
794 rsnScriptSetVarF(mContext, id, slot, val); in nScriptSetVarF()
796 native float rsnScriptGetVarF(long con, long id, int slot); in rsnScriptGetVarF() argument
797 synchronized float nScriptGetVarF(long id, int slot) { in nScriptGetVarF() argument
799 return rsnScriptGetVarF(mContext, id, slot); in nScriptGetVarF()
801 native void rsnScriptSetVarD(long con, long id, int slot, double val); in rsnScriptSetVarD() argument
802 synchronized void nScriptSetVarD(long id, int slot, double val) { in nScriptSetVarD() argument
804 rsnScriptSetVarD(mContext, id, slot, val); in nScriptSetVarD()
806 native double rsnScriptGetVarD(long con, long id, int slot); in rsnScriptGetVarD() argument
807 synchronized double nScriptGetVarD(long id, int slot) { in nScriptGetVarD() argument
809 return rsnScriptGetVarD(mContext, id, slot); in nScriptGetVarD()
811 native void rsnScriptSetVarV(long con, long id, int slot, byte[] val); in rsnScriptSetVarV() argument
812 synchronized void nScriptSetVarV(long id, int slot, byte[] val) { in nScriptSetVarV() argument
814 rsnScriptSetVarV(mContext, id, slot, val); in nScriptSetVarV()
816 native void rsnScriptGetVarV(long con, long id, int slot, byte[] val); in rsnScriptGetVarV() argument
817 synchronized void nScriptGetVarV(long id, int slot, byte[] val) { in nScriptGetVarV() argument
819 rsnScriptGetVarV(mContext, id, slot, val); in nScriptGetVarV()
821 native void rsnScriptSetVarVE(long con, long id, int slot, byte[] val, in rsnScriptSetVarVE() argument
823 synchronized void nScriptSetVarVE(long id, int slot, byte[] val, in nScriptSetVarVE() argument
826 rsnScriptSetVarVE(mContext, id, slot, val, e, dims); in nScriptSetVarVE()
828 native void rsnScriptSetVarObj(long con, long id, int slot, long val); in rsnScriptSetVarObj() argument
829 synchronized void nScriptSetVarObj(long id, int slot, long val) { in nScriptSetVarObj() argument
831 rsnScriptSetVarObj(mContext, id, slot, val); in nScriptSetVarObj()
841 native long rsnScriptIntrinsicCreate(long con, int id, long eid); in rsnScriptIntrinsicCreate() argument
842 synchronized long nScriptIntrinsicCreate(int id, long eid) { in nScriptIntrinsicCreate() argument
844 return rsnScriptIntrinsicCreate(mContext, id, eid); in nScriptIntrinsicCreate()
945 native int rsnMeshGetVertexBufferCount(long con, long id); in rsnMeshGetVertexBufferCount() argument
946 synchronized int nMeshGetVertexBufferCount(long id) { in nMeshGetVertexBufferCount() argument
948 return rsnMeshGetVertexBufferCount(mContext, id); in nMeshGetVertexBufferCount()
950 native int rsnMeshGetIndexCount(long con, long id); in rsnMeshGetIndexCount() argument
951 synchronized int nMeshGetIndexCount(long id) { in nMeshGetIndexCount() argument
953 return rsnMeshGetIndexCount(mContext, id); in nMeshGetIndexCount()
955 native void rsnMeshGetVertices(long con, long id, long[] vtxIds, int vtxIdCount); in rsnMeshGetVertices() argument
956 synchronized void nMeshGetVertices(long id, long[] vtxIds, int vtxIdCount) { in nMeshGetVertices() argument
958 rsnMeshGetVertices(mContext, id, vtxIds, vtxIdCount); in nMeshGetVertices()
960 … native void rsnMeshGetIndices(long con, long id, long[] idxIds, int[] primitives, int vtxIdCount); in rsnMeshGetIndices() argument
961 synchronized void nMeshGetIndices(long id, long[] idxIds, int[] primitives, int vtxIdCount) { in nMeshGetIndices() argument
963 rsnMeshGetIndices(mContext, id, idxIds, primitives, vtxIdCount); in nMeshGetIndices()
966 native void rsnScriptIntrinsicBLAS_Single(long con, long id, int func, int TransA, in rsnScriptIntrinsicBLAS_Single() argument
970 synchronized void nScriptIntrinsicBLAS_Single(long id, int func, int TransA, in nScriptIntrinsicBLAS_Single() argument
975 …rsnScriptIntrinsicBLAS_Single(mContext, id, func, TransA, TransB, Side, Uplo, Diag, M, N, K, alpha… in nScriptIntrinsicBLAS_Single()
978 native void rsnScriptIntrinsicBLAS_Double(long con, long id, int func, int TransA, in rsnScriptIntrinsicBLAS_Double() argument
982 synchronized void nScriptIntrinsicBLAS_Double(long id, int func, int TransA, in nScriptIntrinsicBLAS_Double() argument
987 …rsnScriptIntrinsicBLAS_Double(mContext, id, func, TransA, TransB, Side, Uplo, Diag, M, N, K, alpha… in nScriptIntrinsicBLAS_Double()
990 native void rsnScriptIntrinsicBLAS_Complex(long con, long id, int func, int TransA, in rsnScriptIntrinsicBLAS_Complex() argument
994 synchronized void nScriptIntrinsicBLAS_Complex(long id, int func, int TransA, in nScriptIntrinsicBLAS_Complex() argument
999 …rsnScriptIntrinsicBLAS_Complex(mContext, id, func, TransA, TransB, Side, Uplo, Diag, M, N, K, alph… in nScriptIntrinsicBLAS_Complex()
1002 native void rsnScriptIntrinsicBLAS_Z(long con, long id, int func, int TransA, in rsnScriptIntrinsicBLAS_Z() argument
1006 synchronized void nScriptIntrinsicBLAS_Z(long id, int func, int TransA, in nScriptIntrinsicBLAS_Z() argument
1011 …rsnScriptIntrinsicBLAS_Z(mContext, id, func, TransA, TransB, Side, Uplo, Diag, M, N, K, alphaX, al… in nScriptIntrinsicBLAS_Z()
1014 native void rsnScriptIntrinsicBLAS_BNNM(long con, long id, int M, int N, int K, in rsnScriptIntrinsicBLAS_BNNM() argument
1017 synchronized void nScriptIntrinsicBLAS_BNNM(long id, int M, int N, int K, in nScriptIntrinsicBLAS_BNNM() argument
1021 …rsnScriptIntrinsicBLAS_BNNM(mContext, id, M, N, K, A, a_offset, B, b_offset, C, c_offset, c_mult_i… in nScriptIntrinsicBLAS_BNNM()
1177 public void sendMessage(int id, int[] data) { in sendMessage() argument
1178 nContextSendMessage(id, data); in sendMessage()
1222 Priority(int id) { in Priority() argument
1223 mID = id; in Priority()