Home
last modified time | relevance | path

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

/frameworks/rs/support/java/src/androidx/renderscript/
DScript.java51 dummyAlloc = mRS.nIncAllocationCreateTyped(ain.getID(mRS), dInType, xBytesSize); in getDummyAlloc()
DRenderScript.java1040 synchronized long nIncAllocationCreateTyped(long alloc, long type, int xBytesSize) { in nIncAllocationCreateTyped() method in RenderScript
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp2205 nIncAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong alloc, jlong … in nIncAllocationCreateTyped() function
2394 …tionCreateTyped", "(JJJJI)J", (void*)nIncAllocationCreateTyped },