OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rsnAllocationData2D
(Results
1 - 3
of
3
) sorted by null
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java
322
native void
rsnAllocationData2D
(int con,
334
rsnAllocationData2D
(mContext,
342
native void
rsnAllocationData2D
(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes);
345
rsnAllocationData2D
(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
347
native void
rsnAllocationData2D
(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes);
350
rsnAllocationData2D
(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
352
native void
rsnAllocationData2D
(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes);
355
rsnAllocationData2D
(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
357
native void
rsnAllocationData2D
(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes);
360
rsnAllocationData2D
(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes)
[
all
...]
/frameworks/base/graphics/java/android/renderscript/
RenderScript.java
416
native void
rsnAllocationData2D
(int con,
428
rsnAllocationData2D
(mContext,
436
native void
rsnAllocationData2D
(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes);
439
rsnAllocationData2D
(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
441
native void
rsnAllocationData2D
(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes);
444
rsnAllocationData2D
(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
446
native void
rsnAllocationData2D
(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes);
449
rsnAllocationData2D
(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
451
native void
rsnAllocationData2D
(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes);
454
rsnAllocationData2D
(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes)
[
all
...]
/prebuilts/sdk/renderscript/lib/
javalib.jar
Completed in 28 milliseconds