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

/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp318 nAllocationCreateTyped(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mips, jint usage, jint pointer) function
320 LOG_API("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)", con, (RsElement)type, mips, usage, (void *)pointer);
824 {"rsnAllocationCreateTyped", "(IIIII)I", (void*)nAllocationCreateTyped },
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java186 synchronized int nAllocationCreateTyped(int type, int mip, int usage, int pointer) { method in class:RenderScript
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java255 synchronized int nAllocationCreateTyped(int type, int mip, int usage, int pointer) { method in class:RenderScript
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp460 nAllocationCreateTyped(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mips, jint usage, jint pointer) function
462 LOG_API("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)", con, (RsElement)type, mips, usage, (void *)pointer);
1444 {"rsnAllocationCreateTyped", "(IIIII)I", (void*)nAllocationCreateTyped },

Completed in 20 milliseconds