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

  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 440 nAllocationSyncAll(JNIEnv *_env, jobject _this, RsContext con, jint a, jint bits)
442 LOG_API("nAllocationSyncAll, con(%p), a(%p), bits(0x%08x)", con, (RsAllocation)a, bits);
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Allocation.java 278 mRS.nAllocationSyncAll(getIDSafe(), srcLocation);
    [all...]
RenderScript.java 268 synchronized void nAllocationSyncAll(int alloc, int src) {
    [all...]

Completed in 2921 milliseconds