HomeSort by relevance Sort by last modified time
    Searched defs:nAllocationElementData1D (Results 1 - 5 of 5) 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/base/graphics/jni/
android_renderscript_RenderScript.cpp 650 nAllocationElementData1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint compIdx, jbyteArray data, int sizeBytes)
653 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/
RenderScript.java 311 synchronized void nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) {
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 388 synchronized void nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) {
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 111 milliseconds