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

  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 480 nAllocationElementData1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint compIdx, jbyteArray data, int sizeBytes)
483 LOG_API("nAllocationElementData1D, con(%p), alloc(%p), offset(%i), comp(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, compIdx, len, sizeBytes);
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java 683 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD,
    [all...]
RenderScript.java 398 synchronized void nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) {
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 694 nAllocationElementData1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint offset, jint lod, jint compIdx, jbyteArray data, jint sizeBytes)
697 LOG_API("nAllocationElementData1D, con(%p), alloc(%p), offset(%i), comp(%i), len(%i), sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, offset, compIdx, len, sizeBytes);
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Allocation.java 817 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD,
    [all...]
RenderScript.java 446 synchronized void nAllocationElementData1D(long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) {
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 92 milliseconds