Searched refs:nAllocationCreateTyped (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java1018 int id = rs.nAllocationCreateTyped(type.getID(rs), mips.mID, usage, 0);
1073 int id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0);
H A DRenderScript.java255 synchronized int nAllocationCreateTyped(int type, int mip, int usage, int pointer) { method in class:RenderScript
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocation.java910 int id = rs.nAllocationCreateTyped(type.getID(rs), mips.mID, usage, 0);
965 int id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0);
H A DRenderScript.java186 synchronized int nAllocationCreateTyped(int type, int mip, int usage, int pointer) { method in class:RenderScript
/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/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 438 milliseconds