OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rsnAllocationData3D
(Results
1 - 3
of
3
) sorted by null
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java
368
native void
rsnAllocationData3D
(int con,
380
rsnAllocationData3D
(mContext,
386
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);
389
rsnAllocationData3D
(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes);
391
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);
394
rsnAllocationData3D
(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes);
396
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);
399
rsnAllocationData3D
(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes);
401
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);
404
rsnAllocationData3D
(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes)
[
all
...]
/frameworks/base/graphics/java/android/renderscript/
RenderScript.java
490
native void
rsnAllocationData3D
(int con,
502
rsnAllocationData3D
(mContext,
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);
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);
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);
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);
526
rsnAllocationData3D
(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes)
[
all
...]
/prebuilts/sdk/renderscript/lib/
javalib.jar
Completed in 26 milliseconds