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

  /frameworks/base/graphics/java/android/renderscript/
Allocation.java 369 mRS.nAllocationIoSend(getID(mRS));
    [all...]
RenderScript.java 308 synchronized void nAllocationIoSend(int alloc) {
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 504 nAllocationIoSend(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc)
506 LOG_API("nAllocationIoSend, con(%p), alloc(%p)", con, alloc);
    [all...]

Completed in 22 milliseconds