Searched defs:nAllocationGetType (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp583 nAllocationGetType(JNIEnv *_env, jobject _this, RsContext con, jint a) function
585 LOG_API("nAllocationGetType, con(%p), a(%p)", con, (RsAllocation)a);
846 {"rsnAllocationGetType", "(II)I", (void*)nAllocationGetType},
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java331 synchronized int nAllocationGetType(int id) { method in class:RenderScript
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java425 synchronized int nAllocationGetType(int id) { method in class:RenderScript
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp759 nAllocationGetType(JNIEnv *_env, jobject _this, RsContext con, jint a) function
761 LOG_API("nAllocationGetType, con(%p), a(%p)", con, (RsAllocation)a);
1471 {"rsnAllocationGetType", "(II)I", (void*)nAllocationGetType},

Completed in 311 milliseconds