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
444
native void
rsnAllocationData2D
(int con,
456
rsnAllocationData2D
(mContext,
464
native void
rsnAllocationData2D
(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes);
467
rsnAllocationData2D
(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
469
native void
rsnAllocationData2D
(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes);
472
rsnAllocationData2D
(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
474
native void
rsnAllocationData2D
(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes);
477
rsnAllocationData2D
(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
479
native void
rsnAllocationData2D
(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes);
482
rsnAllocationData2D
(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes)
[
all
...]
/prebuilts/sdk/renderscript/lib/
javalib.jar
Completed in 2277 milliseconds