HomeSort by relevance Sort by last modified time
    Searched refs:nAllocationData2D (Results 1 - 6 of 6) sorted by null

  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java 837 mRS.nAllocationData2D(getIDSafe(), off, 0,
863 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID,
870 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID,
877 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID,
884 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID,
    [all...]
RenderScript.java 409 synchronized void nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff,
424 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) {
429 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) {
434 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) {
439 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) {
444 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) {
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Allocation.java     [all...]
RenderScript.java 457 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff,
473 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face,
480 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) {
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 705 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face,
    [all...]

Completed in 292 milliseconds