Searched defs:nAllocationAdapterCreate (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
H A D | RenderScript.java | 669 synchronized long nAllocationAdapterCreate(long allocId, long typeId) { method in class:RenderScript
|
/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1624 nAllocationAdapterCreate(JNIEnv *_env, jobject _this, jlong con, jlong basealloc, jlong type) function 1627 ALOGD("nAllocationAdapterCreate, con(%p), base(%p), type(%p)", 2899 {"rsnAllocationAdapterCreate", "(JJJ)J", (void*)nAllocationAdapterCreate },
|
Completed in 19 milliseconds