Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DRenderScript.java1044 …native long rsnIncAllocationCreateTyped(long con, long incCon, long alloc, long type, int xBytesS… in rsnIncAllocationCreateTyped() method in RenderScript
1047 return rsnIncAllocationCreateTyped(mContext, mIncCon, alloc, type, xBytesSize); in nIncAllocationCreateTyped()