• Home
  • Raw
  • Download

Lines Matching defs:mip

254     native int  rsnAllocationCreateTyped(int con, int type, int mip, int usage, int pointer);  in rsnAllocationCreateTyped()
255 synchronized int nAllocationCreateTyped(int type, int mip, int usage, int pointer) { in nAllocationCreateTyped()
259 native int rsnAllocationCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage); in rsnAllocationCreateFromBitmap()
260 synchronized int nAllocationCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) { in nAllocationCreateFromBitmap()
264 … native int rsnAllocationCubeCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage); in rsnAllocationCubeCreateFromBitmap()
265 synchronized int nAllocationCubeCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) { in nAllocationCubeCreateFromBitmap()
331 …native void rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeByt… in rsnAllocationData1D()
332 … synchronized void nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) { in nAllocationData1D()
336 …native void rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeB… in rsnAllocationData1D()
337 …synchronized void nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes)… in nAllocationData1D()
341 …native void rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBy… in rsnAllocationData1D()
342 …synchronized void nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) { in nAllocationData1D()
346 …native void rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeB… in rsnAllocationData1D()
347 …synchronized void nAllocationData1D(int id, int off, int mip, int count, float[] d, int sizeBytes)… in nAllocationData1D()
352 …native void rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, … in rsnAllocationElementData1D()
353 …synchronized void nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int s… in nAllocationElementData1D()
378 …native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int… in rsnAllocationData2D()
379 …synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, b… in nAllocationData2D()
383 …native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int… in rsnAllocationData2D()
384 …synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, s… in nAllocationData2D()
388 …native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int… in rsnAllocationData2D()
389 …synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, i… in nAllocationData2D()
393 …native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int… in rsnAllocationData2D()
394 …synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, f… in nAllocationData2D()
398 … native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b); in rsnAllocationData2D()
399 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) { in nAllocationData2D()