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 334 mRS.nAllocationSyncAll(getIDSafe(), srcLocation);
    [all...]
RenderScript.java 267 synchronized void nAllocationSyncAll(int alloc, int src) {
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 466 nAllocationSyncAll(JNIEnv *_env, jobject _this, RsContext con, jint a, jint bits)
468 LOG_API("nAllocationSyncAll, con(%p), a(%p), bits(0x%08x)", con, (RsAllocation)a, bits);
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Allocation.java 392 mRS.nAllocationSyncAll(getIDSafe(), srcLocation);
    [all...]
RenderScript.java 379 synchronized void nAllocationSyncAll(int alloc, int src) {
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 162 milliseconds