OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rsnAllocationData1D
(Results
1 - 3
of
3
) sorted by null
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java
295
native void
rsnAllocationData1D
(int con, int id, int off, int mip, int count, int[] d, int sizeBytes);
298
rsnAllocationData1D
(mContext, id, off, mip, count, d, sizeBytes);
300
native void
rsnAllocationData1D
(int con, int id, int off, int mip, int count, short[] d, int sizeBytes);
303
rsnAllocationData1D
(mContext, id, off, mip, count, d, sizeBytes);
305
native void
rsnAllocationData1D
(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes);
308
rsnAllocationData1D
(mContext, id, off, mip, count, d, sizeBytes);
310
native void
rsnAllocationData1D
(int con, int id, int off, int mip, int count, float[] d, int sizeBytes);
313
rsnAllocationData1D
(mContext, id, off, mip, count, d, sizeBytes);
[
all
...]
/frameworks/base/graphics/java/android/renderscript/
RenderScript.java
417
native void
rsnAllocationData1D
(int con, 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);
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);
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);
435
rsnAllocationData1D
(mContext, id, off, mip, count, d, sizeBytes);
[
all
...]
/prebuilts/sdk/renderscript/lib/
javalib.jar
Completed in 55 milliseconds