OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rsnAllocationRead
(Results
1 - 3
of
3
) sorted by null
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java
408
native void
rsnAllocationRead
(int con, int id, byte[] d);
411
rsnAllocationRead
(mContext, id, d);
413
native void
rsnAllocationRead
(int con, int id, short[] d);
416
rsnAllocationRead
(mContext, id, d);
418
native void
rsnAllocationRead
(int con, int id, int[] d);
421
rsnAllocationRead
(mContext, id, d);
423
native void
rsnAllocationRead
(int con, int id, float[] d);
426
rsnAllocationRead
(mContext, id, d);
[
all
...]
/frameworks/base/graphics/java/android/renderscript/
RenderScript.java
502
native void
rsnAllocationRead
(int con, int id, byte[] d);
505
rsnAllocationRead
(mContext, id, d);
507
native void
rsnAllocationRead
(int con, int id, short[] d);
510
rsnAllocationRead
(mContext, id, d);
512
native void
rsnAllocationRead
(int con, int id, int[] d);
515
rsnAllocationRead
(mContext, id, d);
517
native void
rsnAllocationRead
(int con, int id, float[] d);
520
rsnAllocationRead
(mContext, id, d);
[
all
...]
/prebuilts/sdk/renderscript/lib/
javalib.jar
Completed in 34 milliseconds