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

/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp321 nAllocationCreateTyped(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mips, jint usage, jint pointer) function
323 LOG_API("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)", con, (RsElement)type, mips, usage, (void *)pointer);
1019 {"rsnAllocationCreateTyped", "(IIIII)I", (void*)nAllocationCreateTyped },
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp459 nAllocationCreateTyped(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mips, jint usage, jint pointer) function
461 LOG_API("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)", con, (RsElement)type, mips, usage, (void *)pointer);
1603 {"rsnAllocationCreateTyped", "(IIIII)I", (void*)nAllocationCreateTyped },
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java226 synchronized int nAllocationCreateTyped(int type, int mip, int usage, int pointer) { method in class:RenderScript
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java338 synchronized int nAllocationCreateTyped(int type, int mip, int usage, int pointer) { method in class:RenderScript

Completed in 118 milliseconds