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

  /frameworks/base/graphics/java/android/renderscript/
Allocation.java 390 mRS.nAllocationIoReceive(getID(mRS));
    [all...]
RenderScript.java 313 synchronized void nAllocationIoReceive(int alloc) {
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 511 nAllocationIoReceive(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc)
513 LOG_API("nAllocationIoReceive, con(%p), alloc(%p)", con, alloc);
    [all...]

Completed in 1104 milliseconds