Searched refs:nIncAllocationCreateTyped (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Script.java | 51 dummyAlloc = mRS.nIncAllocationCreateTyped(ain.getID(mRS), dInType, xBytesSize); in getDummyAlloc()
|
D | RenderScript.java | 1040 synchronized long nIncAllocationCreateTyped(long alloc, long type, int xBytesSize) { in nIncAllocationCreateTyped() method in RenderScript
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 2205 nIncAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong alloc, jlong … in nIncAllocationCreateTyped() function 2394 …tionCreateTyped", "(JJJJI)J", (void*)nIncAllocationCreateTyped },
|