Searched refs:nIncAllocationCreateTyped (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScript.java51 dummyAlloc = mRS.nIncAllocationCreateTyped(ain.getID(mRS), dInType, xBytesSize);
H A DRenderScript.java1028 synchronized long nIncAllocationCreateTyped(long alloc, long type, int xBytesSize) { method in class:RenderScript
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp2203 nIncAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong alloc, jlong type, jint xBytesSize) function
2392 {"rsnIncAllocationCreateTyped", "(JJJJI)J", (void*)nIncAllocationCreateTyped },

Completed in 67 milliseconds