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

  /frameworks/support/renderscript/v8/jni/
android_renderscript_RenderScript.cpp 461 nAllocationElementData1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint compIdx, jbyteArray data, int sizeBytes)
464 LOG_API("nAllocationElementData1D, con(%p), alloc(%p), offset(%i), comp(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, compIdx, len, sizeBytes);
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 637 nAllocationElementData1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint compIdx, jbyteArray data, int sizeBytes)
640 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/renderscript/v8/java/src/android/support/v8/renderscript/
RenderScript.java 259 synchronized void nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) {
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 353 synchronized void nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) {
    [all...]

Completed in 167 milliseconds