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

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

Completed in 47 milliseconds