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

/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);
1368 {"rsnAllocationCreateTyped", "(IIIII)I", (void*)nAllocationCreateTyped },
/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

Completed in 13 milliseconds