Lines Matching refs:id

163         ContextType(int id) {
164 mID = id;
236 native void rsnContextSendMessage(int con, int id, int[] data);
237 synchronized void nContextSendMessage(int id, int[] data) {
239 rsnContextSendMessage(mContext, id, data);
294 native void rsnObjDestroy(int con, int id);
295 void nObjDestroy(int id) {
300 rsnObjDestroy(mContext, id);
314 native void rsnElementGetNativeData(int con, int id, int[] elementData);
315 synchronized void nElementGetNativeData(int id, int[] elementData) {
317 rsnElementGetNativeData(mContext, id, elementData);
319 native void rsnElementGetSubElements(int con, int id,
321 synchronized void nElementGetSubElements(int id, int[] IDs, String[] names, int[] arraySizes) {
323 rsnElementGetSubElements(mContext, id, IDs, names, arraySizes);
331 native void rsnTypeGetNativeData(int con, int id, int[] typeData);
332 synchronized void nTypeGetNativeData(int id, int[] typeData) {
334 rsnTypeGetNativeData(mContext, id, typeData);
417 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes);
418 synchronized void nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) {
420 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
422 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes);
423 synchronized void nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes) {
425 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
427 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes);
428 synchronized void nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) {
430 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
432 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes);
433 synchronized void nAllocationData1D(int id, int off, int mip, int count, float[] d, int sizeBytes) {
435 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
438 native void rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes);
439 synchronized void nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) {
441 rsnAllocationElementData1D(mContext, id, xoff, mip, compIdx, d, sizeBytes);
464 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes);
465 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) {
467 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
469 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes);
470 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) {
472 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
474 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes);
475 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) {
477 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
479 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes);
480 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) {
482 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
484 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b);
485 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) {
487 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, b);
508 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);
509 synchronized void nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) {
511 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes);
513 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);
514 synchronized void nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) {
516 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes);
518 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);
519 synchronized void nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes) {
521 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes);
523 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);
524 synchronized void nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes) {
526 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes);
530 native void rsnAllocationRead(int con, int id, byte[] d);
531 synchronized void nAllocationRead(int id, byte[] d) {
533 rsnAllocationRead(mContext, id, d);
535 native void rsnAllocationRead(int con, int id, short[] d);
536 synchronized void nAllocationRead(int id, short[] d) {
538 rsnAllocationRead(mContext, id, d);
540 native void rsnAllocationRead(int con, int id, int[] d);
541 synchronized void nAllocationRead(int id, int[] d) {
543 rsnAllocationRead(mContext, id, d);
545 native void rsnAllocationRead(int con, int id, float[] d);
546 synchronized void nAllocationRead(int id, float[] d) {
548 rsnAllocationRead(mContext, id, d);
550 native int rsnAllocationGetType(int con, int id);
551 synchronized int nAllocationGetType(int id) {
553 return rsnAllocationGetType(mContext, id);
556 native void rsnAllocationResize1D(int con, int id, int dimX);
557 synchronized void nAllocationResize1D(int id, int dimX) {
559 rsnAllocationResize1D(mContext, id, dimX);
620 native void rsnScriptInvoke(int con, int id, int slot);
621 synchronized void nScriptInvoke(int id, int slot) {
623 rsnScriptInvoke(mContext, id, slot);
625 native void rsnScriptForEach(int con, int id, int slot, int ain, int aout, byte[] params);
626 native void rsnScriptForEach(int con, int id, int slot, int ain, int aout);
627 native void rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, byte[] params,
629 native void rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout,
631 synchronized void nScriptForEach(int id, int slot, int ain, int aout, byte[] params) {
634 rsnScriptForEach(mContext, id, slot, ain, aout);
636 rsnScriptForEach(mContext, id, slot, ain, aout, params);
640 synchronized void nScriptForEachClipped(int id, int slot, int ain, int aout, byte[] params,
644 rsnScriptForEachClipped(mContext, id, slot, ain, aout, xstart, xend, ystart, yend, zstart, zend);
646 rsnScriptForEachClipped(mContext, id, slot, ain, aout, params, xstart, xend, ystart, yend, zstart, zend);
650 native void rsnScriptInvokeV(int con, int id, int slot, byte[] params);
651 synchronized void nScriptInvokeV(int id, int slot, byte[] params) {
653 rsnScriptInvokeV(mContext, id, slot, params);
656 native void rsnScriptSetVarI(int con, int id, int slot, int val);
657 synchronized void nScriptSetVarI(int id, int slot, int val) {
659 rsnScriptSetVarI(mContext, id, slot, val);
661 native int rsnScriptGetVarI(int con, int id, int slot);
662 synchronized int nScriptGetVarI(int id, int slot) {
664 return rsnScriptGetVarI(mContext, id, slot);
667 native void rsnScriptSetVarJ(int con, int id, int slot, long val);
668 synchronized void nScriptSetVarJ(int id, int slot, long val) {
670 rsnScriptSetVarJ(mContext, id, slot, val);
672 native long rsnScriptGetVarJ(int con, int id, int slot);
673 synchronized long nScriptGetVarJ(int id, int slot) {
675 return rsnScriptGetVarJ(mContext, id, slot);
678 native void rsnScriptSetVarF(int con, int id, int slot, float val);
679 synchronized void nScriptSetVarF(int id, int slot, float val) {
681 rsnScriptSetVarF(mContext, id, slot, val);
683 native float rsnScriptGetVarF(int con, int id, int slot);
684 synchronized float nScriptGetVarF(int id, int slot) {
686 return rsnScriptGetVarF(mContext, id, slot);
688 native void rsnScriptSetVarD(int con, int id, int slot, double val);
689 synchronized void nScriptSetVarD(int id, int slot, double val) {
691 rsnScriptSetVarD(mContext, id, slot, val);
693 native double rsnScriptGetVarD(int con, int id, int slot);
694 synchronized double nScriptGetVarD(int id, int slot) {
696 return rsnScriptGetVarD(mContext, id, slot);
698 native void rsnScriptSetVarV(int con, int id, int slot, byte[] val);
699 synchronized void nScriptSetVarV(int id, int slot, byte[] val) {
701 rsnScriptSetVarV(mContext, id, slot, val);
703 native void rsnScriptGetVarV(int con, int id, int slot, byte[] val);
704 synchronized void nScriptGetVarV(int id, int slot, byte[] val) {
706 rsnScriptGetVarV(mContext, id, slot, val);
708 native void rsnScriptSetVarVE(int con, int id, int slot, byte[] val,
710 synchronized void nScriptSetVarVE(int id, int slot, byte[] val,
713 rsnScriptSetVarVE(mContext, id, slot, val, e, dims);
715 native void rsnScriptSetVarObj(int con, int id, int slot, int val);
716 synchronized void nScriptSetVarObj(int id, int slot, int val) {
718 rsnScriptSetVarObj(mContext, id, slot, val);
728 native int rsnScriptIntrinsicCreate(int con, int id, int eid);
729 synchronized int nScriptIntrinsicCreate(int id, int eid) {
731 return rsnScriptIntrinsicCreate(mContext, id, eid);
826 native int rsnMeshGetVertexBufferCount(int con, int id);
827 synchronized int nMeshGetVertexBufferCount(int id) {
829 return rsnMeshGetVertexBufferCount(mContext, id);
831 native int rsnMeshGetIndexCount(int con, int id);
832 synchronized int nMeshGetIndexCount(int id) {
834 return rsnMeshGetIndexCount(mContext, id);
836 native void rsnMeshGetVertices(int con, int id, int[] vtxIds, int vtxIdCount);
837 synchronized void nMeshGetVertices(int id, int[] vtxIds, int vtxIdCount) {
839 rsnMeshGetVertices(mContext, id, vtxIds, vtxIdCount);
841 native void rsnMeshGetIndices(int con, int id, int[] idxIds, int[] primitives, int vtxIdCount);
842 synchronized void nMeshGetIndices(int id, int[] idxIds, int[] primitives, int vtxIdCount) {
844 rsnMeshGetIndices(mContext, id, idxIds, primitives, vtxIdCount);
995 * @param id
998 public void sendMessage(int id, int[] data) {
999 nContextSendMessage(id, data);
1041 Priority(int id) {
1042 mID = id;
1086 // used typed allocations where the message id is the type indicator.