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

  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 328 nAllocationSyncAll(JNIEnv *_env, jobject _this, RsContext con, jint a, jint bits)
330 LOG_API("nAllocationSyncAll, con(%p), a(%p), bits(0x%08x)", con, (RsAllocation)a, bits);
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java 337 mRS.nAllocationSyncAll(getIDSafe(), srcLocation);
    [all...]
RenderScript.java 348 synchronized void nAllocationSyncAll(int alloc, int src) {
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 539 nAllocationSyncAll(JNIEnv *_env, jobject _this, jlong con, jlong a, jint bits)
541 LOG_API("nAllocationSyncAll, con(%p), a(%p), bits(0x%08x)", (RsContext)con, (RsAllocation)a, bits);
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Allocation.java 466 mRS.nAllocationSyncAll(getIDSafe(), srcLocation);
    [all...]
RenderScript.java 401 synchronized void nAllocationSyncAll(long alloc, int src) {
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 501 milliseconds