Searched refs:nAllocationElementData1D (Results 1 – 6 of 6) sorted by relevance
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 480 nAllocationElementData1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint … in nAllocationElementData1D() function 1032 …onElementData1D", "(IIIII[BI)V", (void*)nAllocationElementData1D },
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | Allocation.java | 683 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD, in setFromFieldPacker()
|
D | RenderScript.java | 398 …synchronized void nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int s… in nAllocationElementData1D() method in RenderScript
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 694 nAllocationElementData1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint offset, jint lod… in nAllocationElementData1D() function 1744 …onElementData1D", "(JJIII[BI)V", (void*)nAllocationElementData1D },
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 446 …synchronized void nAllocationElementData1D(long id, int xoff, int mip, int compIdx, byte[] d, int … in nAllocationElementData1D() method in RenderScript
|
D | Allocation.java | 817 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD, in setFromFieldPacker()
|