Home | History | Annotate | Download | only in renderscript

Lines Matching defs:nAllocationData2D

450     synchronized void nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff,
465 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] 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) {
475 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] 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) {
485 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) {