Searched refs:nAllocationRead_f (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp572 nAllocationRead_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jfloatArray data) function
575 LOG_API("nAllocationRead_f, con(%p), alloc(%p), len(%i)", con, (RsAllocation)alloc, len);
845 {"rsnAllocationRead", "(II[F)V", (void*)nAllocationRead_f },
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp748 nAllocationRead_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jfloatArray data) function
751 LOG_API("nAllocationRead_f, con(%p), alloc(%p), len(%i)", con, (RsAllocation)alloc, len);
1470 {"rsnAllocationRead", "(II[F)V", (void*)nAllocationRead_f },

Completed in 87 milliseconds