OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rsnAllocationElementData1D
(Results
1 - 3
of
3
) sorted by null
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java
316
native void
rsnAllocationElementData1D
(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes);
319
rsnAllocationElementData1D
(mContext, id, xoff, mip, compIdx, d, sizeBytes);
[
all
...]
/frameworks/base/graphics/java/android/renderscript/
RenderScript.java
438
native void
rsnAllocationElementData1D
(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes);
441
rsnAllocationElementData1D
(mContext, id, xoff, mip, compIdx, d, sizeBytes);
[
all
...]
/prebuilts/sdk/renderscript/lib/
javalib.jar
Completed in 59 milliseconds